Stream: helpdesk (published)

Topic: Run `Base.run_main_repl` within non-Main module


view this post on Zulip Timothy (Mar 09 2023 at 08:35):

I'm currently trying to work out how to run a fully-featured REPL within an anonymous module. I thought it might be easy to just use Base.run_main_repl and have everything set up, however even when run within another module the REPL produced seems to run within Main.

view this post on Zulip Timothy (Mar 09 2023 at 08:56):

Hmm, I wonder if I might need https://github.com/JuliaLang/julia/pull/33872 for this to work completely.


Last updated: Oct 02 2023 at 04:34 UTC