skip unparsable issues #26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "skip-unparsable-issues"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This teaches
Issues::new_from_dir()to skip over issues that fail to parse, but continue and read the other issues. Also prints a warning to the user about any unparsable Issue.Replaces every
unwrap()calls in the Issue and Comment api with a returned error.Replaces most
unwrap()calls in thegitmodule with returned errors. Some unwraps still linger.