Paul C. Roberts
Paul C. Roberts
Implemented, but not explicitly tested, in f627967c
FWIW I tested this with mac terminal, iTerm2, kitty, alacritty, VS code terminal, gnome-terminal, and xterm
@raelix thank you so much for your contribution. The serialization that step generation imposes has been identified in the past as a performance bottleneck, and it is important to us...
I uploaded https://github.com/PollRobots/min-repo If I run ```shell cargo llvm-cov --open ``` I can see that all tests run and succeed, including trybuild tests that verify each error branch in the...
@taiki-e hi, is this something that you will have time to look at?
@taiki-e --- this has a complete and minimal repo that demonstrates the issue. Is there more that I can provide?
I've also done some digging here with strace The problem is calls to `statx` that are failing. This appears to be something walking the tree and looking for `.sl` folders...
FWIW the following patch fixes the issue... ```diff diff --git a/eden/scm/lib/workingcopy/src/filesystem/physicalfs.rs b/eden/scm/lib/workingcopy/src/filesystem/physicalfs.rs index 3cb5bb8e9c..8526422ee6 100644 --- a/eden/scm/lib/workingcopy/src/filesystem/physicalfs.rs +++ b/eden/scm/lib/workingcopy/src/filesystem/physicalfs.rs @@ -43,6 +43,7 @@ use crate::util::dirstate_write_time_override; use crate::util::maybe_flush_treestate; use crate::util::update_filestate_from_fs_meta; use...
@sggutier Is there any motion on this? I'm currently having to use a locally patched version of sapling