Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed bug in changesSinceV2 where to and from in CommitTransitions we…
…re swapped Summary: # Context We are introducing EdenFS notifications to support scalable and ergonomic file system notifications for EdenFS mounts. # This Diff * Because we process the journal from back to front there was confusion on which commit id is `from` and which is `to`. We got it backwards. This diff fixes that. * Updated the integration tests (there are no .t tests here). * We have put in a hack in the buck2 integration code that will need to be addressed when this change is rolled out fully. # Next Steps * Add suffix (extension) filters - inclusion and exclusion. * Investigate best performance data structures for modeling inclusion and exclusion path filters (Watchman uses a radix tree search). * Change the journal walking code to scan for position then walk forwards - current implemantion walks backward. * .t tests, Python integration tests, C++ unit tests # Discussion Points None Differential Revision: D67552308 fbshipit-source-id: 972e1581fd896acc57d9e77d198ccd5a4946ac33
- Loading branch information