We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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": "":
"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"
The text was updated successfully, but these errors were encountered:
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".
Sorry, something went wrong.
That annoyed me too, I had to add a user name and a license for private libraries which didn't required it before.
haxelib path
Successfully merging a pull request may close this issue.
Since #473, compiling with my private libs leads to this error:
Followed by this if I set
"license": ""
:I am now supposed to add one of these for a private lib in order to compile my project:
The text was updated successfully, but these errors were encountered: