make workspace()
reload .juliarc.jl
#10351
Labels
help wanted
Indicates that a maintainer wants help on an issue or pull request
workspace()
reload .juliarc.jl
#10351
In the manual/FAQ/discussions,
workspace()
is the recommended way of getting a "clean slate", that should be equivalent to restarting Julia (except forLastMain
etc).Arguably,
workspace()
then should also reload.juliarc.jl
in certain cases.For example, having an optional
reload-startup
argument would make sense, with the following options::auto
, which is the default. Reload unless the process was started with--startup-file=no
, or-f
.false
: never reload.true
: reload unconditionally.The text was updated successfully, but these errors were encountered: