When debugging my code I have to frequently change one module, reload it, and test it, including plotting some results of my code. The only way I currently know to do this with Julia 1.0 is to restart the kernel and reload the modules that way. The problem is that this makes me lose 20 or so seconds each time waiting for my plotting module to compile.
Is there a way to reload the module I am tweaking without unloading e.g. Gadfly so that I don't have to keep recompiling my plotting module?