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 install from hxml is case sensitive and should not (tested on version haxe 3.4.7) #503

Closed
sebpatu opened this issue Aug 10, 2020 · 0 comments · Fixed by #510
Closed

Comments

@sebpatu
Copy link

sebpatu commented Aug 10, 2020

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

tobil4sk added a commit to tobil4sk/haxelib that referenced this issue Jan 6, 2022
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 Simn closed this as completed in #510 Apr 6, 2022
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
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant