catfs icon indicating copy to clipboard operation
catfs copied to clipboard

Replace fuse-rs to fuser

Open dev-jwel opened this issue 3 years ago • 4 comments

  • time library has replaced
    • Timespec is not used after fuse-rs 0.4
  • flags argument in some function of fuser::Filesystem is i32

Note that fuser has a problem on the MacOS. https://github.com/cberner/fuser/issues/211

dev-jwel avatar Jun 14 '22 14:06 dev-jwel

Is it correct to say that this PR breaks macOS support?

gaul avatar Jun 19 '22 05:06 gaul

For now. It can be resolved after fuser fixed the issue. This issue is should be resolved at fuser repository.

dev-jwel avatar Jun 21 '22 11:06 dev-jwel

Then we must wait for the fix.

gaul avatar Jun 21 '22 13:06 gaul

I don't think so. rust-rs has an issue too and this repository is outdated. This replacement may prevent other unknown other issues of outdated repository.

dev-jwel avatar Jun 21 '22 13:06 dev-jwel