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

Fix plan9 build #43

Merged
merged 1 commit into from Nov 12, 2019
Merged

Fix plan9 build #43

merged 1 commit into from Nov 12, 2019

Conversation

ncw
Copy link
Contributor

@ncw ncw commented Nov 11, 2019

This fixes the build under plan9 - before this fix it was erroring with

$ GOOS=plan9 go build
# github.com/mattn/go-isatty
./isatty_plan9.go:11:30: cannot use fd (type uintptr) as type int in argument to syscall.Fd2path

Maybe we should add a compile all step to the travis tests?

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 785e92b on ncw:fix-plan9-build into 0e9ddb7 on mattn:master.

@mattn mattn merged commit 2a2f0ea into mattn:master Nov 12, 2019
@mattn
Copy link
Owner

mattn commented Nov 12, 2019

Thank you

@ncw ncw deleted the fix-plan9-build branch November 12, 2019 12:52
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

3 participants