File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 55(cram
66 (applies_to large_string conf removed_option repl_file_errors debug)
77 (enabled_if
8- (<> %{os_type} Win32)))
8+ (and
9+ (>= %{ocaml_version} 5.3.0)
10+ (<> %{os_type} Win32))))
Original file line number Diff line number Diff line change 44824482
44834483(rule
44844484 (deps .ocamlformat)
4485+ (enabled_if (>= % {ocaml_version} 5 .3. 0 ))
44854486 (package ocamlformat)
44864487 (action
44874488 (with- stdout- to option.ml.stdout
44904491
44914492(rule
44924493 (alias runtest)
4494+ (enabled_if (>= % {ocaml_version} 5 .3. 0 ))
44934495 (package ocamlformat)
44944496 (action (diff option.ml.ref option.ml.stdout)))
44954497
44964498(rule
44974499 (alias runtest)
4500+ (enabled_if (>= % {ocaml_version} 5 .3. 0 ))
44984501 (package ocamlformat)
44994502 (action (diff option.ml.err option.ml.stderr)))
45004503
Original file line number Diff line number Diff line change 1+ (>= %{ocaml_version} 5.3.0)
You can’t perform that action at this time.
0 commit comments