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

Package name should be case insensitive #72

Open
Clonkk opened this issue Sep 13, 2023 · 2 comments
Open

Package name should be case insensitive #72

Clonkk opened this issue Sep 13, 2023 · 2 comments

Comments

@Clonkk
Copy link

Clonkk commented Sep 13, 2023

$ atlas init
$ atlas clone arraymancer
$ atlas use nimjl # Because it uses arraymancer as a dependency

This creates 2 repo arraymancer : "Arraymancer" and "arraymancer" (capital A) difference.

IMO that shouldn't be possible & package name should be case insensitive. I don"t want to have 3 different packages "Tools", "tools", "TOOLS" that are different things

@elcritch
Copy link
Contributor

Good point, it should be lower-casing them. This is probably a bug then.

@Clonkk
Copy link
Author

Clonkk commented Sep 15, 2023

I think the issue is more general and related to how atlas resolve names

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