Skip to content

Commit

Permalink
Promote fixed test after Dune upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
voodoos committed Sep 25, 2024
1 parent 19e7220 commit c83e2e3
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions tests/test-dirs/locate/in-implicit-trans-dep.t/run.t
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
$ dune build @check

FIXME: When the deifinition is in one of the implicit transitive dependencies
Merlin does not found the file in the source path provided by Dune. One possible
fix would be for Dune to provide additional source path for "externatl" deps.
When the deifinition is in one of the implicit transitive dependencies Merlin
used to not find the file in the source path provided by Dune.
$ $MERLIN single locate -look-for ml -position 1:15 \
> -filename bin/main.ml <bin/main.ml
{
"class": "return",
"value": "'Lib1.t' seems to originate from 'Lib2' whose ML file could not be found",
"value": {
"file": "$TESTCASE_ROOT/src/lib2/lib2.ml",
"pos": {
"line": 1,
"col": 0
}
},
"notifications": []
}

0 comments on commit c83e2e3

Please sign in to comment.