Open na4zagin3 opened 4 years ago
Hi @na4zagin3, I got the same error message when I try to install Satyrographos to my environment (WSL2, Ubuntu 20.04, OCaml 4.08.1, opam 2.0.5). How can I avoid this error?
FYI, here are log files from opam. satyrographos-3670-fe9c2d.zip
Using OCaml 4.11.1 resolved the issue😄
@zeptometer It's caused by a dependency problem where ancient versions of Satyrographos which don't compile with core v0.14. The versions hosted in the official OPAM repo have been fixed. I'll apply the same fix to the dependencies with https://github.com/na4zagin3/satyrographos-repo/pull/215 and https://github.com/gfngfn/satysfi-external-repo/pull/7.
Cool! Thank you for sharing the context.
Apparently, automatically generated code (probably by ppx_sexp_conv) violates (
unannotated-ignores
rule](https://github.com/janestreet/ppx_js_style#-allow-unannotated-ignores)