This is an archive of the discontinued Mercurial Phabricator instance.

rust-cpython: make `NonNormalEntires` iterable to fix `fsmonitor` (issue6276)
ClosedPublic

Authored by Alphare on Feb 24 2020, 12:30 PM.

Details

Summary

This fixes a bug when using fsmonitor that tries to iterate on the non normal
set, by adding a shared iterator interface.

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

Alphare created this revision.Feb 24 2020, 12:30 PM
Alphare retitled this revision from rust-cpython: make `NonNormalEntires` an iterator to fix bug with `fsmonitor` to rust-cpython: make `NonNormalEntires` iterable to fix bug with `fsmonitor`.Feb 24 2020, 12:30 PM

You need to add (issue6276) in your changeset summary so that the ticket get closed when you land this.

Alphare retitled this revision from rust-cpython: make `NonNormalEntires` iterable to fix bug with `fsmonitor` to rust-cpython: make `NonNormalEntires` iterable to fix `fsmonitor` (issue6276).Feb 25 2020, 3:18 AM
This revision was not accepted when it landed; it landed in state Needs Review.
This revision was automatically updated to reflect the committed changes.