( )⚙ D6272 rust-filepatterns: add `rust-cpython` bindings for `filepatterns`

This is an archive of the discontinued Mercurial Phabricator instance.

rust-filepatterns: add `rust-cpython` bindings for `filepatterns`
ClosedPublic

Authored by Alphare on Apr 18 2019, 8:10 AM.

Details

Summary

This change adds the rust-cpython interface for top-level functions and
exceptions in the filepatterns module.

Contrary to the Python implementation, this tries to have finer-grained
exceptions to allow for better readability and flow control down the line.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

Alphare created this revision.Apr 18 2019, 8:10 AM

Hi, I'm bumping this stack so that it does not die. It seems to me that not a lot of work is left to close this.

durin42 accepted this revision.May 15 2019, 2:12 PM
This revision is now accepted and ready to land.May 15 2019, 2:12 PM
Alphare updated this revision to Diff 15142.May 16 2019, 11:21 AM
This revision was automatically updated to reflect the committed changes.
Alphare updated this revision to Diff 15170.May 17 2019, 10:17 AM