-
Notifications
You must be signed in to change notification settings - Fork 407
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore errors while generating the .merlin file
Fix #568
- Loading branch information
1 parent
1b279f3
commit 219253e
Showing
3 changed files
with
11 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
$ $JBUILDER runtest --display short -j1 -p lib1 --debug-dependency-path | ||
File "jbuild", line 1, characters 0-464: | ||
Error: Library "lib2" not found. | ||
-> required by .merlin | ||
-> required by .merlin-exists | ||
-> required by test1.exe | ||
-> required by alias runtest | ||
-> required by alias runtest | ||
Hint: try: jbuilder external-lib-deps --missing -p lib1 @runtest | ||
ocamldep test1.ml.d | ||
ocamldep lib1.ml.d | ||
[1] | ||
ocamlc .lib1.objs/lib1.{cmi,cmo,cmt} | ||
ocamlc .test1.eobjs/test1.{cmi,cmo,cmt} | ||
ocamlopt .lib1.objs/lib1.{cmx,o} | ||
ocamlopt .test1.eobjs/test1.{cmx,o} | ||
ocamlopt lib1.{a,cmxa} | ||
ocamlopt test1.exe | ||
test1 alias runtest |