-
Notifications
You must be signed in to change notification settings - Fork 412
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(dirs ...) not recognised in dune2 #2938
Comments
I had a similar issue #2711 when adding the |
This is a known limitation. We might be able to loosen this restriction in the future, but not right now. The code is not ready for that. We could definitely improve the error message though. |
I have also hit this problem in a different workflow. Just thought I'd mention it.
But I was unable to copy the files in the underscored directory, because |
I also hit this limitation while trying to work around another issue. |
I see the following when offering this line through an ocaml format dune file:
8 | (dirs *)
^^^^
Error: Unknown constructor dirs
it seems to work as expected in a static dune file though.
The text was updated successfully, but these errors were encountered: