Skip to content

Commit f299450

Browse files
KevinRansombaronfel
authored andcommitted
Merge branch 'master' into merges/release/dev16.4-to-master
2 parents 3777cd4 + a22b011 commit f299450

File tree

7,300 files changed

+162205
-877528
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

7,300 files changed

+162205
-877528
lines changed

.gitattributes

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
*.rtf diff=astextplain
2222
*.RTF diff=astextplain
2323

24-
mono/launcher text eol=lf
25-
mono/config.make text eol=lf
24+
*.sh text eol=lf
2625
targets.make text eol=lf
2726

2827
*.bsl linguist-vendored=true

.github/issue_template.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# FSharp.Compiler.Service Issue Template
2+
3+
> Thanks for your intention to help out!
4+
5+
We appreciate your enthusiasm, but this repository is a *read-only* fork of the official F# compiler. Please raise your issue at the [upstream repository](https://github.com/dotnet/fsharp/issues/new).

.github/pull_request_template.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# FSharp.Compiler.Service Pull Request Template
2+
3+
> Thanks for your intention to help out!
4+
5+
We appreciate your enthusiasm, but this repository is a *read-only* fork of the official F# compiler. Please raise your Pull Request at the [upstream repository](https://github.com/dotnet/fsharp/compare).

.gitignore

Lines changed: 109 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ artifacts/
99
# Patches that may have been generated by scripts.
1010
# (These aren't generally useful to commit directly; if anything, they should be applied.)
1111
scripts/*.patch
12-
1312
/fcs/FSharp.Compiler.Service/illex.fs
1413
/fcs/FSharp.Compiler.Service/ilpars.fs
1514
/fcs/FSharp.Compiler.Service/ilpars.fsi
@@ -83,32 +82,136 @@ lib/bootstrap/4.1/policy*
8382
obj/
8483
bin/
8584
aclocal.m4
85+
src/*.userprefs
86+
src/fsharp/FSStrings.resources
87+
packages
88+
src/fsharp/FSharp.Build/*.resx
89+
src/fsharp/FSharp.Build-proto/*.resx
90+
src/fsharp/FSharp.Build-proto/*.resources
91+
src/fsharp/FSharp.Compiler-proto/*.resx
92+
src/fsharp/FSharp.Compiler-proto/*.resources
93+
src/fsharp/FSharp.Compiler-proto/*.sln
94+
src/fsharp/FSharp.Compiler-proto/*.userprefs
95+
src/fsharp/fsi/*.resx
96+
src/fsharp/FSharp.Compiler.Interactive.Settings/*.resx
97+
src/fsharp/FSharp.Compiler.Server.Shared/*.resx
98+
src/fsharp/fsi/Fsi.sln
99+
src/fsharp/FSharp.Build/*.resources
100+
src/fsharp/FSharp.Compiler/*.resx
101+
src/fsharp/FSharp.Compiler/*.resources
102+
src/fsharp/FSharp.Compiler/*.sln
103+
src/fsharp/FSharp.Compiler/*.userprefs
104+
Debug
105+
Release
106+
Proto
86107
sign_temp
87108
.libs
88109
configure
89110
config.log
90111
config.status
112+
src/fsharp/FSharp.Compiler/illex.fs
113+
src/fsharp/FSharp.Compiler/ilpars.fs
114+
src/fsharp/FSharp.Compiler/ilpars.fsi
115+
src/fsharp/FSharp.Compiler/lex.fs
116+
src/fsharp/FSharp.Compiler/pars.fs
117+
src/fsharp/FSharp.Compiler/pars.fsi
118+
src/fsharp/FSharp.Compiler/pplex.fs
119+
src/fsharp/FSharp.Compiler/pppars.fs
120+
src/fsharp/FSharp.Compiler/pppars.fsi
121+
src/fsharp/FSharp.Compiler-proto/illex.fs
122+
src/fsharp/FSharp.Compiler-proto/ilpars.fs
123+
src/fsharp/FSharp.Compiler-proto/ilpars.fsi
124+
src/fsharp/FSharp.Compiler-proto/lex.fs
125+
src/fsharp/FSharp.Compiler-proto/pars.fs
126+
src/fsharp/FSharp.Compiler-proto/pars.fsi
127+
src/fsharp/FSharp.Compiler.Silverlight/lex.fs
128+
src/fsharp/FSharp.Compiler.Silverlight/pars.fs
129+
src/fsharp/FSharp.Compiler.Silverlight/pars.fsi
130+
src/fsharp/FSharp.Compiler-proto/pplex.fs
131+
src/fsharp/FSharp.Compiler-proto/pppars.fs
132+
src/fsharp/FSharp.Compiler-proto/pppars.fsi
133+
91134
*~
92135
*.suo
93136
obj
137+
src/fsharp/FSharp.Data.TypeProviders/FSData.resx
138+
src/fsharp/fsiAnyCpu/FSIstrings.resx
139+
140+
*.nupkg
141+
142+
bin
143+
packages
144+
*.bak
145+
temp/
146+
src/fsharp/fsi/FSIStrings.fs
147+
148+
src/fsharp/FSharp.Compiler.Service/FSComp.resx
149+
src/fsharp/FSharp.Compiler.Service/FSIstrings.resx
150+
src/fsharp/FSharp.Compiler.Service/illex.fs
151+
src/fsharp/FSharp.Compiler.Service/ilpars.fs
152+
src/fsharp/FSharp.Compiler.Service/ilpars.fsi
153+
src/fsharp/FSharp.Compiler.Service/lex.fs
154+
src/fsharp/FSharp.Compiler.Service/pars.fs
155+
src/fsharp/FSharp.Compiler.Service/pars.fsi
156+
TestResults.xml
157+
*.userprefs
94158
extras
95159
ossreadme*.txt
160+
*.XML
161+
src/assemblyinfo/assemblyinfo.shared.fs
162+
*.csproj.user
163+
src/fsharp/FSharp.LanguageService.Compiler/illex.*
164+
src/fsharp/FSharp.LanguageService.Compiler/ilpars.*
165+
src/fsharp/FSharp.LanguageService.Compiler/lex.*
166+
src/fsharp/FSharp.LanguageService.Compiler/pars.*
167+
vsintegration/src/unittests/Unittests.fsi
168+
vsintegration/src/FSharp.ProjectSystem.FSharp/ctofiles/MenusAndCommands.cto
169+
tests/*FSharp_Failures.env
170+
tests/*FSharp_Failures.lst
171+
tests/fsharpqa/Source/CodeGen/EmittedIL/StaticInit/StaticInit_Module01.dll
172+
tests/fsharpqa/Source/CodeGen/EmittedIL/StaticInit/StaticInit_Module01.pdb
173+
tests/XFSharpQA_Failures.log.*
174+
vsintegration/src/vs/FsPkgs/FSharp.Project/FS/FSharp.ProjectSystem.FSharp.fsi
175+
vsintegration/src/vs/FsPkgs/FSharp.Project/FS/ctofiles/
176+
tests/fsharpqa/Source/CodeGen/EmittedIL/QueryExpressionStepping/Utils.dll
177+
tests/fsharpqa/Source/CodeGen/EmittedIL/ComputationExpressions/ComputationExprLibrary.dll
178+
packages
179+
FSharp.Compiler.Tools.Nuget/*.nupkg
180+
FSharp.Core.Nuget/*.nupkg
181+
tests/fsharpqa/Source/*FSharpQA_Failures.env
182+
tests/fsharpqa/Source/*FSharpQA_Failures.lst
96183
*.csproj.user
97184
*.fsproj.user
98185
*.vbproj.user
99186
*.sln.DotSettings.user
100187
*.log
101188
*.jrs
102189
*.chk
190+
*.bak
191+
FSharp.Compiler.Tools.Nuget/*.nupkg
192+
FSharp.Core.Nuget/*.nupkg
193+
artifacts/*.nupkg
103194
*.bak
104195
*.vserr
105196
*.err
106197
*.orig
107198
*.mdf
108199
*.ldf
200+
.paket/paket.exe
201+
paket-files
202+
docsrc/tools/FSharp.Formatting.svclog
203+
src/fsharp/FSharp.Compiler.Service/pplex.fs
204+
src/fsharp/FSharp.Compiler.Service/pppars.fs
205+
src/fsharp/FSharp.Compiler.Service/pppars.fsi
206+
.fake
109207
*.cto
110208
*.vstman
111209
project.lock.json
210+
src/fsharp/FSharp.Compiler.Service/FSComp.fs
211+
src/fsharp/FSharp.Compiler.Service/FSComp.resx
212+
src/fsharp/FSharp.Compiler.Service/FSIstrings.fs
213+
src/fsharp/FSharp.Compiler.Service/FSIstrings.resx
214+
Tools/
112215
Backup/
113216
tests/fsharp/core/array/dont.run.peverify
114217
tests/fsharp/core/innerpoly/dont.run.peverify
@@ -120,7 +223,8 @@ source_link.json
120223
System.ValueTuple.dll
121224
tests/fsharpqa/testenv/bin/System.ValueTuple.dll
122225
**/.fake
123-
.ionide
226+
lib/netcore/fsc/bin/
227+
!lib/bootstrap/signed/**/*
124228
/fcs/packages/
125229
*/paket-files/
126230
/fcs/TestResult.xml
@@ -129,4 +233,6 @@ tests/fsharpqa/testenv/bin/System.ValueTuple.dll
129233
msbuild.binlog
130234
/fcs/FSharp.Compiler.Service.netstandard/*.fs
131235
/fcs/FSharp.Compiler.Service.netstandard/*.fsi
132-
/.ionide/
236+
.ionide
237+
.vscode
238+
**/.DS_Store

.travis.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
language: csharp
2+
3+
os:
4+
- linux
5+
- osx
6+
7+
osx_image: xcode11.2
8+
9+
mono:
10+
- weekly
11+
- latest
12+
- 6.6.0
13+
14+
dotnet: 3.1.100
15+
16+
sudo: false
17+
18+
install:
19+
20+
script:
21+
- ./fcs/build.sh
22+
23+

.vscode/launch.json

Lines changed: 0 additions & 23 deletions
This file was deleted.

.vscode/tasks.json

Lines changed: 0 additions & 16 deletions
This file was deleted.

CODE_OF_CONDUCT.md

Lines changed: 0 additions & 46 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Contributing to FSharp.Compiler.Service
2+
3+
> Thanks for your intention to help out!
4+
5+
We appreciate your enthusiasm, but this repository is a *read-only* fork of the official F# compiler. If you have issues, contributions, or questions, please raise them at the [upstream repository](https://github.com/dotnet/fsharp).

0 commit comments

Comments
 (0)