Skip to content

Commit

Permalink
ppx: move ppx_deriving_tools to ppx/native
Browse files Browse the repository at this point in the history
It's not longer generic, hardcodes JSON specifics but that's ok.
  • Loading branch information
andreypopp committed Nov 26, 2024
1 parent 7973a7d commit 63fb3ca
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
5 changes: 1 addition & 4 deletions ppx/browser/dune
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,4 @@
(files ../native/ppx_deriving_json_common.ml))

(copy_files#
(files ../tools/ppx_deriving_tools.ml))

(copy_files#
(files ../tools/ppx_deriving_tools.mli))
(files ../native/ppx_deriving_tools.{ml,mli}))
3 changes: 0 additions & 3 deletions ppx/native/dune
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,3 @@
(with-stdout-to
%{target}
(run echo "let () = Ppxlib.Driver.standalone ()"))))

(copy_files#
(files ../tools/ppx_deriving_tools.{ml,mli}))
File renamed without changes.
File renamed without changes.

0 comments on commit 63fb3ca

Please sign in to comment.