mirror of
https://github.com/jj-vcs/jj.git
synced 2025-12-23 06:01:01 +00:00
We ran into a crash on our server at Google today because we accidentally called `RepoPathBuf::from_internal_string()` with a string starting with a '/', which resulted in a the assertion in that function failing. This patch changes that constructor and its siblings to return a `Result` instead. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||