gitbutler/crates
Sebastian Thiel a5bda226ef provide better errors when adding a project (#2608)
The issue initially was that the wrapping of anyhow around a `thiserror`
type, which is when manually added context gets lost as there is no way
to downcast such an `anyhow` error back to a concrete type without
wanting to know it.

The solution was to remove the intermediate `thiserror` type which didn't
serve an actual purpose.
2024-04-22 10:59:03 +02:00
..
gitbutler-analytics optimize tokio features 2024-04-18 09:48:23 +02:00
gitbutler-changeset Revert "Remove unused (?) allow clippy statements" 2024-04-09 14:50:31 +02:00
gitbutler-core provide better errors when adding a project (#2608) 2024-04-22 10:59:03 +02:00
gitbutler-git fix build on Windows 2024-04-18 13:45:53 +02:00
gitbutler-tauri clarify some TODOs to avoid keeping them for too long 2024-04-21 11:35:26 +02:00
gitbutler-testsupport rm target writer from unrelated tests 2024-04-19 23:13:27 +02:00
gitbutler-watcher clarify some TODOs to avoid keeping them for too long 2024-04-21 11:35:26 +02:00