Sometimes it’s difficult to debug a package that’s precompiled.
What’s the most succinct way to clear its cache w/o just removing the package and reinstalling it?
i.e. the following code doesn’t seem to clear everything:
Pkg.build("Foo")
reload("Foo")
Is manually changing a file somewhere in the package the best option?
(and does it clear all the cache it needs to?)