Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow .dev package versions to have relative paths #628

Open
rushmobius opened this issue Apr 20, 2024 · 0 comments
Open

Allow .dev package versions to have relative paths #628

rushmobius opened this issue Apr 20, 2024 · 0 comments

Comments

@rushmobius
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant