-
Notifications
You must be signed in to change notification settings - Fork 137
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
Not working with Go 1.15.0 #77
Comments
cespare
added a commit
that referenced
this issue
Aug 13, 2020
The old pty package uses Setctty in a wrong way that broke in Go 1.15. Updates #77.
@cespare it's working, thanks! |
Glad to hear it. I tagged v0.3.0. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Upgraded Go to 1.15.0 in alpine linux 3.12 and I'm getting this error: "Setctty set but Ctty not valid in child" for a http application.
The command used:
reflex -r '.\.go' -R '._test\.go' -d 'none' -s my-binary start
If I downgrade to Go 1.14.7 it works as expected.
As far as I can tell there were some modifications made in the syscall package in Go 1.15.0, specifically from the docs:
Source: https://golang.org/doc/go1.15
The text was updated successfully, but these errors were encountered: