-
Notifications
You must be signed in to change notification settings - Fork 472
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
feat(bin/ofs): implement fuse for linux #4179
Conversation
22d05dd
to
7cdc945
Compare
Hi, @ho-229, would you like to share your plan about this PR? The size seems keep growing which makes it much harder for review. |
Remove |
05e1847
to
289e1b3
Compare
@@ -31,19 +31,23 @@ rust-version = "1.67" | |||
|
|||
[dependencies] | |||
anyhow = "1" | |||
async-trait = "0.1.75" | |||
clap = { version = "4.5.1", features = ["derive", "env"] } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please don't revert this change.
log = "0.4.20" | ||
nix = { version = "0.27.1", features = ["user"] } | ||
opendal = { version = "0.45.0", path = "../../core" } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The same. Seems something wrong during the branch update.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, let's move
No description provided.