HaxeFoundation / haxelib

The Haxe library manager
https://lib.haxe.org/
MIT License
173 stars 78 forks source link

Allow .dev package versions to have relative paths #628

Open rushmobius opened 5 months ago

rushmobius commented 5 months ago

Currently if using a local repo and I add a haxelib dev target it always ends up being an absolute path. For a single developer this isn't a big deal, but on a multi-user team, it would be nice to use relative paths.

Given the following

C:\MyProject\lib1... C:\MyProject.haxelib

If I run haxelib dev lib1 lib1 from C:\MyProject, the .dev file that gets created is C:\MyProject\lib1 instead of being relative to the repository root