Skip to content
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

[Fiber] Remove recursion from error handling #8153

Closed
wants to merge 1 commit into from

Conversation

gaearon
Copy link
Collaborator

@gaearon gaearon commented Oct 30, 2016

I think this removes the only recursive call I introduced in #8095.
However I don't think it reschedules the interrupted work after the error is handled.
I'd appreciate a tip on how to best fix it.

@gaearon
Copy link
Collaborator Author

gaearon commented Oct 30, 2016

I'll probably need to add some tests checking incrementalness + boundaries because there might be more subtle issues there that I have missed.

@acdlite
Copy link
Collaborator

acdlite commented Oct 31, 2016

Test is failing

@gaearon
Copy link
Collaborator Author

gaearon commented Oct 31, 2016

Closing, I'll do it on top of #8127. I also think some of my earlier fixes were wrong.

@gaearon gaearon closed this Oct 31, 2016
@gaearon gaearon deleted the fiber-no-recursion branch October 31, 2016 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants