This is an archive of the discontinued Mercurial Phabricator instance.

rust-index: expose a method to retrieve the C index
ClosedPublic

Authored by marmoute on Dec 13 2019, 3:12 PM.

Details

Summary

The code for shortesthexnodeidprefix need to access the actual C index. For
now we grant its wish and expose a method to do so. Once we have the nodemap in
Rust, we will be able to implement the same feature from rust and we will be
able to drop this method.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

marmoute created this revision.Dec 13 2019, 3:12 PM
marmoute updated this revision to Diff 18891.Dec 19 2019, 1:10 PM
Alphare accepted this revision.Dec 20 2019, 3:39 AM
marmoute updated this revision to Diff 18942.Dec 27 2019, 12:12 PM
This revision was not accepted when it landed; it landed in state Needs Review.
This revision was automatically updated to reflect the committed changes.