-
Notifications
You must be signed in to change notification settings - Fork 846
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
stack exec should propagate +RTS-options better #1655
Comments
The issue is that |
A part of the instructions I have overlooked so far, thanks a lot. |
This issue still persists. In particular the
This does not print out the help for |
@ndmitchell Curious, that works just fine for me on linux. This reminded me of this comment - #2022 (comment) . Perhaps |
@mgsloan I confirm both those things work. Do you do anything special to get the other one working? Is this a GHC issue? Should there be a |
Will "--RTS" be automatically included in stack?
It's logical both to be identical, but they aren't even on the latest stack-1.3.2 on Windows. |
I think it'd be reasonable to add a It'd also be worthwhile to explore whether we can get |
Can this be closed via #3012 ? |
This answers my need, and covers what was discussed, so closing. |
... fails with: the flag -p requires the program to be built with -prof
works.
It would be nice to use exec for this use case as well, as it is time consuming to discover you can't. I would consider this a feature request, cabal-install seems to have the same issue: http://stackoverflow.com/questions/22942194/profiling-an-executable-with-cabal
Could not find a documented "won't work / won't fix" anywhere for stack, so a decision documentation here would be nice.
The text was updated successfully, but these errors were encountered: