Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMore robust and precise error handling. #14
Conversation
|
(It currently doesn't build because rust-lang-deprecated/rustc-serialize#19 isn't merged) |
|
I think this is the way to go, but Also, could you rebase? Github isn't letting me merge. |
When decoding, decoding errors are now isolated from `IoError`s.
|
Rebased. I see nothing wrong with using |
|
Ok, I'll do it post-merge. |
More robust and precise error handling.
bitonic commentedJan 7, 2015
When decoding, decoding errors are now isolated from
IoErrors.Decoding is also more strict in various circumstances, see new test.