Uh oh!
There was an error while loading. Please reload this page.
queue: fix range of yield/no-sync - #358
Conversation
mflatt
commented
Aug 31, 2025
Good catch, but I think the documentation promises a |
Note that this change is about My reading of the documentation for
It does say
I could definitely be missing something, though. |
mflatt
commented
Sep 1, 2025
Ah, I didn't look at enough context to see that Meanwhile, I see how the documentation can be read your way — and your way matches the implementation of the non-internal functions. I'll look at revising the docs to make them unambiguous to me. |
I noticed that
yield/no-synccould potentially returnvoid?in addition to#tor#f, which seems like a potential bug.