-
Notifications
You must be signed in to change notification settings - Fork 844
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
--no-load
is ignored with --test
#2603
Comments
Hi, thanks for the report! Can you please try with the git version of stack, or perhaps even the latest stable? |
Nevermind, I can reproduce the issue! Working on a fix. |
Thanks! I can also still reproduce this issue with version, |
Fixed! Not sure how that regressed, thanks a bunch for the report! |
Expected
When starting repl with:
stack repl --no-load --test
I expect no prompt which asks for which module to load
Actual
I get prompt which ask which module to load.
Looks like a regression issue.
Stack version
stack-1.2.0 via Ubuntu repo
The text was updated successfully, but these errors were encountered: