-
Notifications
You must be signed in to change notification settings - Fork 222
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
Await safety uncertain in swing-store/src/snapStore.js #6230
Comments
I can see how this doesn't clearly match preferred code style, but I don't see evidence of a bug. If there's a bug, what steps can I take to reproduce it? |
The evidence is only that there are pairs of stateful code in the immediately surrounding control flow that
Look for some way in which the stateful successors of the control flow containing this statement (both the // eslint-disable-next-line @jessie.js/no-nested-await that reasoning would justify, and make the recorded reason findable from the warning suppression --- either by including it inline, or by recording it elsewhere and then citing it from here. Or, refactor this code so all this trouble is unnecessary ;) |
In the absence of such a refutation, please don't close the bug. But if you're confident there is no such case anyway, feel free to declare this bug safely postponable until after imminent milestones, and to remove the "security" label. |
With the simpler |
agoric-sdk/packages/swing-store/src/snapStore.js
Line 325 in a1dedea
The triage at #6219 currently classifies this as
Git blame shows @mhofman and @dckc as the ones who should probably investigate this, so I'm assigning to them. Feel free to reassign as appropriate of course.
The text was updated successfully, but these errors were encountered: