I find the JULIA_USE_NEW_PARSER environment variable name ambiguous.
|
if get_bool_env("JULIA_USE_NEW_PARSER", true) === true |
What is new now it won't be new in a few months... So the variable name is doomed to become obsolete.
Why not something like JULIA_USE_PRE_v1p10_PARSER or something along those lines: more verbose, and less time-sensitive.
I find the
JULIA_USE_NEW_PARSERenvironment variable name ambiguous.julia/base/Base.jl
Line 607 in d60f9b3
What is new now it won't be new in a few months... So the variable name is doomed to become obsolete.
Why not something like
JULIA_USE_PRE_v1p10_PARSERor something along those lines: more verbose, and less time-sensitive.