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

Fuse fixes #6135

Merged
merged 4 commits into from
Mar 28, 2019
Merged

Fuse fixes #6135

merged 4 commits into from
Mar 28, 2019

Conversation

anacrolix
Copy link
Contributor

  • Skip errors due to fuse missing on OSX
  • Downgrade bootstrap node error: It's very noisy in the test logs, and probably indicates user error (which may be a warning), rather than an actual, unexpected error.
  • Fix automatic installation of go-fuse-version with go modules
  • Misc uses of testing.T.Helper

It's very noisy in the test logs, and probably indicates user error (which may be a warning), rather than an actual, unexpected error.
@anacrolix anacrolix requested a review from Kubuxu as a code owner March 27, 2019 03:35
@anacrolix
Copy link
Contributor Author

I thought the GitCop stuff was removed?

@Stebalien
Copy link
Member

I thought the GitCop stuff was removed?

We were waiting on final instructions from legal.

Copy link
Contributor

@djdv djdv left a comment

Choose a reason for hiding this comment

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

This seems sensible to me.
The only concern I had was that it's assumed module support is enabled, rather than checking for it and falling back to get. But that doesn't actually seem necessary to handle given the additional complexity involved in checking the go version, the env, etc.
In the (near) future I'm going to look into integrating this check inside of go-ipfs when on OS X rather than executing external commands to achieve this.

@anacrolix
Copy link
Contributor Author

What's the plan now? Should I rebase with the sign-offs, or can you just merge as is?

@Stebalien Stebalien merged commit 3e31519 into ipfs:master Mar 28, 2019
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.

3 participants