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 for bad file descriptor error for new command #18

Merged
merged 2 commits into from Mar 7, 2016

Conversation

Projects
None yet
2 participants
@LucioFranco
Member

LucioFranco commented Mar 6, 2016

I was getting a bad file descriptor error when I tried the new command. It seems that @White-Oak forgot to add the write(true) method for OpenOptions. This fixes it for me on 1.6 and the tests.sh passes.

@ebkalderon

This comment has been minimized.

Show comment
Hide comment
@ebkalderon

ebkalderon Mar 7, 2016

Member

Looks great! Thanks for the fixes. Sorry for the delayed response, BTW. I'm running into tough times with university and work, so fixes like these are greatly appreciated. 😄

Member

ebkalderon commented Mar 7, 2016

Looks great! Thanks for the fixes. Sorry for the delayed response, BTW. I'm running into tough times with university and work, so fixes like these are greatly appreciated. 😄

ebkalderon added a commit that referenced this pull request Mar 7, 2016

Merge pull request #18 from LucioFranco/master
Fix bad file descriptor error for new command

@ebkalderon ebkalderon merged commit b3a8117 into amethyst:master Mar 7, 2016

1 check passed

continuous-integration/travis-ci/pr The Travis CI build passed
Details
@LucioFranco

This comment has been minimized.

Show comment
Hide comment
@LucioFranco

LucioFranco Mar 8, 2016

Member

@ebkalderon I completely understand and in the same situation! I will definitely look to help more with this project. Good luck with school and work!

Member

LucioFranco commented Mar 8, 2016

@ebkalderon I completely understand and in the same situation! I will definitely look to help more with this project. Good luck with school and work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment