seems to work fine.
On Friday, 24 July 2015 18:36:05 UTC-3, andrew cooke wrote: > > If I am developing a package with multiple julia versions, will anything > terrible happen if I Pkg.clone() the project twice (one for each version) > and then replace one of those directories with a link to the other? > > So change from > > .julia/v0.3/MyPackage > .julia/v0.4/MyPackage > > to > > .julia/v0.3/MyPackage > .julia/v0.4/[link to above] > > and then use git commands directly? > > Could I run Pkg.test() for either version? > > Is anything likely to go wrong? > > Thanks. > Andrew >