Hello, I want to add function to Downloads.jl
(to allow overriding the default Downloader). Downloads.jl
is in the stdlib/default sysimage, and I am not sure what the best development flow is for making changes and testing. Do I need to build julia from scratch to make changes to Downloads.jl
? I have tried using ] dev Downloads.jl
in a clean environment using default sysimage and that does not seem to work. – adding a function a restarting julia has no effect.
Thank you, Nehal