Skip to content

WIP Rust index wrapper

Raphaël Gomès requested to merge topic/default/rust-index-wrapper into branch/default

This passes all the tests for me with Python 2.7 Usage depends on an environment variable for simplicity of early testing. This has to be finalized for submission

Task list for submission:

  • replace environment-based conditional hooking by proper configuration item
  • test with Python3
  • remove code duplication / reorganize (directory for module crate::revlog ?)
  • dedicated test-rust-index.py
  • thorough tests for reference counts: neither leaks, nor premature deallocations
Edited by Raphaël Gomès

Merge request reports