sapling/eden/scm/lib
Jun Wu 40fbbff9af pyrevlogindex: move non-Python logic to a pure Rust crate
Summary:
The idea is that the pure Rust revlogindex crate can implement the DagAlgorithm
interface so we will have a consistent interface in the code base that works
for both the existing storage (revlog) and the new segmented changelog.

The other way to do this is to implement the `bindings.dag.namedag` interface
in pure Python for the revlog-based DAG, or supporting quite different
interfaces (ex. revlog DAG and the Rust segmented changelog DAG) in the code
base. At present, I think implementing the Rust DAG traits for revlog is the
most appealing, partially because we already have some key algorithms
implemented (ex. prefix lookup, common ancestors, etc).

Reviewed By: sfilipco

Differential Revision: D21626197

fbshipit-source-id: 733b1af1bcd5fc0784764fc7103412988894d43b
2020-06-01 10:56:54 -07:00
..
asyncrevisionstore/src datastore: remove HgIdDataStore ::get_delta and ::get_delta_chain 2020-05-07 11:04:01 -07:00
auth configparser: migrate from Bytes to Text 2020-03-13 10:51:41 -07:00
backingstore add a fake remotestore to enable memcache 2020-05-21 16:32:42 -07:00
blackbox blackbox: address clippy warnings 2020-03-18 10:16:39 -07:00
bookmarkstore types: address clippy warnings 2020-03-16 14:58:21 -07:00
cdatapack cmake: always build support for the EdenSCM backing store 2019-11-22 13:00:07 -08:00
clib cmake: always build support for the EdenSCM backing store 2019-11-22 13:00:07 -08:00
clidispatch configs: move hgrc.dynamic to always be in the shared repo 2020-05-05 18:19:10 -07:00
cliparser Update cpython to 0.5 2020-04-28 11:47:41 -07:00
commitcloudsubscriber commitcloudsubscriber: silence compiler warning 2020-03-04 09:49:14 -08:00
commitstore/bench-serialize cargo: bump serde_cbor to 0.11 2020-02-21 14:08:43 -08:00
configparser config: fix dynamic config overriding non-subset final value 2020-05-21 10:41:11 -07:00
cpython-ext Update cpython to 0.5 2020-04-28 11:47:41 -07:00
dag dag: move from_ascii to traits 2020-05-27 12:16:48 -07:00
dev-logger dev-logger: a simple library to enable env_logger for testing 2020-03-10 14:16:38 -07:00
drawdag Use types from the oxidized_by_ref crate instead of the oxidized crate for to_oxidized 2020-05-28 22:19:13 -07:00
dynamicconfig configs: move Repo enum to fb/ module 2020-05-28 12:14:08 -07:00
edenapi edenapi: add usage examples to make_req 2020-05-29 15:45:10 -07:00
edenfs-client suggest graceful restart in hg status / old edenfs warnings 2020-04-13 16:25:58 -07:00
encoding Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
fsinfo fsinfo: return an enum instead of a String 2020-03-23 14:29:10 -07:00
hgcommands configs: don't write dynamic config if it hasn't changed 2020-05-20 13:35:28 -07:00
hgtime hgtime: address clippy warnings 2020-03-16 14:58:22 -07:00
indexedlog indexedlog: remove chown feature 2020-04-27 15:47:59 -07:00
linelog Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
lz4-pyframe mononoke/mercurial: make revlog crate OSS buildable 2020-04-08 09:49:11 -07:00
manifest manifest: add testutil in core package 2020-01-14 11:49:52 -08:00
manifest-tree Deprecate rust-crypto in manifest-tree 2020-03-23 11:15:58 -07:00
metalog git: update git dependency to 0.13.5 to match internal version 2020-05-05 15:35:12 -07:00
mincode Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
minibench mononoke/mercurial: make revlog crate OSS buildable 2020-04-08 09:49:11 -07:00
minibytes minibytes: address clippy warnings 2020-03-16 14:58:22 -07:00
mpatch Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
mpatch-sys use absolute includes for the native cext modules 2020-02-19 13:05:06 -08:00
mutationstore dag: move add_heads, flush, add_heads_and_flush to traits 2020-05-27 12:16:47 -07:00
nodemap indexedlog: replace Log's dir with a new GenericPath type 2020-01-17 03:57:59 -08:00
pathmatcher pathmatcher: add a test about a bug in globset/aho-corasick 2020-02-28 22:09:28 -08:00
procinfo procinfo: address compiler warning 2020-03-04 09:49:14 -08:00
radixbuf Update rustfmt and reformat fbsource 2020-02-04 17:14:27 -08:00
renderdag dag: move from_ascii to traits 2020-05-27 12:16:48 -07:00
revisionstore lfs v2: don't send empty batch requests 2020-06-01 03:45:30 -07:00
revlogindex pyrevlogindex: move non-Python logic to a pure Rust crate 2020-06-01 10:56:54 -07:00
stackdesc Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
third-party Merge fb-mercurial sources into the eden repository 2019-11-13 20:20:32 -08:00
thrift-types third-party/rust: Turn off async-trait/support_old_nightly 2020-04-02 17:01:24 -07:00
tracing-collector tracing-collector: add is_event to TreeSpan 2020-03-12 12:19:38 -07:00
treestate filesystem: add filesystem walking to PendingChanges 2020-04-24 13:58:53 -07:00
types autocargo: regenerate 2020-05-19 16:08:40 -07:00
util util: not try to create the directory when it already exists 2020-04-28 20:33:59 -07:00
version version: a Rust crate providing version information 2020-05-18 09:00:40 -07:00
vfs filesystem: add treestate walking logic 2020-04-24 13:58:53 -07:00
vlqencoding mutationstore: move MutationEntry type to types crate 2020-04-23 08:58:10 -07:00
workingcopy filesystem: add treestate walking logic 2020-04-24 13:58:53 -07:00
xdiff fix xdiff behaviour for empty files 2020-04-21 05:30:21 -07:00
xdiff-sys Run auto cargo locally 2020-05-05 20:59:02 -07:00
zstdelta Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
zstore zstore: add simple caching 2020-05-01 14:24:52 -07:00
CMakeLists.txt cmake: always build support for the EdenSCM backing store 2019-11-22 13:00:07 -08:00
README.md Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00

lib

Any native code (C/C++/Rust) that Mercurial (either core or extensions) depends on should go here. Python code, or native code that depends on Python code (e.g. #include <Python.h> or use cpython) is disallowed.

As we start to convert more of Mercurial into Rust, and write new paths entrirely in native code, we'll want to limit our dependency on Python, which is why this barrier exists.

See also hgext/extlib/README.md, mercurial/cext/README.mb.

How do I choose between lib and extlib (and cext)?

If your code is native and doesn't depend on Python (awesome!), it goes here.

Otherwise, put it in hgext/extlib (if it's only used by extensions) or mercurial/cext (if it's used by extensions or core).