-
Notifications
You must be signed in to change notification settings - Fork 65
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
refactor(autoware_lanelet2_utils): rewrite using modern C++ without API breakage #347
Conversation
Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #347 +/- ##
===========================================
- Coverage 78.75% 32.52% -46.24%
===========================================
Files 11 15 +4
Lines 193 329 +136
Branches 73 62 -11
===========================================
- Hits 152 107 -45
- Misses 11 215 +204
+ Partials 30 7 -23
☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Considering the impact on downstream, I decided not to add the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Description
This PR includes refactoring to improve memory efficiency, readability and safety without breaking the API.
Related links
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.