-
Notifications
You must be signed in to change notification settings - Fork 5
if stdin is a terminal use the cabal file in the cwd #100
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good so far! It would be nice to have a test for this new behavior.
I don't write tests until things are looking good, so I'll fix the above issues and then add tests if you like what's been done. |
…ogic to Context.fromConfig
Added some tests. |
Thanks so much for opening this PR! Sorry for the absolutely glacial response time. I had some feedback about the tests. Rather than going through a back-and-forth, I opened a PR with my changes: #119. I intended for that to be merged into this one, but I don't know how to do that. At any rate, I didn't introduce any functional changes to your code. I just changed the test code to avoid using the |
closes #97