Results 125 comments of Jun Wu

Is your repo a `.git` repo or `.sl` repo? Which directory does the repo root has? If it's `.git/` repo, does `git status` make subsequential `git/sl status` faster? If it's...

> I tried running `git status` with `git --git-dir .sl/store/git status` That would be a `.sl` repo. A `.git` repo is when you run `git init` or `git clone` followed...

> sl debugstatus > len(dirstate) = 7915 > len(nonnormal) = 4 > len(filtered nonnormal) = 4 > clock = None Thanks. It looks normal. Something might have regressed without our...

@ianb-pomelo What is the version of Sapling you're using? Are you building `sl` from source? Have you tried sl status --config workingcopy.use-rust=true --config status.use-rust=true ?

> @quark-zju do you have some suggestions how to work around this, other than re-cloning? As a temporary solution, you can try disabling multi-pack index by appending to `.sl/store/git/config` after...

> would it be possible to bump the version of the `git2` dependency to latest? Good catch. I didn't realize we're using an old version. I tried upgrading it but...

> I see that sapling is on `libgit2-0.28.1`. Would it be alright if I picked your brain about the update to libgit2? Hi @johnpanos. Thanks for the update. The complexity...

> is it possible in your build system to compile the dependency statically? Internally we use buck2 to build. The cargo.toml files are generated from buck2 definitions. The problem is...

> Is there a more appropriate community discord/slack that I can ask those in instead? There is a Discord link at the bottom of https://sapling-scm.com/

> My question is that if the Rust compiles, does that mean Sapling is guaranteed to work fine? Yes. Obviously there could be bugs in dependencies but there is no...