sapling
sapling copied to clipboard
A Scalable, User-Friendly Source Control System.
Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 2.1.1 to 2.1.4. Commits f421a23 2.1.4 c412fa1 refactor to same pattern as v3 4b7e868 2.1.3 266194b hardlink tweak from main d97731b 2.1.2 fd1634e symlink tweak from main...
Recent changes to EdenFS have caused the OSS build of integration tests to go stale. These are some targeted fixes to get them working again: 1. Make the python-psutil package...
WARNING: This is a WORK-IN-PROGRESS -- it enables the edenfs build to work but is likely non-functional This PR includes a stub implementation of an OSS version of the internal-only...
This PR contains a number of small build fixes -- mostly areas where the OSS EdenFS build had not kept up to date with the internal implementation. Tested through building...
The internal build of EdenFS depends on a number of tools/libraries that are either tightly-coupled to internal infrastructure or can't be open sourced for other reasons. This diff turns off...
This diff enables a number of references to folly::iobuf that required a rust native bridge. It SHOULD NOT be landed until [folly iobuf support](https://github.com/facebook/folly/pull/2505) lands. Tested through building Sapling/EdenFS (requires...
WARNING: This may need massaged for the internal build to continue working This diff cleans up the EdenFS thrift implementation and gets it working properly in the OSS build supporting....
Three separate improvements needed by the OSS Sapling/EdenFS build: 1. Add `LANGUAGES py3` support to `add_fbthrift_library()` in make 2. Add `LANGUAGES rust`support to `add_fbthrift_library()` in cmake 3. Add cython support...
Two independent changes: 1. Make apt more safe/reliable by switching to https URLs and retrying on failure 2. Minimize git checkout time (and support branch revisions) by doing single-revision checkouts...
Bumps [tmp](https://github.com/raszi/node-tmp) from 0.2.1 to 0.2.5. Changelog Sourced from tmp's changelog. v0.2.2 (2024-02-28) :bug: Bug Fix #278 Closes #268: Revert "fix #246: remove any double quotes or single quotes… (@mbargiel)...