-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
[items] Fix error handling for quantityState
#243
Conversation
HistoricItem creation failed for Items that were not Quantity-compatible because the catch mechanism for QuantityError had a design issue. Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
I checked the fix and it is working correctly for me. The error has gone away. |
@digitaldan Can you please review and merge? The other PR as well, they are both relatively short. |
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.
I just had one comment about the debug messages, I personally would error on being silent, unless its something like a depreciation warning which requires user intervention (and would be removed eventually)
Other then that , LGTM
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
HistoricItem creation failed for Items that were not Quantity-compatible because the catch mechanism for QuantityError had a design issue.
Signed-off-by: Florian Hotze florianh_dev@icloud.com
I have verified that this fix is working.