-
Notifications
You must be signed in to change notification settings - Fork 136
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
Retain original exception when parsing fails type conversion #68
Conversation
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.
@rtib Thanks!
Just minor comments.
Can you also squash commits and maybe use something like Retain original exception when parsing fails
as the commit title?
As I see, the |
Had to struggle a bit with tests, but now it seems complete, squashed and ready for review. |
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.
@rtib looks great!
Minor initial stylistic comments for the test code.
rebased to #69 |
@rtib sorry for the delay. We had some internal discussion about #68 (comment) Can you please rebase & squash commits? |
Rebase to what base? |
current master. the other PR is merged now. |
catch InvocationTargetException in TypeConverter and retain it as cause within ParseOptionConversionException
Merged, thanks! sorry for the delay, i didn't know you updated the PR |
I just released airline 0.9. @rtib thanks again for your contribution! |
Fixes #67