Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • mercurial-devel mercurial-devel
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Merge requests 30
    • Merge requests 30
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar

In order to prepare the next update of Heptapod based on Gitlab 16.0. The instance will be unavailable on 2023-10-06 between 19:00 and 23:00 UTC+2

  • mercurialmercurial
  • mercurial-develmercurial-devel
  • Merge requests
  • !9

WIP Rust index wrapper

  • Review changes

  • Download
  • Patches
  • Plain diff
Closed Georges Racinet requested to merge topic/default/rust-index-wrapper into branch/default Dec 04, 2019
  • Overview 1
  • Commits 6
  • Pipelines 0
  • Changes 7

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 Dec 12, 2019 by Pierre-Yves David
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: topic/default/rust-index-wrapper