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

haxelib path order is not consistent with real haxelib #103

Closed
Gama11 opened this issue Jun 13, 2019 · 2 comments
Closed

haxelib path order is not consistent with real haxelib #103

Gama11 opened this issue Jun 13, 2019 · 2 comments

Comments

@Gama11
Copy link
Member

Gama11 commented Jun 13, 2019

>haxelib path random
C:\HaxeToolkit\haxe\lib\random/1,4,1/src/
-D random=1.4.1

>npx haxelib path random
-D random=1.4.1
C:/Users/Jens/AppData/Roaming/haxe/haxe_libraries/random/1.4.1/haxelib/src/

As you can see, the order is reversed for the Haxelib shim. This could potentially be problematic if there's any code making assumptions about the first line being the path?

@back2dos back2dos transferred this issue from lix-pm/haxeshim Nov 10, 2019
@back2dos
Copy link
Contributor

This is echoed in the order in which lix puts it in the hxml.

@back2dos
Copy link
Contributor

Works now, if you reinstall the affected dependencies.

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

2 participants