-
Notifications
You must be signed in to change notification settings - Fork 19
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
no-cmx-file warnings generated for jsoo-react modules #149
Comments
I tried building the template as it was, and also updated it to latest commit and I can't reproduce. 😕 Is the issue happening when running |
Thanks for trying! Yeah it happens on |
Repro here: https://github.com/glennsl/jsoo-react-no-cmx-file-repro. Apparently creating a very basic nested library somehow causes this warning to be emitted, |
Steps to reproduce: git clone git@github.com:glennsl/jsoo-react-no-cmx-file-repro
cd jsoo-react-no-cmx-file-repro
make create-switch
make init
make build |
Seems to be a dune bug. Created an issue for it at ocaml/dune#5486 |
I'm now getting these warnings when building a project based on the minimal template:
I've updated to the latest master and created some child projects, amongst other things, but otherwise don't do anything sophisticated and have added no other OCaml dependencies. Any idea what this could be about? If nothing obvious comes to mind I can try to create a minimal repro for it.
The text was updated successfully, but these errors were encountered: