-
Notifications
You must be signed in to change notification settings - Fork 211
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
Use the 'dart compile js-dev' command for invoking DDC … #3768
Conversation
PR HealthChangelog Entry ✔️
Changes to files need to be accounted for in their respective changelogs. |
Once we have a released dev SDK to depend on, I can update the CI jobs etc and push that here. |
I think that possibly the worker isn't shutting down like it normally would. |
Note that we just send it a sigterm by calling |
It does not handle shutting down sub-processes, if that is the issue we should also see errors on other platforms (linux, mac) |
Well, only windows won't allow deleting a directory because some sub-process has file handles in that directory still open. So it is possible that is the only reason we don't see the error on other platforms. If the process is left dangling though that is of course bad. |
…ching into the dart-sdk and using the snapshot which is an internal implementation detail of the dart sdk.
Thanks Siva. It's impossible to review with the reformat ... I've sent #3870 to do the reformat separately, could you please rebase after that lands? Then, happy to take a look if you'd like to land this, please let me know. |
Closing this PR in favor of a new PR which would be done post the reformat PR. |
Use the 'dart compile js-dev' command for invoking DDC instead of reaching into the dart-sdk and using the snapshot which is an internal implementation detail of the dart sdk.