-
Notifications
You must be signed in to change notification settings - Fork 74
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
Don't error on deprecated warnings in ocaml code #841
Conversation
CI green, is this reasonable a change? |
I thought the dev provide has |
still, if you are about to add a warning in master, then the job |
dev profile is warn-error +all not -all |
I'm not sure I get it. In the file edited by this PR we redefine the dev profile and we add the fatalwarnings one. Did we screw up @SkySkimmer ? |
That is the opposite of the dune default but you can do that if you want. Note that coq CI currently uses the dev profile. |
I know, they are wrong.
Looks reasonable to me. Maybe the coq CI should use a build system independent way to force warning as errors, and we should honor that in our makefile. Basing on the dune profile cannot cut it (some projects don't even use dune). |
I don't think deprecation warnings should be errors in coq CI, the point of deprecating something is to let the 3rd party developers write the adaptation in their own time instead of blocking the coq PR. |
that sounds impossible to me |
Shall we merge? |
No description provided.