-
-
Notifications
You must be signed in to change notification settings - Fork 601
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
Second build fails when incremental
set to true
#249
Comments
@moeriki thanks for the issue. Please verify that this also happens when using NPM. NPM is our baseline in the project for issues and repo-based reproductions. |
Tested and verified the same issue with npm. Updated issue to reflect. The issue though may be related to my compiler options. I'm still testing some things. |
Same happens here and we're using PNPM. Maybe this is the cause of #287 |
Please use the "edit" function on replies to add info and cut down on noise. |
Hey folks. This issue hasn't received any traction for more than 90 days, so we're going to close this for housekeeping. If this is still an ongoing issue, please do consider contributing a Pull Request to resolve it. Further discussion is always welcome even with the issue closed. If anything actionable is posted in the comments, we'll consider reopening it. |
This was fixed? |
@VitorLuizC please re-read my previous comment. |
@shellscape I don't understand the concept of housekeeping. You're closing an issue that is not fixed to reduce number of open issues? I can't see the advantages in doing that. Can you explain me that? |
It's quite simple really; we have finite resources and must focus on issues that have activity and active triage. Housekeeping is very common in large projects (most even have bots that handle it for the project). We haven't received any help from the community to resolve this, which is unfortunate but OK, so we're closing this until such time that someone would like to pick up the effort. If you're interested in contributing a fix for this issue, please do open a PR and we'll get some folks to review it. |
How Do We Reproduce?
Expected Behavior
Build succeeds two times.
Actual Behavior
Build fails the second time.
Work-around
Or set
compilerOptions.incremental
tofalse
.The text was updated successfully, but these errors were encountered: