Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(autoware_control_evaluator): fix bugprone-exception-escape #9630

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

kobayu858
Copy link
Contributor

Description

This is a fix based on clang-tidy bugprone-exception-escape error.

/home/emb4/autoware/autoware/src/universe/autoware.universe/evaluator/autoware_control_evaluator/src/control_evaluator_node.cpp:49:23: error: an exception may be thrown in function '~ControlEvaluatorNode' which should not throw exceptions [bugprone-exception-escape,-warnings-as-errors]
ControlEvaluatorNode::~ControlEvaluatorNode()
                      ^

Related links

Parent Issue:

  • Link

How was this PR tested?

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

@github-actions github-actions bot added the component:evaluator Evaluation tools for planning, localization etc. (auto-assigned) label Dec 12, 2024
Copy link

github-actions bot commented Dec 12, 2024

Thank you for contributing to the Autoware project!

🚧 If your pull request is in progress, switch it to draft mode.

Please ensure:

@takayuki5168
Copy link
Contributor

@xtk8532704
Can you review the PR?

Signed-off-by: kobayu858 <[email protected]>
@kobayu858 kobayu858 added the tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Dec 12, 2024
@kobayu858 kobayu858 requested a review from veqcc December 12, 2024 05:52
Copy link

codecov bot commented Dec 12, 2024

Codecov Report

Attention: Patch coverage is 0% with 25 lines in your changes missing coverage. Please review.

Project coverage is 29.55%. Comparing base (e30350c) to head (df6c1d9).
Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
...e_control_evaluator/src/control_evaluator_node.cpp 0.00% 25 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9630      +/-   ##
==========================================
- Coverage   29.56%   29.55%   -0.01%     
==========================================
  Files        1441     1442       +1     
  Lines      108348   108383      +35     
  Branches    41376    41391      +15     
==========================================
+ Hits        32032    32033       +1     
- Misses      73206    73241      +35     
+ Partials     3110     3109       -1     
Flag Coverage Δ *Carryforward flag
differential 2.70% <0.00%> (?)
total 29.57% <ø> (+<0.01%) ⬆️ Carriedforward from e30350c

*This pull request uses carry forward flags. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kobayu858
Copy link
Contributor Author

@xtk8532704
Please confirm the PR. Thank you very much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:evaluator Evaluation tools for planning, localization etc. (auto-assigned) tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci)
Projects
Status: To Triage
Development

Successfully merging this pull request may close these issues.

3 participants