-
Notifications
You must be signed in to change notification settings - Fork 868
feat(Async): Add exception-unwrapping Await #19785
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
Merged
Merged
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
0677d34
feat(Async): Add exception-unwrapping Await
bartelink 9240ff8
Polish xmldoc
bartelink 97c31eb
Fix test expectation
bartelink 3ae385d
hack to silence test fail
bartelink 76f5bad
Apply majocha correction
bartelink cd66660
Remove layer of indirection
bartelink ae14fcb
add support for TaskLike
bartelink 00b5b23
Fix test expectation
bartelink 76995f1
Add stacktrace validation
bartelink 22022a0
Add specific TaskLike cases
bartelink 3bf8d2f
Apply even more feedback goodness
bartelink 04446a9
Merge remote-tracking branch 'upstream/main' into async-await
bartelink f62dc2d
fix: Correct #if condition in tests
bartelink 1e853ee
fix: Replace UnsafeOnCompleted with OnCompleted
bartelink 5c12141
doc: Exception semantics details per review
bartelink e1d0708
docs: reinstate proviso about flowing CT
bartelink 2e532e0
doc: Remove broken reference for netstandard2.0
bartelink 197ff01
review: add comment re role of Await Tasklike
bartelink 95595bd
docs: add missing reference
bartelink 334a40f
test: Regression for UnsafeOnCompletion
bartelink e9b7c32
Merge remote-tracking branch 'upstream/main' into async-await
bartelink cb5c378
doc: Polish CL
bartelink 928ca92
fix: Make test compile on ns2.0/net471
bartelink 7d6ee43
fix: Correct #if guard using wrong symbol
bartelink 5e37657
fix: Update tooltip expected to include Await
bartelink a9dac92
fix: Adjust ifdef'd xmldoc to pass validation
bartelink 13d205f
fix: Update extractXmlDocBlocks to handle cond compilation
bartelink f52f2ca
fix: Correct error message line numbering
bartelink 3a9a201
fix: Handle netstandard2.0 quickinfo rendering
bartelink 7896572
Merge remote-tracking branch 'upstream/main' into async-await
bartelink b61a673
chore: Update FSharpPlus regression commit ref
bartelink 8e180b0
Merge remote-tracking branch 'upstream/main' into async-await
bartelink a87e708
chore: update commit ref to merged result
bartelink 62ee340
Fix recursive inline SRTP resolution truncated by one currying level
T-Gro ace4881
chore: Move FSharpPlus pin past nowarn choke
bartelink b327126
Merge remote-tracking branch 'upstream/main' into async-await
bartelink bd9fd66
Add PR link to memoizeN SRTP fix release note
T-Gro 7199b31
chore: sync all FSharpPlus upstreams
bartelink 199f2e1
Merge remote-tracking branch 'upstream/main' into async-await
bartelink c8eda9f
Merge remote-tracking branch 'upstream/t-gro-fix-memoizen-srtp-regres…
bartelink File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.