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

pulp build -O sends compile -- passthroughs also to bundle #307

Open
metaleap opened this issue Sep 26, 2017 · 1 comment
Open

pulp build -O sends compile -- passthroughs also to bundle #307

metaleap opened this issue Sep 26, 2017 · 1 comment
Labels

Comments

@metaleap
Copy link

metaleap commented Sep 26, 2017

Not even sure if this is sanely fixable (certainly the work-around is to not use build -O and call bundle separately), but wanted to note this down anyway.

[17:37 me ~/.../foo/bar]$ pulp build -- --dump-corefn
* Building project in /home/me/c/ps/foo/bar
* Build successful.

[17:37 me ~/.../foo/bar]$ pulp build -O -- --dump-corefn
* Building project in /home/me/c/ps/foo/bar
* Build successful.
* Bundling JavaScript...
Invalid option `--dump-corefn'
Usage: purs COMMAND
  The PureScript compiler and tools
* ERROR: Subcommand terminated with exit code 1
[17:37 me ~/.../foo/bar]$ 
@nwolverson
Copy link
Collaborator

This has been discussed before (and again recently, like here) but I don't see that there's a specific issue open tracking it atm.

@hdgarrood hdgarrood added the bug label Dec 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

3 participants