Le vendredi 20 mai 2016 à 07:14 -0700, Evan Fields a écrit :
> On further inspection I think this is because I managed to name the
> package repository TravelingSalesmanHeuristics.jl (rather than just
> TravelingSalesmanHeuristics). Indeed I just ran
> Pkg.add("TravelingSalesmanHeuristics") and now have in my .julia/v0.4
> both TravelingSalesmanHeuristics and TravelingSalesmanHeuristics.jl
>
> When I published v0.0.1 Pkg.publish failed (different error, can't
> remember) and I had to create the pull request manually; presumably I
> now have to do that going forward?
You should be able to move TravelingSalesmanHeuristics.jl to another
folder and work with TravelingSalesmanHeuristics. Doesn't that work?
Regards