-
Notifications
You must be signed in to change notification settings - Fork 104
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/diagnostic gen error #942
Conversation
Yes |
Hi @MSECode, PS: I know in the diagnostic parser I used some strings, but I want to improve it to reduce the heap usage anyway. |
let's add that point to the f2f discussion as well |
Keeping this in draft until: |
This comment was marked as resolved.
This comment was marked as resolved.
64f43fe
to
e6d3777
Compare
69f1446
to
a3b9c8c
Compare
53bf07d
to
8aaf499
Compare
8aaf499
to
3ccba1f
Compare
3ccba1f
to
8b2659e
Compare
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
I need to update the CMakeLists.txt adding |
Quality Gate failedFailed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
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.
Awaiting the CI before merging.
Ok, understood. I leave it running since I did not get any building error locally (since the compiler was probably able to find the embot library as installed on my system ) and I realized the missing of it just from the previous failing of the CI. Another point: regarding the Quality Gate. How should I consider the lines of code interested by a failing in the code analysis that have not been touched by the changes on the PR but still checked by SonarCloud? |
Update Generic error parsing adding common string map Add icub_firmware_shared::embot lib to embObjLib thus to use embot::core::binary::bit::check Update include array
c653d4c
to
cbd7976
Compare
Docker images are a possibility but somewhat limited to linux envs.
We're not handling SonarCloud: no worries |
Updates for generic error translation from bits to string using this method
motorStatusBitsToString
correlated to: #941 since it's rebased on that and it should be merged after
and it is directly related to: robotology/icub-firmware#472
Related to:
robotology/icub-firmware-shared#94
robotology/icub-firmware#472