File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 11(rule
22 (targets stdlib.cma.js)
33 (enabled_if
4- (and (>= %{ocaml_version} "5.2") (< %{ocaml_version} "5.3")))
4+ (and
5+ (>= %{ocaml_version} "5.2")
6+ (< %{ocaml_version} "5.3")))
57 (action
68 (run
79 %{bin:js_of_ocaml}
1416(rule
1517 (targets stdlib.cma.output.js)
1618 (enabled_if
17- (and (>= %{ocaml_version} "5.2") (< %{ocaml_version} "5.3")))
19+ (and
20+ (>= %{ocaml_version} "5.2")
21+ (< %{ocaml_version} "5.3")))
1822 (action
1923 (with-stdout-to
2024 %{targets}
2327(rule
2428 (alias runtest)
2529 (enabled_if
26- (and (>= %{ocaml_version} "5.2") (< %{ocaml_version} "5.3")))
30+ (and
31+ (>= %{ocaml_version} "5.2")
32+ (< %{ocaml_version} "5.3")))
2733 (action
2834 (diff stdlib.cma.expected.js stdlib.cma.output.js)))
2935
Original file line number Diff line number Diff line change 4747 %{dep:tools/version/GIT-VERSION}))))
4848
4949(data_only_dirs _wikidoc doc-dev jane-street)
50- (vendored_dirs )
50+
51+ (vendored_dirs)
You can’t perform that action at this time.
0 commit comments