Conversation
|
Could we separate the platform specific code? For example, src/platform/linux.rs and src/platform/macos.rs behind a src/platform/mod.rs that re-exports the right impl via #[cfg]. Move into it:
|
congwang-mk
left a comment
There was a problem hiding this comment.
Thanks for your update. Some additional reviews
|
Changes in recent commit
All tests pass. running 22 tests test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 28.46s |
Description
Port branchfs to macOS with verified integration tests and stable control interface
Testing
All existing tests pass