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

Cannot use private libs anymore #484

Closed
kLabz opened this issue Nov 5, 2019 · 2 comments · Fixed by #485
Closed

Cannot use private libs anymore #484

kLabz opened this issue Nov 5, 2019 · 2 comments · Fixed by #485

Comments

@kLabz
Copy link
Contributor

kLabz commented Nov 5, 2019

Since #473, compiling with my private libs leads to this error:

Error: Error: Cannot process [xxx]: missing field license

Followed by this if I set "license": "":

Error: Error: Cannot process [xxx]: Invalid value  for License

I am now supposed to add one of these for a private lib in order to compile my project:

"GPL", "LGPL", "BSD", "Public", "MIT", "Apache"
@ibilon
Copy link
Member

ibilon commented Nov 5, 2019

I think we should keep the full haxelib.json check, but add an "Other" value for license, and a check on upload to lib.haxe.org that it's not "Other".

@ncannasse
Copy link
Member

That annoyed me too, I had to add a user name and a license for private libraries which didn't required it before.

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.

3 participants