You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Until the Jbuilder port (#374), we ran the OCaml compiler with all warnings as errors in CI. This was done by setting LWT_WARNINGS_AS_ERRORS=yes in .travis.yml and appveyor.yml, and using myocamlbuild.ml to check for this environment variable, and add -warn-error +A to compiler command lines.
Ideally, we would restore this behavior under Jbuilder.
The text was updated successfully, but these errors were encountered:
Until the Jbuilder port (#374), we ran the OCaml compiler with all warnings as errors in CI. This was done by setting
LWT_WARNINGS_AS_ERRORS=yes
in.travis.yml
andappveyor.yml
, and usingmyocamlbuild.ml
to check for this environment variable, and add-warn-error +A
to compiler command lines.Ideally, we would restore this behavior under Jbuilder.
The text was updated successfully, but these errors were encountered: