make JULIA_DEPOT_PATH work like JULIA_LOAD_PATH? #31002
Labels
minor change
Marginal behavior change acceptable for a minor release
speculative
Whether the change will be implemented is speculative
I'm writing long-overdue docs for how
JULIA_LOAD_PATH
is expanded to populateLOAD_PATH
(the current docs are woefully inaccurate at this point) and I noticed thatJULIA_DEPOT_PATH
doesn't do the same "empty path means insert the default" thing thatJULIA_LOAD_PATH
does. I really think it should basically for the reasons given here. All the same arguments apply toJULIA_DEPOT_PATH
. Technically this is a breaking change, but I think it's a good change and I strongly doubt anyone is relying on the current behavior since most people don't seem to understand what the depot path is or do anything to change it in the first place.The text was updated successfully, but these errors were encountered: