-
Notifications
You must be signed in to change notification settings - Fork 789
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't check the unfinished expression before dot as the whole express…
…ion (#14718) * Don't check the unfinished expression before dot as the whole expression * More recovery * tmp * Fix record field completion * Fantomas * Update surface area * Fix parsing * Space * Fantomas * Fix tests, add tests for record fields * Another record field test
- Loading branch information
1 parent
2ca2f09
commit 91af626
Showing
40 changed files
with
294 additions
and
72 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 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 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 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 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 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 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 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
1 change: 1 addition & 0 deletions
1
tests/service/data/SyntaxTree/Expression/Record - Anon - Field 01.fs
This file contains 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
{| A = 1 |} |
14 changes: 14 additions & 0 deletions
14
tests/service/data/SyntaxTree/Expression/Record - Anon - Field 01.fs.bsl
This file contains 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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
ImplFile | ||
(ParsedImplFileInput | ||
("/root/Expression/Record - Anon - Field 01.fs", false, | ||
QualifiedNameOfFile Record - Anon - Field 01, [], [], | ||
[SynModuleOrNamespace | ||
([Record - Anon - Field 01], false, AnonModule, | ||
[Expr | ||
(AnonRecd | ||
(false, None, | ||
[(A, Some (1,5--1,6), Const (Int32 1, (1,7--1,8)))], | ||
(1,0--1,11), { OpeningBraceRange = (1,0--1,2) }), (1,0--1,11))], | ||
PreXmlDocEmpty, [], None, (1,0--1,11), { LeadingKeyword = None })], | ||
(true, false), { ConditionalDirectives = [] | ||
CodeComments = [] }, set [])) |
1 change: 1 addition & 0 deletions
1
tests/service/data/SyntaxTree/Expression/Record - Anon - Field 02.fs
This file contains 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
{| A = |} |
Oops, something went wrong.