This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
(lang dune 1.7)
|
||||
(name a)
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
(library
|
||||
(name a_kernel)
|
||||
(public_name a.kernel)
|
||||
(kind ppx_rewriter)
|
||||
(libraries ppxlib))
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
(library
|
||||
(name a)
|
||||
(public_name a)
|
||||
(kind ppx_rewriter)
|
||||
(libraries a_kernel))
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
(library
|
||||
(name b)
|
||||
(public_name b)
|
||||
(preprocess
|
||||
(pps a)))
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
(lang dune 1.7)
|
||||
(name b)
|
||||
|
|
@ -0,0 +1 @@
|
|||
(lang dune 1.7)
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
This test reproduces a scope resolution bug when resolving the preprocessor of a
|
||||
library.
|
||||
|
||||
$ dune build b/b.cma @install
|
||||
Loading…
Add table
Add a link
Reference in a new issue