-
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
chore: include iostream and link yaml-cpp for Jazzy #351
Conversation
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: Tim Clephas <tim.clephas@nobleo.nl>
Signed-off-by: Tim Clephas <tim.clephas@nobleo.nl>
5fe014e
to
748bf8a
Compare
Sorry, I hijacked my own PR to also fix the linking. Now everything I need compiles fine under Jazzy 😎 |
I don't have merge access, so someone else may hit that button 🙂 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #351 +/- ##
===========================================
- Coverage 78.75% 31.09% -47.67%
===========================================
Files 11 178 +167
Lines 193 11101 +10908
Branches 73 4026 +3953
===========================================
+ Hits 152 3452 +3300
- Misses 11 7174 +7163
- Partials 30 475 +445
☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Description
This is required for newer compilers (Jazzy) but is also more correct for Humble.
Related links
How was this PR tested?
Compilation
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.