-
Notifications
You must be signed in to change notification settings - Fork 37
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
[#54] Rename char in types.rs to c_char. #68
Conversation
- Changes propogated
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #68 +/- ##
==========================================
+ Coverage 77.97% 78.02% +0.05%
==========================================
Files 172 172
Lines 18729 18788 +59
==========================================
+ Hits 14604 14660 +56
- Misses 4125 4128 +3
|
@Shock-1 awesome, thanks for the contribution! It looks like the preflight_check found some unformatted files, could you please call |
@Shock-1 ouh I realized that every file in But I think a simple search and replace should fix it. I think you adjusted only the files in the linux platform. |
@Shock-1 Ouh man, I should have known that platforms are always a little bit beastly when you tickle them. Do you need a little bit of support here? I have all failing platforms running and could fix them on your branch. But I think the overall problem is that there are still some overlooked files in these platforms. |
Hmm, not having a machine with that OS is a bit blinding. I can at least test for Windows and then double-check. |
@Shock-1 there are still some files which use the old |
Will get back to it tomorrow after work. Thanks for all the help. Really looking forward to contributing more. Love to see more rust in my robotics. |
@Shock-1 I would like to create a release soon and would love to include your changes. Do you think you have time to finish this PR soon? |
Yeah working on it. Windows is done. Just doing double-checks for Macos. |
@elfenpiff Take a look at it and merge it if it looks good. |
Notes for Reviewer
Look at errno.rs for the change in buffer type from char to c_char. Looks valid to me but that was the only involved change.
Pre-Review Checklist for the PR Author
SPDX-License-Identifier: Apache-2.0 OR MIT
iox2-123-introduce-posix-ipc-example
)[#123] Add posix ipc example
)task-list-completed
)Checklist for the PR Reviewer
Post-review Checklist for the PR Author
References
Use either 'Closes #123' or 'Relates to #123' to reference the corresponding issue.
Closes #54