Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • mercurial-devel-native-test mercurial-devel-native-test
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 12
    • Issues 12
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 22
    • Merge requests 22
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

April 05-07 - Mercurial Paris Conference 2023 - One day of workshop dedicated to Heptapod and Mercurial usage and workflow. There are still places available for both workshops and talks!

  • heptapodheptapod
  • Testing Projects
  • mercurial-devel-native-testmercurial-devel-native-test
  • Merge requests
  • !9

WIP Rust index wrapper

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Raphaël Gomès 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 Raphaël Gomès
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: topic/default/rust-index-wrapper