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

If the lib dir is included in the sources of bsconfig.json, please make a warning. #5440

Closed
MiryangJung opened this issue Jun 16, 2022 · 0 comments · Fixed by #5966
Closed

Comments

@MiryangJung
Copy link
Contributor

MiryangJung commented Jun 16, 2022

I put the lib dir in bsconfig.json and run build -w, and the build was run infinitely.

    "sources": [
      { "dir": "lib", "subdirs": true }
    ],

Of course, I found the cause of the problem by reading Doc, but I think it would be good to raise the warning.
It is expected that need to check lib is included in bsb_parse_sources.ml

2022-06-16.8.56.21.mov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant