Elliot Saba
Elliot Saba
`@__DIR__` doesn't work when you're relocating files even when the files are there (e.g. if you just copy a whole depot from one computer to another) because the file path...
Just a note that some related discussion about the UX of this is in https://github.com/JuliaLang/julia/issues/13356
I think this is a case where you just don’t want to use the preferences macros and instead want to explicitly list which package to load the preferences from. In...
I see. In that case I would suggest that we just sub out REPL for Main. We can do that by writing a wrapper that uses REPL instead of __module__...