We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3bcc43 commit 6affb41Copy full SHA for 6affb41
ppx/native/dune
@@ -27,4 +27,17 @@
27
%{target}
28
(run echo "let () = Ppxlib.Driver.standalone ()"))))
29
30
-(include_subdirs (unqualified))
+(copy_files#
31
+ (files ./common/ppx_deriving_json_common.ml))
32
+
33
34
+ (files ./common/ppx_deriving_tools.{ml,mli}))
35
36
+; include_subdirs triggers a dependency cycle
37
+; $ dune runtest
38
+; Error: Dependency cycle between:
39
+; alias .melange-json-files
40
+; -> alias .melange-json-native-files
41
+; -> alias .melange-json-files
42
+; -> required by alias ppx/test/runtest
43
+; (include_subdirs (unqualified))
0 commit comments