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
It would be nice if, when relevant, ppx_custom_yojson would embed the error instead of raising.
For instance, in:
let invalid1 =Format.printf !"The time is %{invalid#invalid} and the timezone is %{invalid#too}." time timezone
Currently, only the first error (string "invalid#invalid" should be of the form [...]) is reported, Merlin can't find any information about the arity of the generated function.
I would like to use this issue for an Outreachy project (see ocaml-ppx/ppxlib#389). If you are willing to accept contributions, I would help in the reviewing process!
The text was updated successfully, but these errors were encountered:
It would be nice if, when relevant,
ppx_custom_yojson
would embed the error instead of raising.For instance, in:
Currently, only the first error (
string "invalid#invalid" should be of the form [...]
) is reported, Merlin can't find any information about the arity of the generated function.I would like to use this issue for an Outreachy project (see ocaml-ppx/ppxlib#389). If you are willing to accept contributions, I would help in the reviewing process!
The text was updated successfully, but these errors were encountered: