Open Zeta611 opened 4 months ago
No problem! :)
I see few tests have been failed due to build error---is it something to be worried about?
The CI is failing when testing on a larger corpus of code with errors like this:
File "code/infer/infer/src/integration/IssuesTest.ml", line 17, characters 50-56:
17 | Option.iter taint_policy_privacy_effect ~f:(fun effect ->
^^^^^^
Error: Syntax error
File "code/irmin/src/irmin/node_intf.ml", line 127, characters 7-13:
127 | type effect := expected_depth:int -> node_key -> t option
^^^^^^
Error: Syntax error
5.3 also have a mechanism for disabling keywords in the lexer, that would have to be backported first. I'll work on backporting this and making it work with the ocaml-version
that ocamlformat has.
As mentioned in #2559, this provides a support for OCaml 5.3 effect syntax.