-
Notifications
You must be signed in to change notification settings - Fork 59
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
Manage our own pushback state #535
Conversation
I think there's a bug in the way I used |
Alright, I think this is ready |
Should we apply the same logic to And does this mean we're drifting away from the idea of blocking vs non-blocking? Or maybe that distinction is no longer useful? |
Co-authored-by: Hadley Wickham <[email protected]>
Uh... it looks like Could we have used
No, I don't think so? I think we still need blocking for convenience, and non-blocking for async to be possible. |
Sorry, I was wrong about |
Well, that turned out to be quite an adventure. It's good to go now, AFAICT. |
Sorry that my tests added seconds of latency to the test suite. Is there a way to nudge webfaker from the main testthat process, so we could get rid of those sleep statements? |
Fixes #532. Closes #533.