Skip to content

Commit df142dd

Browse files
committed
Add test exhibiting issue #944
1 parent 3d2e555 commit df142dd

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

test/xref2/github_issue_944.t/foo.mli

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
val f : Set.Make(String).t -> unit

test/xref2/github_issue_944.t/run.t

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
A quick test to repro the issue found in #944
2+
3+
$ ocamlc -bin-annot -c foo.mli
4+
5+
$ odoc compile foo.cmti
6+
$ odoc link foo.odoc
7+
File "foo.odoc":
8+
Warning: Failed to lookup type unresolvedroot(Stdlib).Set.Make(unresolvedroot(Stdlib).String).t Parent_module: Unresolved apply
9+
10+
$ odoc html-generate --indent -o html/ foo.odocl

0 commit comments

Comments
 (0)