-
Notifications
You must be signed in to change notification settings - Fork 340
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
fix: allow for recursive block-on calls #799
Conversation
Awesome! Now that smol-rs/smol#147 is merged, can we update this and merge this as well? |
still need to wait for a new release |
CI seems to be failing independently, unclear as to why atm |
e57bf2a
to
09840dd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Structurally looks good. Some code quality things I'd like to see addressed. But this is incredibly exciting. Thanks for doing this @dignifiedquire!
Awesome! Thanks a ton! Can we create a new release with this? |
@dignifiedquire I tried pointing the Edit: Here's the backtrace in case it helps:
|
might be pulling in a different version of smol or async-std somewhere?
…On 4. Jun 2020, 14:41 +0200, Rakshith Ravi ***@***.***>, wrote:
@dignifiedquire I tried pointing the async-std in my Cargo.toml to the master branch and am still getting the same error as #798. Any idea what could be causing this?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I modified my Cargo.toml to this:
Smol seems to be updated to 0.1.11, according to the Cargo.lock file. Any help on how to debug this would be appreciated. I'd be happy to test this out before we release the update |
@rakshith-ravi I think I have an idea what the issue is, could you test out this branch: https://github.com/async-rs/async-std/tree/fix/recursive-block-2 |
Hey @dignifiedquire. Sorry I've been MIA, got busy in a lot of work. That branch shows me a 404. Is there any other way for me to test it? |
Okay, just noticed that it got merged into master. And yes, @dignifiedquire I tested it with the current master branch and it seems to work well! |
Depends on smol-rs/smol#147
Fixes #798,#795,#760