-
-
Notifications
You must be signed in to change notification settings - Fork 78
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 install from hxml is case sensitive and should not (tested on version haxe 3.4.7) #503
Comments
tobil4sk
added a commit
to tobil4sk/haxelib
that referenced
this issue
Jan 6, 2022
8 tasks
tobil4sk
added a commit
to tobil4sk/haxelib
that referenced
this issue
Jan 9, 2022
And HaxeFoundation#503 - Ensure haxelib is case insensitive for library names - Ensure haxelib keeps track of correct name capitalization for `list` command - Ensure haxelib.json name is preferred with git/hg/dev, unless an alias is given. - If there is no haxelib.json, ensure that the last name the user used is shown - Ensure running aliased libraries works correctly
tobil4sk
added a commit
to tobil4sk/haxelib
that referenced
this issue
Jan 9, 2022
Also HaxeFoundation#465 and HaxeFoundation#503 - Ensure haxelib is case insensitive for library names - Ensure haxelib keeps track of correct name capitalization for `list` command - Ensure haxelib.json name is preferred with git/hg/dev, unless an alias is given. - If there is no haxelib.json, ensure that the last name the user used is shown - Ensure running aliased libraries works correctly
tobil4sk
added a commit
to tobil4sk/haxelib
that referenced
this issue
Apr 4, 2022
Also HaxeFoundation#465 and HaxeFoundation#503 - Ensure haxelib is case insensitive for library names - Ensure haxelib keeps track of correct name capitalization for `list` command - Ensure haxelib.json name is preferred with git/hg/dev, unless an alias is given. - If there is no haxelib.json, ensure that the last name the user used is shown - Ensure running aliased libraries works correctly
Simn
pushed a commit
that referenced
this issue
Apr 6, 2022
Also #465 and #503 - Ensure haxelib is case insensitive for library names - Ensure haxelib keeps track of correct name capitalization for `list` command - Ensure haxelib.json name is preferred with git/hg/dev, unless an alias is given. - If there is no haxelib.json, ensure that the last name the user used is shown - Ensure running aliased libraries works correctly
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
when we install libs within hxml, it is case senstive, even if it is not when added in command line.
for example PBKDF2 dont install if written - lib pbdkf2 in hxml,
but install properly if done in command line: haxelib install pbkdf2
bug encountered on haxe 3.4.7
maybe it is fixed on haxe 4.
Thanks
The text was updated successfully, but these errors were encountered: