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

compile-file doesn't work if run noninteractively #140

Open
sjl opened this issue Feb 25, 2016 · 0 comments
Open

compile-file doesn't work if run noninteractively #140

sjl opened this issue Feb 25, 2016 · 0 comments

Comments

@sjl
Copy link

sjl commented Feb 25, 2016

I'm trying to run wisp -c foo.wisp from make, but the cond here says that if we're running non-interactively we should always compile from stdin (and so it just ignores my -c foo.wisp and compiles the (empty) stdin into void 0):

https://github.com/Gozala/wisp/blob/master/src/wisp.wisp#L97-L102

It would be nice to reorder this so the check for -c comes first.

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

1 participant