-
Notifications
You must be signed in to change notification settings - Fork 70
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
Output #98
base: master
Are you sure you want to change the base?
Output #98
Conversation
Thanks for correcting my error, @xkxx. I misremembered a discussion. The thing CSR does not do is create directories: |
Fine by me, but this is no longer up to date as I had to fix regressions introduced by #97 Also |
I've merged upstream changes. There seems to be a problem with |
I am afraid this still appears as "We can’t automatically merge this pull request." so probably there is merge conflict that needs to be resolved. I'd say you need to merge with upstream as I don't see such a commit here that's what I think is causes issues. |
Hum, that's weird. I will open a fresh fork and see if that fixes it. |
How about now? |
Now it looks mergable, but I would like to test this time around to make sure nothing breaks. I'll merge once I'll run tests ;) Thanks |
@xkxx I appologise this project has definitely went undermaintained for quite some time now. I beleive I'm back on track now, I'll try to respond with any open issues with in the week & go through all open pulls (including this one) this week. |
I would like to add an
--output
flag to the compiler along with the ability to compile multiple files at once, for the following reasons:-o
for outputting files.coffee-script
,rustc
,gcc
,nimrod
,javac
, to list some exampleswisp a.wisp b.wisp c.wisp -o ./
is a lot easier to type than repeatedly pushing the up arrow to retrieve the last three commandsoutput
flag https://github.com/michaelficarra/CoffeeScriptRedux/blob/master/src/cli.coffee#L148