forked fromfsharp/fsharp
- Notifications
You must be signed in to change notification settings - Fork0
Commit531cd5b
authored
merge master into vs-rtm2017 (#3728)
* Generate source for .resx files on build. (#3607)* add build task to generate *.fs from *.resx files* generate source for embedded resources in tests* generate source for embedded resources in FSharp.Editor* generate source for embedded resources in FSharp.LanguageService* generate source for embedded resources in FSharp.ProjectSystem.FSharp* generate source for embedded resources in FSharp.VS.FSI* don't generate non-string resources when <=netstandard1.6* update baseline error message for testsThe error output should be the exception message, not the exception type.* perform up-to-date check before generating *.fs from *.resx* remove non-idiomatic fold for an array comprehension* correct newline replacement* output more friendly error message* throw if boolean value isn't explicitly `true` or `false`* only generate object resource code on non `netstandard1.*` and `netcoreapp1.*` platforms* ensure FSharp.Core specifies a target framework for resource generaton* rename attributes to be non-ambiguous and properly include them* fix order of file items in FSharp.Core* Fix build.cmd for certain always-shown errors (like "unable to find registry key"), improve finding of VS2017 tools, fix DEVGUIDE.md (#3635)* Fix build.com displaying the following error on each run "ERROR: The system was unable to find the specified registry key or value."* Remove warning about reg.exe errors introduced in #3614 (in commit b548bd7, but unrelated to that fix), it is no longer necessary.* Fix #3638, VS2017 Preview installation was not found when VS2017RTM is not installed. Remove comment introduced in #3614 (through commit966bd7f)* Fixing JaroWinkler tests with InvariantCulture and fixing async tests by removing Debugger.Break() (#3627)* Fixing JaroWinkler tests to use InvariantCulture for number-to-string* Fixing the crashing of test runners because of a Debugger.Break() in a test* update to System.Collections.Immutable 1.3.1 (#3641)* update to System.Collections.Immutable 1.3.1* fixes* fix assembly reference* [WIP] Adds optimized emit for int64 constants (#3620)* Adds optimized emit for int64 constants.* Adds comment linking to the changing PR.Thanks for this PR.Kevin* fix assembly reference (#3646)* Remove a few more build warnings (#3647)* fix assembly reference* remove more build warnings* fix build* move BuildFromSource projects to their own directory* Adds tests for emitted IL for new Int64 constants. (#3650)* Enable FS as prefix and ignore invalid values for warnings (#3631)* enable fs as prefix and ignore invalid values for warnings + tests* Allow #pragma to validate warnings* do it right* use ordinal compare* In both places* Add fs prefix to warnaserror* Fixup tests* Fix stack overflow on assembly resolution (#3658)* Fix stack overflow on tp assembly resolution* Feedback* Add impl files to file check results (#3659)* add LanguageServiceProfiling project to internals visible to list of FSharp.Compiler.Private project* add ImplementationFiles to FSharpCheckFileResults* make FSharpImplementationFileContents ctor internal* throw if ImplementationFiles is called having keepAssemblyContents flag set to false* add a test* spelling and cosmetics* This adds backup, restore, coloration and many more checks to the update-vsintegration.cmd (#3672)* This adds backup, restore, coloration and many more checks to the update-vsintegration.cmd* This adds backup, restore, coloration and many more checks to the update-vsintegration.cmd* Remove ambiguous an irrelevant instruction, improved help and instructions* Fix a scenario where the return code wasn't nonzero for error conditions, fixes not creating backup dir when not backing up* add LanguageServiceProfiling project to internals visible to list of FSharp.Compiler.Private project (#3657)* bump FCS version (#3676)* bump version* Update RELEASE_NOTES.md* Parsing improvements: no reactor, add parsing options, error severity options (#3601)* Parse without reactor, add parsing options, error severity options* Revert parsing APIs (fallback to the new ones), fix VFT projects* Cache parse results after type check* Add impl files to file check results (#3659)* add LanguageServiceProfiling project to internals visible to list of FSharp.Compiler.Private project* add ImplementationFiles to FSharpCheckFileResults* make FSharpImplementationFileContents ctor internal* throw if ImplementationFiles is called having keepAssemblyContents flag set to false* add a test* spelling and cosmetics* This adds backup, restore, coloration and many more checks to the update-vsintegration.cmd (#3672)* This adds backup, restore, coloration and many more checks to the update-vsintegration.cmd* This adds backup, restore, coloration and many more checks to the update-vsintegration.cmd* Remove ambiguous an irrelevant instruction, improved help and instructions* Fix a scenario where the return code wasn't nonzero for error conditions, fixes not creating backup dir when not backing up* add LanguageServiceProfiling project to internals visible to list of FSharp.Compiler.Private project (#3657)* bump FCS version (#3676)* bump version* Update RELEASE_NOTES.md* updates to make tests pass* restore old behaviour of CheckFileInProjectAllowingStaleCachedResults (builder had been created by ParseFileInProject)* restore use of CheckFileInProjectAllowingStaleCachedResults* deprecate test relying on whacky behaviour of deprecated GetCheckResultsBeforeFileInProjectEvenIfStale* Use ParseFile and FSharpParsingOptions instead of ParseFileInProject* prepare FCS release with this feature* whitespace cleanup (#3682)* whitespace and docs (#3684)* Preserve XML docs for in-memory project references (#3683)* fix xmldocs for in-memory project references* add test* fix tests* whitespace and comments (#3686)* fix assembly reference* whitespace and comments* whitespace and comments* whitespace and comments* cherry pick two PRs from FCS (#3687)* fix assembly reference* remove line endings from all *.nuspec files* ProjectCracker returns *.fsi files in FSharpProjectOptions.SourceFiles array (in addition to *.fs files, in right order)* ProjectCracker raises exception if ProjectCrackerTool returns non null ProjectCrackerOptions.Error (new field)* fix build on linux* fix a test* slashes* revert slashes* Update FSharp.Compiler.Service.ProjectCracker.nuspec* try to fix travis* try to fix travis* list dependencies* no obsolete pdb in nuget* list dependencies* cherry pick of fsharp/fsharp change* bump FCS version number (#3688)* Update FSharp.Compiler.Service.MSBuild.v12.nuspec* fix FCS nuget on windows* fix-resource (#3690)* Bump FSharp.Compiler.Tools to 4.1.27 and align mono build files (#3693)* ri change from fsharp* fix test* bump FSC tools to 4.1.27* remove fsharp.core from Mono GAC* align mono directory* fix typo* install back versions with Mono* fix typo* update FCS doc generation (#3694)* update DEVGUIDE to add addiitional steps before running build (#3725)* Split templates out into a seperate vsix (#3720)* merge error* Merge issues1 parentd26de72 commit531cd5b
File tree
284 files changed
+6180
-5459
lines changed- fcs
- FSharp.Compiler.Service.MSBuild.v12
- FSharp.Compiler.Service.ProjectCrackerTool
- FSharp.Compiler.Service.ProjectCracker
- FSharp.Compiler.Service.Tests
- FSharp.Compiler.Service
- docsrc
- content
- ja
- tools
- nuget
- samples
- EditorService
- FscExe
- FsiExe
- InteractiveService
- Tokenizer
- UntypedTree
- mono
- FSharp.Compiler.Interactive.Settings
- FSharp.Compiler.Server.Shared
- FSharp.Core
- policy.2.0.FSharp.Core
- policy.2.3.FSharp.Core
- policy.3.259.FSharp.Core
- policy.3.3.FSharp.Core
- policy.3.47.FSharp.Core
- policy.3.7.FSharp.Core
- policy.3.78.FSharp.Core
- policy.4.0.FSharp.Core
- policy.4.3.FSharp.Core
- policy.4.4.FSharp.Core
- setup
- FSharp.SDK/component-groups
- src
- absil
- assemblyinfo
- buildfromsource
- FSharp.Build
- FSharp.Compiler.Interactive.Settings
- FSharp.Compiler.Private
- FSharp.Compiler.nuget
- FSharp.Core
- Fsc
- Fsi
- fsharp
- FSharp.Build-proto
- FSharp.Build
- FSharp.Compiler.Private
- FSharp.Compiler.Unittests
- FSharp.Compiler.nuget
- FSharp.Core.Unittests/FSharp.Core/Microsoft.FSharp.Control
- FSharp.Core
- Fsc-proto
- Fsc
- fsiAnyCpu
- fsi
- symbols
- vs
- ilx
- utils
- tests
- fsharpqa
- Source
- CodeGen/EmittedIL/Misc
- CompilerOptions/fsc
- dumpAllCommandLineOptions
- warnaserror
- warnon
- warn
- testenv/src/HostedCompilerServer
- fsharp/core
- attributes
- printing
- projects
- Sample_VS2012_FSharp_ConsoleApp_net45_with_resource_using_bootstrap/Sample_VS2012_FSharp_ConsoleApp_net45
- Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/Sample_VS2012_FSharp_ConsoleApp_net45
- service
- data
- DifferingOutputDir
- Dir1
- Dir2
- MultiLanguageProject
- TestProject
- TypeProviderConsole
- TypeProviderLibrary
- TypeProvidersBug
- TestConsole
- TypeProvidersBug
- sqlite-net-spike
- vsintegration
- Utils/LanguageServiceProfiling
- Vsix
- VisualFSharpFull
- VisualFSharpOpenSource
- VisualFSharpTemplates
- src
- FSharp.Editor
- Classification
- CodeFix
- Commands
- Completion
- Debugging
- Diagnostics
- DocComments
- DocumentHighlights
- Formatting
- InlineRename
- LanguageService
- Navigation
- QuickInfo
- Structure
- FSharp.LanguageService.Base
- FSharp.LanguageService
- FSharp.ProjectSystem.FSharp
- FSharp.VS.FSI
- tests
- Salsa
- unittests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
284 files changed
+6180
-5459
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | 38 | | |
48 | 39 | | |
49 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
17 | 25 | | |
18 | 26 | | |
19 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | 208 | | |
221 | 209 | | |
222 | 210 | | |
| |||
235 | 223 | | |
236 | 224 | | |
237 | 225 | | |
238 | | - | |
239 | 226 | | |
240 | 227 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
62 | 49 | | |
63 | 50 | | |
64 | 51 | | |
65 | 52 | | |
66 | 53 | | |
67 | 54 | | |
68 | 55 | | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
77 | 62 | | |
78 | 63 | | |
79 | 64 | | |
80 | 65 | | |
81 | 66 | | |
82 | 67 | | |
83 | 68 | | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
115 | 78 | | |
116 | | - | |
| 79 | + | |
117 | 80 | | |
118 | 81 | | |
119 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments
Comments
(0)