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(tvm_utility): add virtual destructor to tvm_utility #7759

Merged

Conversation

yhisaki
Copy link
Contributor

@yhisaki yhisaki commented Jul 1, 2024

Description

Because a virtual class requires a virtual destructor, it has been added.

Related links

https://stackoverflow.com/questions/461203/when-to-use-virtual-destructors

How was this PR tested?

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

Signed-off-by: Y.Hisaki <yhisaki31@gmail.com>
@yhisaki yhisaki requested a review from ambroise-arm as a code owner July 1, 2024 03:59
@github-actions github-actions bot added the component:common Common packages from the autoware-common repository. (auto-assigned) label Jul 1, 2024
Copy link

github-actions bot commented Jul 1, 2024

Thank you for contributing to the Autoware project!

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

Please ensure:

@yhisaki yhisaki added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Jul 1, 2024
Copy link

codecov bot commented Jul 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 4.43%. Comparing base (3d849e9) to head (5bac9eb).
Report is 550 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #7759       +/-   ##
==========================================
- Coverage   15.09%   4.43%   -10.67%     
==========================================
  Files        1967      45     -1922     
  Lines      135941    2370   -133571     
  Branches    42122     339    -41783     
==========================================
- Hits        20520     105    -20415     
+ Misses      92700    2254    -90446     
+ Partials    22721      11    -22710     
Flag Coverage Δ
differential 4.43% <100.00%> (?)
total ?

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

Signed-off-by: Y.Hisaki <yhisaki31@gmail.com>
@yhisaki yhisaki merged commit d7cc67d into autowarefoundation:main Jul 1, 2024
27 of 30 checks passed
mitukou1109 pushed a commit to mitukou1109/autoware.universe that referenced this pull request Jul 2, 2024
…dation#7759)

* fix(tvm_utility): add virtual destructor to tvm_utility

Signed-off-by: Y.Hisaki <yhisaki31@gmail.com>

* add override

Signed-off-by: Y.Hisaki <yhisaki31@gmail.com>

---------

Signed-off-by: Y.Hisaki <yhisaki31@gmail.com>
palas21 pushed a commit to palas21/autoware.universe that referenced this pull request Jul 12, 2024
…dation#7759)

* fix(tvm_utility): add virtual destructor to tvm_utility

Signed-off-by: Y.Hisaki <yhisaki31@gmail.com>

* add override

Signed-off-by: Y.Hisaki <yhisaki31@gmail.com>

---------

Signed-off-by: Y.Hisaki <yhisaki31@gmail.com>
Signed-off-by: palas21 <palas21@itu.edu.tr>
tby-udel pushed a commit to tby-udel/autoware.universe that referenced this pull request Jul 14, 2024
…dation#7759)

* fix(tvm_utility): add virtual destructor to tvm_utility

Signed-off-by: Y.Hisaki <yhisaki31@gmail.com>

* add override

Signed-off-by: Y.Hisaki <yhisaki31@gmail.com>

---------

Signed-off-by: Y.Hisaki <yhisaki31@gmail.com>
KhalilSelyan pushed a commit that referenced this pull request Jul 22, 2024
* fix(tvm_utility): add virtual destructor to tvm_utility

Signed-off-by: Y.Hisaki <yhisaki31@gmail.com>

* add override

Signed-off-by: Y.Hisaki <yhisaki31@gmail.com>

---------

Signed-off-by: Y.Hisaki <yhisaki31@gmail.com>
@yhisaki yhisaki deleted the add-virtual-destructor-to-tvm_utility branch July 31, 2024 04:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:common Common packages from the autoware-common repository. (auto-assigned) run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants