-
Notifications
You must be signed in to change notification settings - Fork 13.3k
rt: Add a way to configure the runtime environment from the command line #1497
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
Comments
The +RTS -RTS thing mentioned over in #1489 is ok by me. |
If you want to pass |
re-nominating for feature-complete, not backwards-compatible |
change in milestone accepted. |
beep... beep... beep... triage detector reports no anomalies |
Just a bug |
Since the runtime rewrite we no longer have all the runtime configuration stored in the same place, so if we wanted to do this we'd first need to go figure out what all our environment variables are again. For now there's no demand for this feature. |
I think this is too out-of-date to keep open. A new issue in the same spirit could be reported for the new runtime, but this one lacks context and specifics. |
We have several environment variables defined in rust_env.cpp for controlling the runtime. It would be nice if this could be done from the command line as well.
See thoughtpolice's comments in #1489.
The text was updated successfully, but these errors were encountered: