Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

ghcjs-boot not enough flexibility #2330

Closed
tolysz opened this issue Jul 4, 2016 · 1 comment
Closed

ghcjs-boot not enough flexibility #2330

tolysz opened this issue Jul 4, 2016 · 1 comment

Comments

@tolysz
Copy link
Collaborator

tolysz commented Jul 4, 2016

I am playing with ghcjs@8.0 and as it happens it needs more love from stack.

logProcessStderrStdout Nothing "ghcjs-boot" menv' ["--clean"]

is not enough, as the upstram bundle does not have working boot.tar in it. However hardcoding:

logProcessStderrStdout Nothing "ghcjs-boot" menv'
                     [ "--clean"
                     , "--dev"
                     , "--ghcjs-boot-dev-branch", "ghc-8.0"
                     , "--shims-dev-branch", "ghc-8.0"
                     ]

works for my very case, but is not good either.
Maybe if we could pass some extra options from the command line so we could instrument ghcjs-boot somehow easier.

ps.
with this you can boot, but template linking will be broken later...

@mgsloan
Copy link
Contributor

mgsloan commented Jul 19, 2016

Thanks for bringing it up? Are you using a booted sdist bundle of ghcjs, and it's still not working?

#652 should cover supporting ghcjs-boot-options. I've added a comment there about it.

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants