mirror of
https://github.com/jj-vcs/jj.git
synced 2025-12-23 06:01:01 +00:00
* `Some(x).unwrap()` is not necessary. * Add a new test to ensure that we handle the fix child process IO without deadlock. The new test introduces byte mode to fake-formatter which pipe the stdin contents to stdout byte by byte in a streaming fashion. The test contents are 512KB, which is larger than page size, can trigger the blocking read behavior, and doesn't make the test the slowest. |
||
|---|---|---|
| .. | ||
| bench-revsets-git.txt | ||
| fake-bisector.rs | ||
| fake-diff-editor.rs | ||
| fake-editor.rs | ||
| fake-formatter.rs | ||