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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
This feature request has been migrated from artifact #1272 on forge.ocamlcore.org. It was assigned to user102.
I have see several people forgetting braces around the version number, writing
ospec >= 0.3.0
instead of
ospec (>= 0.3.0)
or comas between multiple dependencies (one reason I guess is that they are not compulsory in findlib).
Given that findlib names cannot contain spaces, I believe tighter checks are possible and more errors/warnings should be reported.
Agreed
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This feature request has been migrated from artifact #1272 on forge.ocamlcore.org. It was assigned to user102.
user144 posted on 2013-04-21 09:11:33:
I have see several people forgetting braces around the version number, writing
instead of
or comas between multiple dependencies (one reason I guess is that they are not compulsory in findlib).
Given that findlib names cannot contain spaces, I believe tighter checks are possible and more errors/warnings should be reported.
user102 replied on 2013-04-21 12:46:08:
Agreed
The text was updated successfully, but these errors were encountered: