-
Notifications
You must be signed in to change notification settings - Fork 284
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactored Thrift types for eden CLI
Summary: # Context We are introducing EdenFS notifications to support scalable and ergonomic file system notifications for EdenFS mounts. # This Diff This diff creates local types (as opposed to Thrift types) to make it possible to add various traits. It also implements Display and From for these types and then updates changes-since and get-postion to use the new types # Next Steps * Collapsing journal entries * .t tests, Python integration tests, C++ unit tests # Discussion Points None Differential Revision: D66045966 fbshipit-source-id: 999b27c47877c2e1ced3febe983be5fee9ca1e36
- Loading branch information
1 parent
8978657
commit 0137b47
Showing
7 changed files
with
482 additions
and
164 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.