-
Notifications
You must be signed in to change notification settings - Fork 833
Real accessibility #15484
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
Real accessibility #15484
Changes from all commits
Commits
Show all changes
71 commits
Select commit
Hold shift + click to select a range
2697254
merge
KevinRansom e4c5638
remove unused binding
KevinRansom 0108fc2
temp
KevinRansom b5c6a11
temp
KevinRansom 23eb345
temp
KevinRansom 87ba732
temp
KevinRansom 9de6e3b
temp
KevinRansom c91ccdd
temp
KevinRansom 95ec041
fantomas
KevinRansom 6786cdc
temp
KevinRansom b92c31d
temp
KevinRansom 4b74e28
quotes
KevinRansom 61b24f3
temp
KevinRansom bb77b08
realsig build and test
KevinRansom be59c40
tuples, staticint tests
KevinRansom 2980012
SerializableAttribute tests
KevinRansom 4b18a75
SeqExpressionStepping
KevinRansom 034ea4b
AsyncExpressionStepping
KevinRansom f3c108a
misc
KevinRansom 8cbdd24
AttributeTargets
KevinRansom 51491fa
CCtorDUWithMember ListExpressionStepping
KevinRansom 305fae9
temp
KevinRansom fd62c72
cleanup
KevinRansom 87f9dae
fantomas
KevinRansom e488007
temp
KevinRansom 0b8af9d
temp
KevinRansom 50b6730
temp
KevinRansom e649e93
Automated command ran: fantomas
github-actions[bot] 1823714
Some cleanup
KevinRansom 70209c8
clean
KevinRansom 9016237
fantoms
KevinRansom d8625a9
temp
KevinRansom 392e4a5
merge issues
KevinRansom b5e3c9b
fantomas
KevinRansom 7435886
Merge branch 'main' into accessibility
KevinRansom 209aae1
temp
KevinRansom f7366a4
Update src/Compiler/TypedTree/TypedTreeBasics.fs
KevinRansom 1ad525d
Update src/Compiler/Optimize/Optimizer.fs
KevinRansom fcbeae0
Merge branch 'main' into accessibility
KevinRansom 5f4601d
inline
KevinRansom 24dcbc1
Merge branch 'main' into accessibility
KevinRansom e2e6965
Fix plain build.
vzarytovskii 0b2f5d8
Merge branch 'main' into accessibility
KevinRansom 54935e4
Update changelog
vzarytovskii 379a65f
Fixed release notes
vzarytovskii 445093f
Merge branch 'main' into accessibility
vzarytovskii d9ebd6b
Merge branch 'main' into accessibility
KevinRansom 4ea9451
feedback
KevinRansom 89795dd
remove surplus realsigs
KevinRansom afa9f29
Update src/Compiler/TypedTree/TypedTree.fsi
KevinRansom 6dbbeb1
Update tests/FSharp.Compiler.ComponentTests/EmittedIL/ComputationExpr…
KevinRansom 198e105
Merge branch 'main' into accessibility
KevinRansom 6c7f787
baselines
KevinRansom 1b68f1c
baselines
KevinRansom 26049ed
baselines
KevinRansom bb1fdd7
Merge branch 'main' into accessibility
KevinRansom 122da3f
Merge branch 'main' into accessibility
KevinRansom 2fa69f4
build.sh
KevinRansom 309009e
restore quotes
KevinRansom 45dafe5
moar quotes
KevinRansom 8f12c53
mutable police
KevinRansom 434617a
fantomas
KevinRansom 7258b99
Merge branch 'main' into accessibility
KevinRansom 82fbe0e
merge
KevinRansom 347bb2e
t
KevinRansom 8eee50e
Merge branch 'main' into accessibility
vzarytovskii b2f1973
Update baselines
KevinRansom e1f2c67
Merge branch 'main' into accessibility
KevinRansom 1134abf
Shadowing/LinqCount.fsx baseline
KevinRansom 6531478
Shadowing lingcount
KevinRansom 1523b21
access.fsx
KevinRansom File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,6 @@ | ||
| ### Fixed | ||
| ### Added | ||
|
|
||
| * Minor tweaks to inline specifications to support Visibility PR ([PR #15484](https://github.com/dotnet/fsharp/pull/15484), [#PR 16427](https://github.com/dotnet/fsharp/pull/15484) | ||
|
|
||
| * Preserve original stack traces in resumable state machines generated code if available. ([PR #16568](https://github.com/dotnet/fsharp/pull/16568)) | ||
| ### Fixed | ||
| * Preserve original stack traces in resumable state machines generated code if available. ([PR #16568](https://github.com/dotnet/fsharp/pull/16568)) |
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.
Uh oh!
There was an error while loading. Please reload this page.