-
Notifications
You must be signed in to change notification settings - Fork 127
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
impl std::error::Error
for parameter errors
#412
Comments
Hello! Glad you are enjoying I think that using the the comments would be a good start for the Display implementations for the errors. However, as you're doing so, think about whether that If anything is unclear, or confusing, please feel free to reach out to us! We will do our best to help. And once again, thank you for the suggestion, and offering to help fix it! It means a lot to us! |
Hello, thank you for taking the time 😄 I have created a minimal pull request at #413, just using the comments with minor changes. First, would you prefer discussion here, or on the PR itself? Then, I have some questions.
|
Discussions about a PR are usually best to do on the PR in question, so I think these questions would be better answered over there. |
This has been fixed by #413 and can be closed |
Hello 😃
I have been testing this excellent project for work.
In using eyre for much of my error handling, I have found that the errors implemented in paramaters.rs do not implement std::error::Error, such as
DeclarationError
:ros2_rust/rclrs/src/parameter.rs
Line 629 in e485b1c
Would you accept a PR containing these?
I assume you do not wish to depend on thiserror as you haven't used it for RclrsError. Is there any advice on the Display impls for any of these? I think many of the comments should suffice, such this one:
ros2_rust/rclrs/src/parameter.rs
Line 630 in e485b1c
Thank you for your time.
The text was updated successfully, but these errors were encountered: