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
With OCaml 4.11 you get this deprecation warning when compiling tyxml. I believe this is causing a fatal build error.
46 | (Longident.parse @@ implementation i ^ "." ^ s)
^^^^^^^^^^^^^^^
Error (alert deprecated): Migrate_parsetree.Ast_405.Longident.parse
this function may misparse its input,
use "Parse.longident" or "Longident.unflatten"
With OCaml 4.11 you get this deprecation warning when compiling tyxml. I believe this is causing a fatal build error.
Full build log is here:
https://kojipkgs.fedoraproject.org//work/tasks/3434/43633434/build.log
The text was updated successfully, but these errors were encountered: