kahing / catfs

Cache AnyThing filesystem written in Rust
Apache License 2.0
842 stars 54 forks source link

fix build on macos #45

Closed gaul closed 3 years ago

gaul commented 4 years ago

Fixes #10.

gaul commented 4 years ago

This still has some test failures, notably large_write and read_modify_write, but it should be good enough for someone else to continue debugging.

gaul commented 4 years ago

I think there is a better way to do the conditional compilation at the use level; let me investigate.

gaul commented 4 years ago

I think there is a better way to do the conditional compilation at the use level; let me investigate.

Done.

gaul commented 4 years ago

Fixed remaining failing tests on macOS.