refactor(codegen): null safe for struct ir builder #8637
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
style.yml
on: pull_request
cpplint
1m 27s
detect-secrets
3m 11s
shellcheck
16s
pylint
2m 42s
Annotations
1 error and 2 warnings
pylint
Process completed with exit code 2.
|
cpplint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
cpplint:
hybridse/src/codegen/type_ir_builder.cc#L146
[cpplint] reported by reviewdog 🐶
Add #include <memory> for unique_ptr<> [build/include_what_you_use] [4]
Raw Output:
hybridse/src/codegen/type_ir_builder.cc:146: Add #include <memory> for unique_ptr<> [build/include_what_you_use] [4]
|