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

Reply via email to