Skip to content
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

Check if dune files exists in subpackages before running dune build #190

Open
ManasJayanth opened this issue Nov 9, 2020 · 0 comments
Open
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@ManasJayanth
Copy link
Member

If for some reason, the initial bootstrapper fails (network failure, bad cache etc), creation of dune files in the project could get interrupted - the dune files that trigger the on-the-fly dune rules generation. We could

  1. Check in those bootstrapping dune files in the templates
    or
  2. Ensure, before running, dune build if dune files are missing.

Ideally, we do both.

@ManasJayanth ManasJayanth added good first issue Good for newcomers help wanted Extra attention is needed labels Nov 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant