You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-ml/js_of_ocaml/files/ppx.patch

12 lines
542 B

Index: js_of_ocaml-2.8.4/lib/ppx_driver/ppx_js_driver.ml
===================================================================
--- js_of_ocaml-2.8.4.orig/lib/ppx_driver/ppx_js_driver.ml
+++ js_of_ocaml-2.8.4/lib/ppx_driver/ppx_js_driver.ml
@@ -1,5 +1,5 @@
let () =
let js_mapper = Ppx_js.js_mapper [] in
- Ppx_driver.register_transformation "js_of_ocaml"
+ Ppx_driver.register_transformation_using_ocaml_current_ast "js_of_ocaml"
~impl:(js_mapper.Ast_mapper.structure js_mapper)
~intf:(js_mapper.Ast_mapper.signature js_mapper)