-
Notifications
You must be signed in to change notification settings - Fork 833
Parser: capture named fields block separators #18857
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
T-Gro
merged 66 commits into
dotnet:main
from
edgarfgp:capture-named-fields-block-separators
Aug 27, 2025
Merged
Changes from all commits
Commits
Show all changes
66 commits
Select commit
Hold shift + click to select a range
1799aaf
make attribute targets mismatches a warning and not an error.
edgarfgp 55507e9
release notes
edgarfgp 1738018
update tests
edgarfgp 65f5bb6
Merge branch 'main' into fix-attr-targets
edgarfgp 0c97b9d
Merge branch 'main' into fix-attr-targets
edgarfgp 6f2b706
update baselines
edgarfgp e8f1bb0
Merge branch 'main' into fix-attr-targets
edgarfgp 75d8f5e
Update baselines
edgarfgp 4f2e97e
Merge branch 'fix-attr-targets' of github.com:edgarfgp/fsharp into fi…
edgarfgp 63be5d5
Merge branch 'main' into fix-attr-targets
edgarfgp 4248f2a
Move attribute form logic to an AP
edgarfgp cc96217
Merge branch 'main' into fix-attr-targets
edgarfgp e270b88
Merge branch 'main' into fix-attr-targets
edgarfgp e0cc65a
Merge branch 'main' into fix-attr-targets
edgarfgp 1e29d58
Merge branch 'main' into fix-attr-targets
edgarfgp 1470bf9
Merge branch 'main' into fix-attr-targets
edgarfgp 8988215
Merge branch 'main' into fix-attr-targets
edgarfgp 74712e8
Merge branch 'main' into fix-attr-targets
edgarfgp 967c4a9
Merge branch 'main' of github.com:edgarfgp/fsharp
edgarfgp a30cef4
Merge branch 'dotnet:main' into main
edgarfgp 5fa0480
Merge branch 'dotnet:main' into main
edgarfgp 15e3d34
Merge branch 'dotnet:main' into main
edgarfgp b7ffcf8
Merge branch 'dotnet:main' into main
edgarfgp 5bde641
Merge branch 'dotnet:main' into main
edgarfgp 0f7c23c
Merge branch 'dotnet:main' into main
edgarfgp 6a6843c
Merge branch 'dotnet:main' into main
edgarfgp d11dd4a
Merge branch 'dotnet:main' into main
edgarfgp 30fc9a2
Merge branch 'dotnet:main' into main
edgarfgp 815c51b
Merge branch 'dotnet:main' into main
edgarfgp 7536249
Merge branch 'dotnet:main' into main
edgarfgp b7a0a41
Parser: capture named field separators
edgarfgp a2b1fcf
udpate bsl
edgarfgp 9e7bb64
ILVerify
edgarfgp fbd29c9
Merge branch 'main' into capture-named-fields-block-separators
edgarfgp 73ce649
release notes
edgarfgp 1937367
Merge branch 'capture-named-fields-block-separators' of github.com:ed…
edgarfgp 1830711
Trying to fix editor test
edgarfgp da51899
Capture also block separators in SynPat.Record
edgarfgp 1aff181
update baselines
edgarfgp 47a67bd
Update SyntaxTree tests
edgarfgp 01c97a9
format code
edgarfgp c5e9040
ILVerify
edgarfgp 2e0ed54
fix editor test
edgarfgp 26a86f6
fotmat code
edgarfgp 4a04c1e
Revert "fix editor test"
edgarfgp fc87381
fix editor test
edgarfgp 89e95dc
Revert "fix editor test"
edgarfgp 7f7d963
Add fieldPath to NamePatPairField
edgarfgp 89fdc29
ilverify
edgarfgp 32a1101
Update ServiceParseWalk.fs
edgarfgp 0cfe5ea
Merge branch 'capture-named-fields-block-separators' of github.com:ed…
edgarfgp 532955c
fix completion test
edgarfgp 6d94ade
Try using SynLongIdent
edgarfgp 842214e
Merge branch 'main' into capture-named-fields-block-separators
edgarfgp 2c1ac7d
Merge branch 'main' into capture-named-fields-block-separators
edgarfgp c4f9272
Merge branch 'main' into capture-named-fields-block-separators
edgarfgp 5e32e95
NamePatPairField range should not be optional
edgarfgp f9dc90c
Merge branch 'capture-named-fields-block-separators' of github.com:ed…
edgarfgp 7c4375c
Merge branch 'main' into capture-named-fields-block-separators
edgarfgp a1c7d2f
Merge branch 'main' into capture-named-fields-block-separators
edgarfgp 7afe4b1
ILVerify
edgarfgp e0e5e2d
tests to show case when = is not present
edgarfgp ec60f7e
remove duplicated rule
edgarfgp 2c15fc9
Update src/Compiler/SyntaxTree/SyntaxTree.fsi
edgarfgp 07bafb6
Merge branch 'main' into capture-named-fields-block-separators
edgarfgp 39e4348
Revert "remove duplicated rule"
edgarfgp 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
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.