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

Add Plan 9 support #78

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

Add Plan 9 support #78

wants to merge 1 commit into from

Conversation

fhs
Copy link

@fhs fhs commented Dec 12, 2019

Fix build on Plan 9 and make all tests pass.

Note: running go test ./... may hang in TestTempFileMany or
TestTempFileManyWithUtil. I'm not sure if it's a go tool issue,
standard library issue, or something wrong with the tests. All tests
pass if tests are run with go test -count 1 ./....

Fixes #52

Signed-off-by: Fazlul Shahriar fshahriar@gmail.com

Fix build on Plan 9 and make all tests pass.

Note: running `go test ./...` may hang in `TestTempFileMany` or
`TestTempFileManyWithUtil`. I'm not sure if it's a go tool issue,
standard library issue, or something wrong with the tests.  All tests
pass if tests are run with `go test -count 1 ./...`.

Fixes src-d#52

Signed-off-by: Fazlul Shahriar <fshahriar@gmail.com>
fhs added a commit to fhs/go-git that referenced this pull request Dec 25, 2019
Not all the tests pass yet but this makes go-git usable on Plan 9.
Please merge this after src-d/go-billy#78.

Fixes src-d#756

Signed-off-by: Fazlul Shahriar <fshahriar@gmail.com>
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.

Plan 9 Support
1 participant