You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you specify a preprocessor, now recent Dune will complain that the generated .merlin is not accurate (that's fine).
Solution: apply the same preprocessor config to the pesy-modules library as well.
If you specify a preprocessor, now recent Dune will complain that the generated
.merlin
is not accurate (that's fine).Solution: apply the same preprocessor config to the
pesy-modules
library as well.Discussed Here
The warning makes sense in the general case, but it can be fixed by making sure that even the
pesy-modules
has the same ppx applied to it.Currently if you have:
The generated Dune will be:
And Dune complains because it needs everything in a directory to have the same ppx config.
The solution is easy it seems: pesy should just make sure to add the same
(preprocess)
spec to thepesy-modules
segment as well.The text was updated successfully, but these errors were encountered: