-
Notifications
You must be signed in to change notification settings - Fork 840
AsyncLocal diagnostics, clean slate #16779
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 1 commit
Commits
Show all changes
98 commits
Select commit
Hold shift + click to select a range
7a41d85
fix some inconsistencies
majocha 22e955a
we don't intend to dispose this ever
majocha a0d5694
Merge branch 'main' into use-logger-fixes
majocha 8768355
Merge branch 'main' into use-logger-fixes
majocha 86db4d3
Merge branch 'main' into use-logger-fixes
majocha 8be519e
removed
majocha 7351011
Merge branch 'use-logger-fixes' into al-wip
majocha 8e9a815
multiple loggers
majocha 6dab107
fix RegisterAndImportReferencedAssemblies
majocha e0fbb8d
fix deadlock in fsi
majocha 70beb11
fix some BuildGraphTests
majocha 757d6cd
restore asyncmemoize
majocha 3d56838
fix missing logger in test
majocha e6a1640
Merge remote-tracking branch 'dotnet/main' into al-wip
majocha cb72156
format
majocha afaf692
fix transparent compiler nre
majocha cc7a690
cleanup
majocha fd105bd
default value
majocha 51ad4ce
add some comments
majocha c271c57
foramt and notes to make it green if it's green
majocha 0ca7fe6
wrap any parallel computations that potentially push diagnostics
majocha ee46955
try to fix buildgraphtests
majocha 7c3cd98
try to eradicate deadlocks in tests
majocha 6afb997
Merge remote-tracking branch 'fsharp/main' into al-wip
majocha 2d0a74e
fix buildgraph test
majocha adf0417
disable for a moment
majocha 204ed81
Merge branch 'main' into al-wip
majocha 3673b46
flatten exceptions
majocha cafa476
Merge remote-tracking branch 'dotnet/main' into al-wip
majocha fbb3a4a
reshuffle
majocha e793736
Merge remote-tracking branch 'dotnet/main' into al-wip
majocha 46e81bd
prevent graphnode deadlock
majocha 29563c1
yield
majocha 24180d0
diff
majocha 63492dc
add some comments
majocha b025759
Merge branch 'main' into al-wip
majocha 0e3f726
add AsyncLocal test
majocha 779b11b
more testing
majocha b44b6e0
Merge branch 'main' into al-wip
majocha c1ce15c
Merge branch 'main' into al-wip
majocha 335b618
Merge branch 'main' into al-wip
majocha 0c1f805
Merge branch 'main' into al-wip
majocha 2882de9
Merge branch 'main' into al-wip
majocha 0b367bd
Merge branch 'main' into al-wip
majocha ecba2ec
Merge branch 'main' into al-wip
majocha 049e276
Merge branch 'main' into al-wip
majocha 7093530
Merge branch 'main' into al-wip
majocha 69e49a7
not needed after all?
majocha bd6f5c1
test
majocha fc1293b
Merge branch 'main' into al-wip
majocha a650e04
format
majocha 6eba688
revert
majocha 5ed3239
Merge branch 'main' into al-wip
majocha 128ca82
Merge branch 'main' into al-wip
majocha fb91545
try RunContinuationsAsynchronously
majocha c96ff79
Merge branch 'main' into al-wip
majocha 00821e3
try to deal with deadlock another way
majocha c570ff6
Merge branch 'main' into al-wip
majocha 75e4457
nope
majocha 0b43270
Merge branch 'al-wip' of https://github.com/majocha/fsharp into al-wip
majocha 2bbddd8
Merge branch 'main' into al-wip
majocha 6bd5a08
revert
majocha 7ca795f
Merge branch 'al-wip' of https://github.com/majocha/fsharp into al-wip
majocha 4574370
Merge branch 'main' into al-wip
majocha 7783850
format
majocha 8519c78
Merge branch 'main' into al-wip
majocha cc486c7
Merge branch 'al-wip' of https://github.com/majocha/fsharp into al-wip
majocha 4508fe8
Merge branch 'main' into al-wip
majocha 05c6298
Merge branch 'main' into al-wip
majocha 4420340
Merge branch 'main' into al-wip
majocha 153bfb8
merge main
majocha 6200cbc
merge main
majocha 862870b
restore release notes
majocha 50fd92c
Merge branch 'main' into al-wip
majocha 1f2c7f3
add test for ListParallel
majocha d94c8bd
merge main
majocha b7922f2
Merge remote-tracking branch 'dotnet/main' into al-wip
majocha e05cfe5
speed up test
majocha b9b01eb
improve test
majocha 87ccfa3
simpler MultipleDiagnosticsLoggers
majocha f4cf7e6
rename and speedup test
majocha 2dccbba
Merge branch 'main' into al-wip
majocha f94c3da
parallel logging perf
majocha e30dbde
Merge remote-tracking branch 'fsharp/main' into al-wip
majocha f4eeac9
Merge remote-tracking branch 'dotnet/main' into al-wip
majocha 27dd989
remove SwitchToThreadPool
majocha 8c77c0c
sequential
majocha 76ae65f
Revert "sequential"
majocha 684462e
Merge branch 'main' into al-wip
majocha 4d5248f
Merge branch 'main' into al-wip
majocha 1330fe0
Merge branch 'main' into al-wip
majocha 45323a7
Merge branch 'main' into al-wip
psfinaki aec0451
revert spurious change
majocha f711156
fix comments
majocha a2641f5
test MultipleDiagnosticsLoggers
majocha afdd041
add comment and clean up
majocha f22f2f2
Merge branch 'main' into al-wip
majocha a67d898
Merge branch 'main' into al-wip
majocha 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
Revert "sequential"
This reverts commit 8c77c0c.
- Loading branch information
commit 76ae65f9647f5ea9302335e4bd655198e005d673
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
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.