If I modify the code in the Julia repo and make
the binary, the Julia processes using it currently stop working until it is finished, and I can’t start new ones. This is a minor interruption to my workflow since (incremental) compilation takes 5-10min on my machine.
Is there a trick to keep a working binary while I make changes, or should I just maintain a separate clone of the repo for the two purposes? It is around 5GB, which is feasible but seems wasteful.