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 db50f76 commit c4aa545Copy full SHA for c4aa545
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,13 @@
29
34
; 4.08.0 and above
30
35
31
36
32
- (applies_to github_issue_587 shadow github_issue_1066)
37
+ (applies_to
38
+ github_issue_587
39
+ shadow
40
+ shadow2
41
+ shadow4
42
+ expansion
43
+ github_issue_1066)
33
44
(enabled_if
45
(>= %{ocaml_version} 4.08.0)))
46
@@ -43,6 +54,6 @@
54
; 4.14.0 and above
55
56
- (applies_to lookup_def)
57
+ (applies_to lookup_def shadow3)
47
58
48
59
(>= %{ocaml_version} 4.14.0)))
0 commit comments