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

IO.new(9) doesn't work on linux #3

Open
bibstha opened this issue Jan 2, 2020 · 1 comment
Open

IO.new(9) doesn't work on linux #3

bibstha opened this issue Jan 2, 2020 · 1 comment

Comments

@bibstha
Copy link

bibstha commented Jan 2, 2020

Trying to get it running on ubuntu box and seems like IO.new(9) raises a bad file descriptor on linux. Works fine on Mac.

What does this do?

IO.new(9).puts("chdir:#{target}")

@burke
Copy link
Owner

burke commented Jan 13, 2020

It's meant to connect to a file descriptor that we open from dev.sh for passing "finalizer" actions back to the shell script. I'm surprised it doesn't work on linux -- are you running it via the functions defined in dev.sh?

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

No branches or pull requests

2 participants