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

Upgrade go-fuse (fixes #595: reverse mount on macOS) #690

Closed
wants to merge 1 commit into from
Closed

Upgrade go-fuse (fixes #595: reverse mount on macOS) #690

wants to merge 1 commit into from

Conversation

valeriangalliat
Copy link
Contributor

Ran go get -u github.com/hanwen/go-fuse/v2@master to get this diff

As pointed out in #595 (comment), go-fuse was updated with a patch to allow -reverse mode on macOS!

Copy link
Owner

@rfjakob rfjakob left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, thanks for the PR!

It's good, but could you update it with two things:

  1. The PR description text is very good, but the commit message is a little short ;)
    Use the PR description text as the commit message.

  2. go-fuse has had a new commit in the meantime, please use this latest version.

Ran `go get -u github.com/hanwen/go-fuse/v2@master` to get this diff

As pointed out in #595 (comment), go-fuse was updated with a patch to allow `-reverse` mode on macOS!
@valeriangalliat
Copy link
Contributor Author

Updated go-fuse to the latest master version and updated the commit message :)

@rfjakob
Copy link
Owner

rfjakob commented Nov 27, 2022

Merged as 0ec7ffb , thanks!

(you missed a "go mod tidy" to get rid of the old references, did that for you)

@rfjakob rfjakob closed this Nov 27, 2022
@valeriangalliat valeriangalliat deleted the upgrade-go-fuse branch December 3, 2022 13:47
@rfjakob
Copy link
Owner

rfjakob commented Mar 4, 2023

For posterity: The commit on go-fuse that fixes this is hanwen/go-fuse@58a7e14

@rfjakob rfjakob changed the title Upgrade go-fuse (fixes #595) Upgrade go-fuse (fixes #595: reverse mount on macOS) Mar 4, 2023
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