Commit 14b775c
Added some tests (#40)
* Add option to toggle unused declarations analyzer (dotnet#4074)
* Add option to toggle unused declarations analyzer
* Better name and handle registering code fixes.
This will ensure that if someone uses warnon:1182, we won't suggest
fixes if they've turned off the feature.
* Revert dotnet#1650 (and dotnet#3366) (dotnet#4173)
* Fix error logging in brace matching code (dotnet#4140)
* Remove error logger pushing code
* Update service.fs
* Fix dotnet#4200: Vsix: fix empty "New file" window for web projects (dotnet#4202)
* LOC CHECKIN | visualfsharp - master | 20180112 (dotnet#4194)
* Fixed FCS netcore tests (dotnet#4180)
* Remove ambiguous resolution error FS0332 (dotnet#4170)
* Add IsInteractive to parsing options for script load closures (dotnet#4169)
* Add IsInteractive to FSharpParsingOptions
* Add test
* Set serializable bit for all serializable types (dotnet#4211)
* Minor fix (dotnet#4195)
on string 58.
* Symbols API: add Index to active pattern case, Name to pattern group (dotnet#4222)
* Symbols API: add Index to active pattern case, Name to pattern group
* Symbols API: add active pattern case use tests
* don't rebuild (dotnet#4230)
* Optimize in FCS
* Transport tcConfig
* Cleanup
* Replace more ILAsm in Exprs
* More ILAsm replacements
* update resource name
* Added some tests1 parent c9ce53f commit 14b775c
File tree
87 files changed
+620
-254
lines changed- fcs
- FSharp.Compiler.Service.Tests.netcore
- FSharp.Compiler.Service.Tests
- src/fsharp
- FSharp.Build
- service
- symbols
- xlf
- tests
- fsharpqa/Source/Conformance
- DeclarationElements/MemberDefinitions/OverloadingMembers
- ObjectOrientedTypeDefinitions/ClassTypes/StaticLetDoDeclarations
- TypesAndTypeConstraints/CheckingSyntacticTypes
- fsharp/core/subtype
- projects
- Sample_NETCoreSDK_FSharp_Library_netstandard1.6
- Sample_NETCoreSDK_FSharp_Library_netstandard2_0
- scripts
- service
- vsintegration
- ProjectTemplates/TutorialProject/Template/xlf
- Vsix
- src
- FSharp.Editor
- CodeFix
- Diagnostics
- DocumentHighlights
- Formatting
- InlineRename
- LanguageService
- Options
- QuickInfo
- FSharp.LanguageService
- FSharp.ProjectSystem.FSharp/xlf
- FSharp.ProjectSystem.PropertyPages
- PropertyPages/xlf
- Resources/xlf
- FSharp.UIResources
- xlf
- tests/unittests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
87 files changed
+620
-254
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| 128 | + | |
| 129 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
Lines changed: 17 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
5 | 11 | | |
6 | 12 | | |
7 | 13 | | |
| |||
36 | 42 | | |
37 | 43 | | |
38 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
39 | 48 | | |
40 | 49 | | |
41 | 50 | | |
42 | 51 | | |
43 | 52 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
55 | 57 | | |
56 | 58 | | |
57 | | - | |
58 | | - | |
| 59 | + | |
| 60 | + | |
59 | 61 | | |
60 | 62 | | |
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
49 | 52 | | |
50 | 53 | | |
51 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
370 | 370 | | |
371 | 371 | | |
372 | 372 | | |
373 | | - | |
374 | 373 | | |
375 | 374 | | |
376 | 375 | | |
| |||
739 | 738 | | |
740 | 739 | | |
741 | 740 | | |
742 | | - | |
743 | | - | |
744 | | - | |
745 | | - | |
| 741 | + | |
| 742 | + | |
| 743 | + | |
| 744 | + | |
746 | 745 | | |
747 | | - | |
748 | | - | |
749 | | - | |
750 | | - | |
| 746 | + | |
| 747 | + | |
| 748 | + | |
| 749 | + | |
751 | 750 | | |
752 | 751 | | |
753 | | - | |
754 | | - | |
| 752 | + | |
| 753 | + | |
755 | 754 | | |
756 | 755 | | |
757 | 756 | | |
| |||
761 | 760 | | |
762 | 761 | | |
763 | 762 | | |
| 763 | + | |
764 | 764 | | |
765 | 765 | | |
766 | 766 | | |
767 | 767 | | |
768 | 768 | | |
769 | 769 | | |
770 | 770 | | |
771 | | - | |
772 | | - | |
773 | 771 | | |
774 | 772 | | |
775 | 773 | | |
| |||
943 | 941 | | |
944 | 942 | | |
945 | 943 | | |
946 | | - | |
| 944 | + | |
947 | 945 | | |
948 | 946 | | |
949 | 947 | | |
| |||
1300 | 1298 | | |
1301 | 1299 | | |
1302 | 1300 | | |
1303 | | - | |
1304 | | - | |
1305 | | - | |
1306 | | - | |
1307 | | - | |
1308 | | - | |
| 1301 | + | |
| 1302 | + | |
| 1303 | + | |
1309 | 1304 | | |
1310 | 1305 | | |
1311 | 1306 | | |
| |||
1447 | 1442 | | |
1448 | 1443 | | |
1449 | 1444 | | |
1450 | | - | |
| 1445 | + | |
1451 | 1446 | | |
1452 | 1447 | | |
1453 | 1448 | | |
| |||
1962 | 1957 | | |
1963 | 1958 | | |
1964 | 1959 | | |
1965 | | - | |
1966 | | - | |
1967 | | - | |
1968 | | - | |
1969 | | - | |
1970 | | - | |
| 1960 | + | |
| 1961 | + | |
| 1962 | + | |
| 1963 | + | |
1971 | 1964 | | |
1972 | 1965 | | |
1973 | 1966 | | |
1974 | 1967 | | |
1975 | 1968 | | |
1976 | 1969 | | |
1977 | 1970 | | |
1978 | | - | |
1979 | | - | |
1980 | | - | |
| 1971 | + | |
1981 | 1972 | | |
1982 | 1973 | | |
1983 | 1974 | | |
| |||
2543 | 2534 | | |
2544 | 2535 | | |
2545 | 2536 | | |
2546 | | - | |
| 2537 | + | |
2547 | 2538 | | |
2548 | 2539 | | |
2549 | 2540 | | |
| |||
2601 | 2592 | | |
2602 | 2593 | | |
2603 | 2594 | | |
2604 | | - | |
| 2595 | + | |
2605 | 2596 | | |
2606 | 2597 | | |
2607 | 2598 | | |
| |||
2725 | 2716 | | |
2726 | 2717 | | |
2727 | 2718 | | |
2728 | | - | |
2729 | | - | |
| 2719 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
165 | 164 | | |
166 | 165 | | |
167 | 166 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| 116 | + | |
116 | 117 | | |
117 | | - | |
118 | | - | |
| 118 | + | |
| 119 | + | |
119 | 120 | | |
120 | 121 | | |
121 | 122 | | |
122 | 123 | | |
123 | 124 | | |
124 | | - | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
125 | 129 | | |
126 | 130 | | |
127 | 131 | | |
| |||
0 commit comments