-
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
std signal module does not work on std@0.51.0 #5500
Comments
You have to use |
I see. Would it be possible to show nicer error messages in that case? |
We've implemented |
I think the error message is super confusing. We either need to somehow mark std modules as unstable in their URL or provide a better error somehow (reverting 80e2211 would achieve that) Marking this as a bug. |
I think a solution could be achieved at compile time. Deno std could include all symbols, stable or not, marking those unstable (for example with a JSDoc comment I just don't know if this system is actually easy to implement on the Deno codebase. |
It wouldn't achieve that, it might help enable that. The other option is to not eliminate the unstable APIs when the flag is there, but simply have them be there with a Don't forget #5012 that is meant to cover this issue. |
@ry That is what #5503 is. It adds a |
No longer relevant with #5503 landed |
The following code snippet
results in this error:
The text was updated successfully, but these errors were encountered: