Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace fuse-rs to fuser #68

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

dev-jwel
Copy link

  • 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.
cberner/fuser#211

* `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.
cberner/fuser#211
@gaul
Copy link
Collaborator

gaul commented Jun 19, 2022

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

@dev-jwel
Copy link
Author

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

@gaul
Copy link
Collaborator

gaul commented Jun 21, 2022

Then we must wait for the fix.

@dev-jwel
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants