roc/crates/cli
Anton-4 49b4d9318d
fixed serial deadlock
Some tests used to require multiple locks and one test acquired lock A but failed to acquire lock B, another test was holding lock B and required lock A. That way you get stuck! I've turned those multiple locks into a bigger shared one, deadlock proof.
2023-04-11 12:11:04 +02:00
..
benches Add language to all fenced code blocks 2022-09-09 01:12:31 -06:00
src fix typo 2023-04-09 21:13:21 -07:00
tests fixed serial deadlock 2023-04-11 12:11:04 +02:00
build.rs default.nix fixes for macos arm64 2022-08-05 13:31:52 +02:00
Cargo.toml don't build editor for CLI by default 2023-03-14 16:36:03 +01:00