Commit 3159664
RFC FS-1033: Deprecate places where
* Treat `{ 1..10 }` as sequence expression
* deprecate { start..finish } and { start..step..finish }
* fix build part1
* 3873., chkDeprecatePlacesWhereSeqCanBeOmitted
* more tests
* release notes
* reorg seq tests
* Better check
* fix merge conflicts
* Add code fix for adding missing `seq` before `{…}`
* More tests
* Fmt
* update release notes
* more editor tests
---------
Co-authored-by: Brian Rourke Boll <brianrourkeboll@gmail.com>seq can be omitted (#17772)1 parent 62328fc commit 3159664
File tree
53 files changed
+940
-121
lines changed- docs/release-notes
- .FSharp.Compiler.Service
- .Language
- .VisualStudio
- src/Compiler
- Checking/Expressions
- Facilities
- xlf
- tests
- FSharp.Compiler.ComponentTests
- Language/SequenceExpressions
- FSharp.Compiler.Service.Tests
- FSharp.Core.UnitTests
- FSharp.Core
- Microsoft.FSharp.Collections
- vsintegration
- src/FSharp.Editor
- CodeFixes
- Common
- xlf
- tests/FSharp.Editor.Tests
- CodeFixes
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
53 files changed
+940
-121
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5891 | 5891 | | |
5892 | 5892 | | |
5893 | 5893 | | |
| 5894 | + | |
| 5895 | + | |
| 5896 | + | |
| 5897 | + | |
| 5898 | + | |
| 5899 | + | |
| 5900 | + | |
| 5901 | + | |
| 5902 | + | |
| 5903 | + | |
| 5904 | + | |
5894 | 5905 | | |
5895 | 5906 | | |
5896 | 5907 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1783 | 1783 | | |
1784 | 1784 | | |
1785 | 1785 | | |
1786 | | - | |
| 1786 | + | |
| 1787 | + | |
| 1788 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
| |||
219 | 220 | | |
220 | 221 | | |
221 | 222 | | |
| 223 | + | |
222 | 224 | | |
223 | 225 | | |
224 | 226 | | |
| |||
375 | 377 | | |
376 | 378 | | |
377 | 379 | | |
| 380 | + | |
378 | 381 | | |
379 | 382 | | |
380 | 383 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| 88 | + | |
88 | 89 | | |
89 | 90 | | |
90 | 91 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments