-
Notifications
You must be signed in to change notification settings - Fork 175
Closed
Description
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
pub enum DeclarationError { |
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
/// Parameter was already declared and a new declaration was attempted. |
Thank you for your time.
Guelakais
Metadata
Metadata
Assignees
Labels
No labels