-
-
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
got error on the Base.run_main_repl when have_color is nothing #36298
Comments
I am not able to reproduce it. It works fine for me on Windows and Linux. |
I have made reproducing it on github actions. |
Thanks I was able to reproduce it and I fix it. Should I send a PR for this? |
@mgautam98 Sure, you could. |
What is the use case for calling |
oh, if so, it's not a bug. |
hello. when I trying this
This is probably a missed bug that since the PR : Enable color output whenever stdout is TTY #34347 has introduced the global variable
have_color
as being [nothing].(https://github.com/JuliaLang/julia/pull/34347/files#diff-8d2b8a22d475d81e3a1944aedb57ad42R6)At the function
run_main_repl
in base/client.jlI think that the above line should be changed to something like:
thanks.
The text was updated successfully, but these errors were encountered: