-
Notifications
You must be signed in to change notification settings - Fork 6
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
Implement proper error handling (#157) #166
Conversation
Signed-off-by: Marek Maškarinec <marek@mrms.cz>
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.
Nice changes overall. I will do some testing later, but check the comments for now.
Signed-off-by: Marek Maškarinec <marek@mrms.cz>
Signed-off-by: Marek Maškarinec <marek@mrms.cz>
You missed one module, csv.um, but I think we need to update the Umka version first. Edit: nvm csv doesn't use the filesystem |
Signed-off-by: Marek Maškarinec <marek@mrms.cz>
Signed-off-by: Marek Maškarinec <marek@mrms.cz>
Signed-off-by: Marek Maškarinec <marek@mrms.cz>
In the future, we might want to add proper error handling to csv.um. (Or go with my preferred and remove it in favor of csv from umbox). |
I think the changes are good now, we just need to fix the rest of the tests and examples. |
Signed-off-by: Marek Maškarinec <marek@mrms.cz>
All tests are now updated. |
Signed-off-by: Marek Maškarinec <marek@mrms.cz>
Only pomodoro is left to fix |
alright i'm gonna do it quick |
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.
Do we handle the errors or ignore as we do now?
No description provided.