-
Notifications
You must be signed in to change notification settings - Fork 97
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
Remove Ros2Value
encapsulation of ArrayData
#359
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
haixuanTao
force-pushed
the
minor-refactoring
branch
from
October 9, 2023 15:12
7f17e32
to
a5ddee0
Compare
CI: Use free-disk-space only on linux free disk space for window See https://github.com/actions/runner-images/blob/main/images/win/Windows2022-Readme.md To check what is installed on the window image Use rmdir instead of choco to uninstall Android Fix Window CI Issue FIx CI by removing android uninstall and adding time becfore checking for tick Removing cache to fix cargo pdb error See https://stackoverflow.com/questions/4256524/lnk1318-unexpected-pdb-error-ok-0 Add time before timing out for the CI to run Reduce the amount of jobs to reduce memory consumption and maybe fix parallel build error Remove rust caching as it not link to CI issue Remove android folder to add more space to window runner Removing windows from CI/CD as it does not work
haixuanTao
force-pushed
the
minor-refactoring
branch
from
October 10, 2023 09:41
a5ddee0
to
dc78bfd
Compare
haixuanTao
commented
Oct 10, 2023
phil-opp
approved these changes
Oct 16, 2023
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.
Looks good, thanks a lot!
phil-opp
changed the title
Minor refactoring
Remove Oct 16, 2023
Ros2Value
encapsulation of ArrayData
phil-opp
approved these changes
Oct 16, 2023
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.
Thanks for the updates! Looks good to me, let's see whether the CI passes.
phil-opp
reviewed
Oct 16, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Small refactoring:
ArrayData
as it is no longer needed.Arraydata
into aBuffer
and back as I want to make sure that it works for all types and that we don't introduce any breaking bug.