-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Deno 1.39.1 still getting stuck with Sharp #21686
Comments
Confirming Oscar's findings again. Works until Deno 1.38.5 then gets stuck indefinitely. |
Thanks, I'll look into that after holiday break. |
Hi. Congrats for Deno v1.40! |
@oscarotero This is on our radar right now. No timeline right this moment, but we hope to nail down what's going on here. |
Thanks @mmastrac for the quick answer. |
Following up of this; interestingly, with Deno > v1.40, the second promise in @oscarotero initial test gets resolved. If you add a third To summarize, until v1.38.5, sharp works beautifully. After v1.38.5 and until v1.4.0, two successive calls to |
This should be fixed when we bump deno_core. :) |
Ref denoland/deno#21686 If we had additional tasks generated while servicing these tasks we'd eventually fail to wake the waker (which no longer exists in the task spawner).
@mmastrac Thanks so much! |
Confirmed that #23497 fixes this test (and any number of subsequent calls):
|
This issue #21601 is marked as fixed in Deno 1.39.1, but after upgrading Deno and testing again the same code:
The second promise is never resolved:
Version: Deno 1.39.1 (macOS)
The text was updated successfully, but these errors were encountered: