Skip to content

Commit

Permalink
fix: promote tests after rebase
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Nuno Monteiro <[email protected]>
  • Loading branch information
anmonteiro committed May 6, 2024
1 parent e76a082 commit 9ddb4c3
Showing 1 changed file with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,16 @@ If Merlin field is present, this context is chosen
(EXCLUDE_QUERY_DIR)
(B
$TESTCASE_ROOT/_build/cross/.foo.objs/byte)
(S
$TESTCASE_ROOT)
(FLG
(-w
@1..3@5..28@30..39@43@46..47@49..57@61..62-40
-strict-sequence
-strict-formats
-short-paths
-keep-locs
-g)))

If `generate_merlin_rules` field is present, rules are generated even if merlin
is disabled in that context
Expand Down Expand Up @@ -136,3 +146,18 @@ is disabled in that context
-short-paths
-keep-locs
-g)))
Foo: _build/default/foo.ml
((STDLIB OPAM_PREFIX)
(EXCLUDE_QUERY_DIR)
(B
$TESTCASE_ROOT/_build/default/.foo.objs/byte)
(S
$TESTCASE_ROOT)
(FLG
(-w
@1..3@5..28@30..39@43@46..47@49..57@61..62-40
-strict-sequence
-strict-formats
-short-paths
-keep-locs
-g)))

0 comments on commit 9ddb4c3

Please sign in to comment.