Fix: improve exception context for parameter_value_from#2917
Fix: improve exception context for parameter_value_from#2917ahcorde merged 5 commits intoros2:rollingfrom
Conversation
Adds c_param_name to error messages without changing API interface of parameter_value_from. Signed-off-by: Michiel Leegwater <mleegwt@users.noreply.github.com>
fujitatomoya
left a comment
There was a problem hiding this comment.
I think this is reasonable, lgtm with a few comments.
…eclaration Co-authored-by: Tomoya Fujita <Tomoya.Fujita@sony.com> Signed-off-by: Michiel Leegwater <mleegwt@users.noreply.github.com>
Co-authored-by: Tomoya Fujita <Tomoya.Fujita@sony.com> Signed-off-by: Michiel Leegwater <mleegwt@users.noreply.github.com>
Co-authored-by: Tomoya Fujita <Tomoya.Fujita@sony.com> Signed-off-by: Michiel Leegwater <mleegwt@users.noreply.github.com>
Thanks! Suggested changes are committed! |
Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
|
Pulls: #2917 |
|
@ahcorde What happened to the Windows build? |
|
@ahcorde Thanks! I saw there also is a release that includes this fix already. I love it! |
|
https://github.com/Mergifyio backport kilted jazzy humble |
✅ Backports have been createdDetails
|
Signed-off-by: Michiel Leegwater <mleegwt@users.noreply.github.com> Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com> Co-authored-by: Tomoya Fujita <Tomoya.Fujita@sony.com> Co-authored-by: Alejandro Hernández Cordero <ahcorde@gmail.com> (cherry picked from commit 1f2adc9)
Signed-off-by: Michiel Leegwater <mleegwt@users.noreply.github.com> Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com> Co-authored-by: Tomoya Fujita <Tomoya.Fujita@sony.com> Co-authored-by: Alejandro Hernández Cordero <ahcorde@gmail.com> (cherry picked from commit 1f2adc9)
Signed-off-by: Michiel Leegwater <mleegwt@users.noreply.github.com> Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com> Co-authored-by: Tomoya Fujita <Tomoya.Fujita@sony.com> Co-authored-by: Alejandro Hernández Cordero <ahcorde@gmail.com> (cherry picked from commit 1f2adc9)
(cherry picked from commit 1f2adc9) Signed-off-by: Michiel Leegwater <mleegwt@users.noreply.github.com> Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com> Co-authored-by: Michiel Leegwater <mleegwt@users.noreply.github.com> Co-authored-by: Tomoya Fujita <Tomoya.Fujita@sony.com> Co-authored-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
(cherry picked from commit 1f2adc9) Signed-off-by: Michiel Leegwater <mleegwt@users.noreply.github.com> Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com> Co-authored-by: Michiel Leegwater <mleegwt@users.noreply.github.com> Co-authored-by: Tomoya Fujita <Tomoya.Fujita@sony.com> Co-authored-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
…) (#2921) Signed-off-by: Michiel Leegwater <mleegwt@users.noreply.github.com> Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com> Signed-off-by: Alejandro Hernandez Cordero <ahcorde@gmail.com> Co-authored-by: Michiel Leegwater <mleegwt@users.noreply.github.com> Co-authored-by: Tomoya Fujita <Tomoya.Fujita@sony.com> Co-authored-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
Description
Adds c_param_name to error messages without changing API interface of parameter_value_from.
Fixes #2916
Is this user-facing behavior change?
Did you use Generative AI?
ChatGPT 4o
Additional Information
I was missing instructions for testing/building. I'm used to having Github automatically building my repos. But it has been a long while since my last bit of CPP. So please edit/improve before merging if that is required.