-
Notifications
You must be signed in to change notification settings - Fork 830
Improve async stack traces #4867
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
57 commits
Select commit
Hold shift + click to select a range
9be5969
very early prototype
dsyme b8412b3
Merge branch 'master' of http://github.com/Microsoft/visualfsharp int…
dsyme 41082e2
async stack traces
dsyme ddf8a43
integrate master
dsyme efd785c
async cleanup
dsyme d7268ca
minor fix
dsyme f684806
Merge branch 'master' of http://github.com/Microsoft/visualfsharp int…
dsyme 3620df5
integrate async-cleanup
dsyme 4e7de49
async cleanup
dsyme 73750f7
integrate async-cleanup
dsyme a31caa7
more async cleanup
dsyme bef1c38
integrate async-cleanup
dsyme 60030b7
integrate async-cleanup
dsyme 54a335c
async cleanup
dsyme 88e68cf
integrate async-cleanup
dsyme 2dd05d7
fix build
dsyme 7462682
more cleanup
dsyme 6c63a26
Merge branch 'async-cleanup' into async-st
dsyme 683a777
minor fixes
dsyme 841454b
integrate cleanup
dsyme cd2d7c7
minor fixes
dsyme adcb276
Merge branch 'master' of http://github.com/Microsoft/visualfsharp int…
dsyme 660a881
full exception stacktraces
dsyme fa9d4dc
fix test
dsyme 1742cb9
fix test
dsyme 4f043dc
code review
dsyme d7572f2
cleanup naming
dsyme f195fda
fix build
dsyme 07b3c74
integrate async-cleanup2
dsyme b45930b
Merge branch 'master' of http://github.com/Microsoft/visualfsharp int…
dsyme d17ed22
undo rethrow and integrate cleanup
dsyme 3224a07
integrate async-cleanup2
dsyme e2b3d09
apply renamings
dsyme cb5106b
Further cleanup in control.fs
dsyme 9ee1027
integrate async-cleanup-4
dsyme 5916319
integrate async-cleanup-4
dsyme cccb41a
add tests and add filtering TryWith, plus other cleanup
dsyme d83a22b
integrate cleanup
dsyme 7686c27
Merge branch 'master' of http://github.com/Microsoft/visualfsharp int…
dsyme e35a101
integrate cleanup
dsyme f7123d6
fix tests
dsyme ef05de3
test only runs on .net framework
dsyme d1a6a35
slightly tweak primitives to be more suitable for later optimization
dsyme 6b2a28f
slightly tweak primitives to be more suitable for later optimization
dsyme e27b21d
update baselines
dsyme e946976
add check that no line 0 appear in stack
dsyme bba01b9
update baseline
dsyme 5f7f98d
use struct wrapper for async activation
dsyme 1b08d5a
simplify code
dsyme dc6707c
simplify code
dsyme 4549b0f
update baselines
dsyme 368d009
update baselines
dsyme 4c8e9f2
fix baseline
dsyme a388e7d
integrate master
dsyme 5045d64
remove dead code
dsyme b0fea33
simplify code
dsyme 1cd72fe
apply DebuggerHidden in a couple more places
dsyme 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
Large diffs are not rendered by default.
Oops, something went wrong.
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.
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.
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.
Should we add some attribute here like
CompilerGeneratedorObsoleteor something else to indicate users should not use the type directly?