Organisationsocamlodoc4d53f5

Make all warnings respect --warn-error Previously, resolution failures in Errors.report used Lookup_failures.report_internal which hardcoded non_fatal:true, meaning they would never cause a build failure even when --warn-error was passed. Switch to Lookup_failures.report_warning so that all resolution failures (modules, types, references, etc.) respect --warn-error. Root errors (missing dependencies) retain their own separate handling via report_root. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

Feb 24 13:25 +00:00
6m06s
*Variants labelled (experimental) are still undergoing testing; if they have failed it may be a bug in OCaml-CI.