-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
-i command line option should cause the REPL to be run #11347
Labels
Comments
Seems reasonable to me. |
+1 |
This sounds way more useful to me than just changing the output of one function (what we currently use |
JeffBezanson
added a commit
that referenced
this issue
May 23, 2015
JeffBezanson
added a commit
that referenced
this issue
May 25, 2015
make -i option run REPL. fixes #11347
mbauman
pushed a commit
to mbauman/julia
that referenced
this issue
Jun 6, 2015
tkelman
pushed a commit
to tkelman/julia
that referenced
this issue
Jun 6, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Keith Mason, in PR #10692, proposed making -I (uppercase) run the REPL.
The PR was closed by ihnorton, saying "It would be best to fix the existing options rather than add a new one."
and furthermore
"Right now -i just means "make isinteractive() return true" (see #6765). I think -i should mean "run-to-REPL" by default, like Python and bash. I don't believe this would conflict with IJulia or Gtk.jl/Julietta usage because they take over the event loop, but if it is a problem we could probably check whether isatty to decide."
The text was updated successfully, but these errors were encountered: