ppx_yojson
ppx_yojson copied to clipboard
OCaml PPX extension for JSON literals and patterns
Results
2
ppx_yojson issues
Sort by
recently updated
recently updated
newest added
This replaces uses of `Location.raise_errorf` by generating an `ocaml.error` extension node and inserting it into the generated AST. This allows the ppx to process all extension nodes and to produce...
Embedding errors directly into the AST using the special `[%ocaml.error "Some error msg"]` is the preferred way of reporting errors in ppxlib based ppx-es so it would be nice to...
good first issue