We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 867f688 commit 4a9f59cCopy full SHA for 4a9f59c
test/xref2/dune
@@ -12,6 +12,11 @@
12
(cram
13
(deps %{bin:odoc} %{bin:odoc_print} %{bin:compile}))
14
15
+(cram
16
+ (applies_to module_type_of_size hidden_modules)
17
+ (enabled_if
18
+ (>= %{ocaml_version} 4.04.0)))
19
+
20
; 4.06.0 and above
21
22
@@ -29,7 +34,7 @@
29
34
; 4.08.0 and above
30
35
31
36
32
- (applies_to github_issue_587 shadow github_issue_1066)
37
+ (applies_to github_issue_587 shadow shadow2 shadow4 expansion github_issue_1066)
33
38
(enabled_if
39
(>= %{ocaml_version} 4.08.0)))
40
@@ -43,6 +48,6 @@
43
48
; 4.14.0 and above
44
49
45
50
46
- (applies_to lookup_def)
51
+ (applies_to lookup_def shadow3)
47
52
53
(>= %{ocaml_version} 4.14.0)))
0 commit comments