I am wondering what the best workflow is for packages which are developed and used locally (before they are published).
Currently, I create them with PkgDev.generate, they end up in ~/.julia/v0.5, and then I keep working on them. However, whenever I Pkg.update(), I get quite a few messages along the lines of
you get the same warning if you have local changes to published packages. If your local package is commited, then Pkg.update just proceeds with the INFO: Updating MyPackage master…