- Notifications
You must be signed in to change notification settings - Fork825
Commit81752bb
Merge main to release/dev17.7 (#15278)
* LexFilter: cleanup whitespaces (#15250)* Parser: rewrite tuple expr recovery to allow better items recovery (#15227)* Checker: recover on unknown record fields (#15214)* Make anycpu work correctly on Arm64 (#15234)* Makeanuycpu work correctly on arm64* Update Microsoft.FSharp.Targets* Fix15254 (#15257)* Deploy only compressed metadata for dotnet sdk implementation (#15230)* compress fsharp for sdk* Update FSharp.DependencyManager.Nuget.fsproj* Parser: more binary expressions recovery (#15255)* Use background CancellableTask in VS instead of async & asyncMaybe (#15187)* wip* iteration* iteration: quickinfo, help context* fantomas* todo* moved tasks to editor project, fixed comment colouring bug* fantomas* Fantomas + PR feedback* Update vsintegration/src/FSharp.Editor/Hints/HintService.fsCo-authored-by: Andrii Chebukin <xperiandri@live.ru>* Revert "Update vsintegration/src/FSharp.Editor/Hints/HintService.fs"This reverts commitbf51b31.---------Co-authored-by: Andrii Chebukin <xperiandri@live.ru>* Name resolution: actually add reported item when trying to replace (#14772)Co-authored-by: Tomas Grosup <tomasgrosup@microsoft.com>* Move flatErrors tests from fsharpqa (#15251)* temp* tests* flaterrors* update tests* preserve ranges in result of UnsolvedTyparsOfModuleDef to help with warnings (#15243)* preserve ranges in result of UnsolvedTyparsOfModuleDef to help with warnings* use fallback range only for range0* pattern match instead of Option.isSome* Add test* Revert "Add test"This reverts commite05e808.* Make `FSharpReferencedProject` representation public (#15266)* Make FSharpReferencedProject representation public* Update surface area* Fantomas* Fantomas---------Co-authored-by: Tomas Grosup <tomasgrosup@microsoft.com>* Fix navigation for external enums, DUs and name resultion for members (#15270)* Update FSharp.Compiler.Service.SurfaceArea.netstandard20.debug.bsl* Add warning when compiler selects among multiple record type candidates, fslang-suggestion 1091 (#15256)* Protect assembly exploration for C# extension members (#15271)* Compute ValInline.Never for externs (#15274)* Compute ValInline.Never for externs---------Co-authored-by: Eugene Auduchinok <eugene.auduchinok@jetbrains.com>Co-authored-by: Kevin Ransom (msft) <codecutter@hotmail.com>Co-authored-by: Vlad Zarytovskii <vzaritovsky@hotmail.com>Co-authored-by: Andrii Chebukin <xperiandri@live.ru>Co-authored-by: Tomas Grosup <tomasgrosup@microsoft.com>Co-authored-by: dawe <dawedawe@posteo.de>1 parent96bfa24 commit81752bb
File tree
194 files changed
+16383
-13320
lines changed- src
- Compiler
- Checking
- Facilities
- Interactive
- Service
- Symbols
- SyntaxTree
- xlf
- FSharp.Build
- FSharp.Compiler.Interactive.Settings
- FSharp.Core
- FSharp.DependencyManager.Nuget
- Microsoft.FSharp.Compiler
- fsc
- fscAnyCpuProject
- fscArm64Project
- fscProject
- fsi
- fsiAnyCpuProject
- fsiArm64Project
- fsiProject
- tests
- FSharp.Compiler.ComponentTests
- CompilerOptions/fsc
- flaterrors
- Conformance/InferenceProcedures/RecursiveSafetyAnalysis
- EmittedIL/GenericComparison
- ErrorMessages
- FSharp.Compiler.Service.Tests
- FSharp.Test.Utilities
- benchmarks/FCSBenchmarks/CompilerServiceBenchmarks
- fsharpqa/Source/Conformance
- InferenceProcedures/NameResolution/RequireQualifiedAccess
- LexicalAnalysis/Comments
- UnitsOfMeasure/Parenthesis
- fsharp
- Compiler/Service
- typecheck/sigs
- service
- data/SyntaxTree/Expression
- vsintegration
- src
- FSharp.Editor
- Classification
- Commands
- Common
- Completion
- Debugging
- Diagnostics
- Hints
- LanguageService
- Navigation
- Options
- QuickInfo
- Structure
- FSharp.LanguageService
- FSharp.UIResources
- xlf
- tests
- FSharp.Editor.Tests
- Helpers
- Hints
- UnitTests
- LegacyLanguageService
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
194 files changed
+16383
-13320
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
19 | 18 |
| |
20 | 19 |
| |
21 | 20 |
| |
| |||
98 | 97 |
| |
99 | 98 |
| |
100 | 99 |
| |
| 100 | + | |
101 | 101 |
| |
102 | 102 |
| |
103 | 103 |
| |
|
Lines changed: 34 additions & 17 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1807 | 1807 |
| |
1808 | 1808 |
| |
1809 | 1809 |
| |
1810 |
| - | |
1811 |
| - | |
1812 |
| - | |
1813 |
| - | |
| 1810 | + | |
| 1811 | + | |
| 1812 | + | |
| 1813 | + | |
| 1814 | + | |
| 1815 | + | |
| 1816 | + | |
| 1817 | + | |
| 1818 | + | |
| 1819 | + | |
| 1820 | + | |
1814 | 1821 |
| |
1815 | 1822 |
| |
1816 | 1823 |
| |
| |||
1870 | 1877 |
| |
1871 | 1878 |
| |
1872 | 1879 |
| |
1873 |
| - | |
| 1880 | + | |
1874 | 1881 |
| |
1875 | 1882 |
| |
1876 | 1883 |
| |
| |||
2217 | 2224 |
| |
2218 | 2225 |
| |
2219 | 2226 |
| |
2220 |
| - | |
2221 |
| - | |
| 2227 | + | |
| 2228 | + | |
| 2229 | + | |
2222 | 2230 |
| |
2223 | 2231 |
| |
2224 | 2232 |
| |
2225 | 2233 |
| |
| 2234 | + | |
| 2235 | + | |
2226 | 2236 |
| |
2227 | 2237 |
| |
2228 | 2238 |
| |
2229 | 2239 |
| |
2230 | 2240 |
| |
2231 |
| - | |
| 2241 | + | |
2232 | 2242 |
| |
2233 | 2243 |
| |
2234 | 2244 |
| |
| |||
7362 | 7372 |
| |
7363 | 7373 |
| |
7364 | 7374 |
| |
7365 |
| - | |
| 7375 | + | |
| 7376 | + | |
| 7377 | + | |
| 7378 | + | |
7366 | 7379 |
| |
7367 | 7380 |
| |
7368 | 7381 |
| |
| |||
7393 | 7406 |
| |
7394 | 7407 |
| |
7395 | 7408 |
| |
7396 |
| - | |
| 7409 | + | |
7397 | 7410 |
| |
7398 | 7411 |
| |
7399 | 7412 |
| |
| |||
7411 | 7424 |
| |
7412 | 7425 |
| |
7413 | 7426 |
| |
7414 |
| - | |
| 7427 | + | |
| 7428 | + | |
| 7429 | + | |
| 7430 | + | |
| 7431 | + | |
7415 | 7432 |
| |
7416 |
| - | |
7417 |
| - | |
7418 |
| - | |
7419 |
| - | |
7420 |
| - | |
7421 |
| - | |
| 7433 | + | |
| 7434 | + | |
| 7435 | + | |
| 7436 | + | |
| 7437 | + | |
| 7438 | + | |
7422 | 7439 |
| |
7423 | 7440 |
| |
7424 | 7441 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
895 | 895 |
| |
896 | 896 |
| |
897 | 897 |
| |
898 |
| - | |
| 898 | + | |
899 | 899 |
| |
900 | 900 |
| |
901 | 901 |
| |
|
Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
435 | 435 |
| |
436 | 436 |
| |
437 | 437 |
| |
438 |
| - | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
439 | 442 |
| |
440 | 443 |
| |
441 | 444 |
| |
|
Lines changed: 33 additions & 29 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| 11 | + | |
11 | 12 |
| |
12 | 13 |
| |
13 | 14 |
| |
| |||
29 | 30 |
| |
30 | 31 |
| |
31 | 32 |
| |
32 |
| - | |
| 33 | + | |
33 | 34 |
| |
34 | 35 |
| |
35 |
| - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
36 | 40 |
| |
37 | 41 |
| |
38 | 42 |
| |
39 |
| - | |
| 43 | + | |
40 | 44 |
| |
41 | 45 |
| |
42 | 46 |
| |
| |||
52 | 56 |
| |
53 | 57 |
| |
54 | 58 |
| |
55 |
| - | |
56 |
| - | |
| 59 | + | |
| 60 | + | |
57 | 61 |
| |
58 | 62 |
| |
59 | 63 |
| |
60 |
| - | |
| 64 | + | |
61 | 65 |
| |
62 |
| - | |
| 66 | + | |
63 | 67 |
| |
64 |
| - | |
65 |
| - | |
| 68 | + | |
| 69 | + | |
66 | 70 |
| |
67 | 71 |
| |
68 | 72 |
| |
| |||
77 | 81 |
| |
78 | 82 |
| |
79 | 83 |
| |
80 |
| - | |
81 |
| - | |
| 84 | + | |
| 85 | + | |
82 | 86 |
| |
83 | 87 |
| |
84 | 88 |
| |
| |||
88 | 92 |
| |
89 | 93 |
| |
90 | 94 |
| |
91 |
| - | |
| 95 | + | |
92 | 96 |
| |
93 |
| - | |
| 97 | + | |
94 | 98 |
| |
95 | 99 |
| |
96 | 100 |
| |
97 | 101 |
| |
98 | 102 |
| |
99 | 103 |
| |
100 | 104 |
| |
101 |
| - | |
| 105 | + | |
102 | 106 |
| |
103 | 107 |
| |
104 | 108 |
| |
105 | 109 |
| |
106 | 110 |
| |
107 | 111 |
| |
108 | 112 |
| |
109 |
| - | |
| 113 | + | |
110 | 114 |
| |
111 | 115 |
| |
112 | 116 |
| |
113 | 117 |
| |
114 |
| - | |
115 |
| - | |
| 118 | + | |
| 119 | + | |
116 | 120 |
| |
117 |
| - | |
| 121 | + | |
118 | 122 |
| |
119 | 123 |
| |
120 | 124 |
| |
| |||
136 | 140 |
| |
137 | 141 |
| |
138 | 142 |
| |
139 |
| - | |
| 143 | + | |
140 | 144 |
| |
141 | 145 |
| |
142 | 146 |
| |
| |||
158 | 162 |
| |
159 | 163 |
| |
160 | 164 |
| |
161 |
| - | |
162 |
| - | |
| 165 | + | |
| 166 | + | |
163 | 167 |
| |
164 | 168 |
| |
165 | 169 |
| |
166 | 170 |
| |
167 |
| - | |
168 |
| - | |
| 171 | + | |
| 172 | + | |
169 | 173 |
| |
170 |
| - | |
| 174 | + | |
171 | 175 |
| |
172 | 176 |
| |
173 | 177 |
| |
| |||
198 | 202 |
| |
199 | 203 |
| |
200 | 204 |
| |
201 |
| - | |
| 205 | + | |
202 | 206 |
| |
203 | 207 |
| |
204 |
| - | |
| 208 | + | |
205 | 209 |
| |
206 | 210 |
| |
207 | 211 |
| |
208 | 212 |
| |
209 | 213 |
| |
210 |
| - | |
| 214 | + | |
211 | 215 |
| |
212 | 216 |
| |
213 | 217 |
| |
214 | 218 |
| |
215 | 219 |
| |
216 | 220 |
| |
217 |
| - | |
| 221 | + | |
218 | 222 |
| |
219 | 223 |
| |
220 | 224 |
| |
| |||
229 | 233 |
| |
230 | 234 |
| |
231 | 235 |
| |
232 |
| - | |
| 236 | + | |
233 | 237 |
| |
234 | 238 |
| |
235 | 239 |
| |
|
Lines changed: 37 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
541 | 541 |
| |
542 | 542 |
| |
543 | 543 |
| |
544 |
| - | |
545 |
| - | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
546 | 547 |
| |
547 | 548 |
| |
548 | 549 |
| |
| |||
2137 | 2138 |
| |
2138 | 2139 |
| |
2139 | 2140 |
| |
2140 |
| - | |
| 2141 | + | |
| 2142 | + | |
2141 | 2143 |
| |
2142 | 2144 |
| |
2143 | 2145 |
| |
2144 | 2146 |
| |
2145 | 2147 |
| |
2146 | 2148 |
| |
2147 |
| - | |
| 2149 | + | |
| 2150 | + | |
2148 | 2151 |
| |
2149 | 2152 |
| |
2150 | 2153 |
| |
| |||
2724 | 2727 |
| |
2725 | 2728 |
| |
2726 | 2729 |
| |
| 2730 | + | |
| 2731 | + | |
| 2732 | + | |
| 2733 | + | |
| 2734 | + | |
| 2735 | + | |
| 2736 | + | |
| 2737 | + | |
| 2738 | + | |
| 2739 | + | |
| 2740 | + | |
| 2741 | + | |
| 2742 | + | |
| 2743 | + | |
| 2744 | + | |
| 2745 | + | |
| 2746 | + | |
| 2747 | + | |
| 2748 | + | |
| 2749 | + | |
| 2750 | + | |
| 2751 | + | |
| 2752 | + | |
| 2753 | + | |
| 2754 | + | |
| 2755 | + | |
| 2756 | + | |
| 2757 | + | |
| 2758 | + | |
| 2759 | + | |
2727 | 2760 |
| |
2728 | 2761 |
| |
2729 | 2762 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2615 | 2615 |
| |
2616 | 2616 |
| |
2617 | 2617 |
| |
| 2618 | + | |
| 2619 | + | |
2618 | 2620 |
| |
2619 | 2621 |
| |
2620 | 2622 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
135 | 135 |
| |
136 | 136 |
| |
137 | 137 |
| |
| 138 | + | |
| 139 | + | |
138 | 140 |
| |
139 | 141 |
| |
140 | 142 |
| |
|
0 commit comments
Comments
(0)