[Rust] Fixes bug with async return! behavior#4393
Draft
mizzle-mo wants to merge 1 commit intofable-compiler:mainfrom
Draft
[Rust] Fixes bug with async return! behavior#4393mizzle-mo wants to merge 1 commit intofable-compiler:mainfrom
mizzle-mo wants to merge 1 commit intofable-compiler:mainfrom
Conversation
b8ce645 to
c5e15dc
Compare
c5e15dc to
a2dd664
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hey Team,
I used to hang out in the Gitter back in the day! I am just getting back into the .NET/F# ecosystem after many years away. F# is still by far my favorite language and community, and I figured I would get back up to speed by experimenting with the Rust support.
What this PR does:
return!in an async CEContext & Feedback Request:
My F# is pretty rusty, so I am leaning on Claude and friends as a tutor to help me get reacquainted with the syntax and idioms. I’ve tested the logic locally and it works, but I want to be completely transparent: I am still re-learning what makes for "good" F#.
I opened this as a Draft because the last thing I want is to burden you with ugly code. If you have the bandwidth, I would hugely appreciate any feedback. If you prefer I work on my F# skills locally before contributing, just say the word and I will happily close this—no hard feelings at all! I just figured collaborating openly is the fastest way to learn while hopefully providing value.
Thanks for your time and for keeping this awesome project going!