Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-29 | suggestion.rs: Remove research tests | Teddy Wing | |
These weren't actual tests. I was using them to research different implementation approaches. | |||
2020-07-29 | Suggestion: Return `Result` from `apply()` and `apply_to()` | Teddy Wing | |
Replace `unwrap`s with trys. | |||
2020-07-29 | Suggestion.suggestion_with_line_ending: Return `Result` | Teddy Wing | |
Remove the `unwrap` in this method and return a `Result`. | |||
2020-07-29 | Suggestion: Remove unused `suggestion()` and `suggestion_patch()` | Teddy Wing | |
These methods are no longer used. | |||
2020-07-29 | Suggestion: Remove `unwrap`s and return `Result`s from diff methods | Teddy Wing | |
Extend the `Error` enum with new variants to capture the possible errors from `diff()` and `diff_with_repo()`. | |||
2020-07-28 | Suggestion: Remove unused `patch` method | Teddy Wing | |
The newer `Suggestion.diff()` method fulfills the same need. | |||
2020-07-28 | Move `Suggestion` to a new module | Teddy Wing | |
Planning to separate the `Suggestion` and `Client` code. |