Skip to content

Commit

Permalink
integrate fsharp master
Browse files Browse the repository at this point in the history
  • Loading branch information
dsyme committed Jun 29, 2016
2 parents 8706db0 + d518f91 commit 6521f05
Show file tree
Hide file tree
Showing 124 changed files with 10,784 additions and 10,592 deletions.
67 changes: 62 additions & 5 deletions .gitignore
@@ -1,3 +1,62 @@
/packages
/Tools
/src/*.userprefs
/src/fsharp/FSStrings.resources
/src/fsharp/FSharp.Build/*.resx
/src/fsharp/FSharp.Build-proto/*.resx
/src/fsharp/FSharp.Build-proto/*.resources
/src/fsharp/FSharp.Compiler-proto/*.resx
/src/fsharp/FSharp.Compiler-proto/*.resources
/src/fsharp/FSharp.Compiler-proto/*.sln
/src/fsharp/FSharp.Compiler-proto/*.userprefs
/src/fsharp/fsi/*.resx
/src/fsharp/FSharp.Compiler.Interactive.Settings/*.resx
/src/fsharp/FSharp.Compiler.Server.Shared/*.resx
/src/fsharp/fsi/Fsi.sln
/src/fsharp/FSharp.Build/*.resources
/src/fsharp/FSharp.Compiler/*.resx
/src/fsharp/FSharp.Compiler/*.resources
/src/fsharp/FSharp.Compiler/*.sln
/src/fsharp/FSharp.Compiler/*.userprefs
/src/*.log
/src/fsharp/FSharp.Compiler/illex.fs
/src/fsharp/FSharp.Compiler/ilpars.fs
/src/fsharp/FSharp.Compiler/ilpars.fsi
/src/fsharp/FSharp.Compiler/lex.fs
/src/fsharp/FSharp.Compiler/pars.fs
/src/fsharp/FSharp.Compiler/pars.fsi
/src/fsharp/FSharp.Compiler/pplex.fs
/src/fsharp/FSharp.Compiler/pppars.fs
/src/fsharp/FSharp.Compiler/pppars.fsi
/src/fsharp/FSharp.Compiler-proto/illex.fs
/src/fsharp/FSharp.Compiler-proto/ilpars.fs
/src/fsharp/FSharp.Compiler-proto/ilpars.fsi
/src/fsharp/FSharp.Compiler-proto/lex.fs
/src/fsharp/FSharp.Compiler-proto/pars.fs
/src/fsharp/FSharp.Compiler-proto/pars.fsi
/src/fsharp/FSharp.Compiler-proto/pplex.fs
/src/fsharp/FSharp.Compiler-proto/pppars.fs
/src/fsharp/FSharp.Compiler-proto/pppars.fsi
/src/fsharp/FSharp.LanguageService.Compiler/illex.*
/src/fsharp/FSharp.LanguageService.Compiler/ilpars.*
/src/fsharp/FSharp.LanguageService.Compiler/lex.*
/src/fsharp/FSharp.LanguageService.Compiler/pars.*
/src/fsharp/FSharp.LanguageService.Compiler/pplex.fs
/src/fsharp/FSharp.LanguageService.Compiler/pppars.fs
/src/fsharp/FSharp.LanguageService.Compiler/pppars.fsi
/vsintegration/src/unittests/Unittests.fsi
/tests/*FSharp_Failures.env
/tests/*FSharp_Failures.lst
/tests/fsharpqa/Source/CodeGen/EmittedIL/StaticInit/StaticInit_Module01.dll
/tests/fsharpqa/Source/CodeGen/EmittedIL/StaticInit/StaticInit_Module01.pdb
/tests/XFSharpQA_Failures.log.*
/vsintegration/src/vs/FsPkgs/FSharp.Project/FS/FSharp.ProjectSystem.FSharp.fsi
/vsintegration/src/vs/FsPkgs/FSharp.Project/FS/ctofiles/
/tests/fsharpqa/Source/CodeGen/EmittedIL/QueryExpressionStepping/Utils.dll
/tests/fsharpqa/Source/CodeGen/EmittedIL/ComputationExpressions/ComputationExprLibrary.dll
/tests/fsharpqa/Source/*FSharpQA_Failures.env
/tests/fsharpqa/Source/*FSharpQA_Failures.lst
/tests/**/FSharp.Core.dll
lib/debug
lib/release
lib/proto
Expand Down Expand Up @@ -28,8 +87,6 @@ src/fsharp/FSharp.Compiler/*.sln
src/fsharp/FSharp.Compiler/*.userprefs
Debug
Release
vsdebug
vsrelease
Proto
sign_temp
.libs
Expand Down Expand Up @@ -63,8 +120,6 @@ src/fsharp/FSharp.Compiler-proto/pppars.fs
src/fsharp/FSharp.Compiler-proto/pppars.fsi

*~
tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/Sample_VS2012_FSharp_ConsoleApp_net45/Sample_VS2012_FSharp_ConsoleApp_net45.sln
tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/Sample_VS2012_FSharp_ConsoleApp_net45/Sample_VS2012_FSharp_ConsoleApp_net45.userprefs
*.suo
obj
src/fsharp/FSharp.Data.TypeProviders/FSData.resx
Expand Down Expand Up @@ -134,7 +189,7 @@ src/fsharp/FSharp.Compiler.Service/pppars.fs
src/fsharp/FSharp.Compiler.Service/pppars.fsi
.fake
*.cto
tests/**/FSharp.Core.dll
*.vstman
project.lock.json

src/fsharp/FSharp.Compiler.Service.netcore/FSComp.fs
Expand All @@ -150,3 +205,5 @@ src/fsharp/FSharp.Compiler.Service.netcore/pars.fsi
src/fsharp/FSharp.Compiler.Service.netcore/pplex.fs
src/fsharp/FSharp.Compiler.Service.netcore/pppars.fs
src/fsharp/FSharp.Compiler.Service.netcore/pppars.fsi
Tools/
Backup/
10 changes: 10 additions & 0 deletions RELEASE_NOTES.md
@@ -1,3 +1,13 @@
#### 5.0.0
* Fixed empty symbol declared pdb #564 from kekyo/fix-empty-pdb
* .NET Core ProjectCracker - updated version and dependencies
* Properly embed 'FSIstrings' resource, fixes #591
* make build.sh work on windows (git bash).
* Added default script references for .NET Core
* Store useMonoResolution flag
* Updated MSBuild version
* Assume FSharp.Core 4.4.0.0

#### 4.0.1
* Integrate Microsoft\visualfsharp and fsharp\fsharp to master (including portable PDB)
* Remove .NET Framework 4.0 support (now needs .NET Framework 4.5)
Expand Down
2 changes: 1 addition & 1 deletion build.fsx
Expand Up @@ -80,7 +80,7 @@ Target "GenerateFSIStrings" (fun _ ->
let dir = __SOURCE_DIRECTORY__ </> "src/fsharp/fsi"
p.Arguments <- "FSIstrings.txt FSIstrings.fs FSIstrings.resx"
p.WorkingDirectory <- dir
p.FileName <- !! "lib/bootstrap/4.0/fssrgen.exe" |> Seq.head ) TimeSpan.MaxValue
p.FileName <- !! "packages/FsSrGen/lib/net46/fssrgen.exe" |> Seq.head ) TimeSpan.MaxValue
|> ignore
)

Expand Down
Binary file removed lib/bootstrap/4.0/FSharp.SRGen.Build.Tasks.dll
Binary file not shown.
26 changes: 0 additions & 26 deletions lib/bootstrap/4.0/FSharp.SRGen.Build.Tasks.dll.config

This file was deleted.

73 changes: 0 additions & 73 deletions lib/bootstrap/4.0/FSharp.SRGen.targets

This file was deleted.

Empty file modified lib/bootstrap/4.0/fslex.exe 100755 → 100644
Empty file.
Binary file removed lib/bootstrap/4.0/fssrgen.exe
Binary file not shown.
26 changes: 0 additions & 26 deletions lib/bootstrap/4.0/fssrgen.exe.config

This file was deleted.

Empty file modified lib/bootstrap/4.0/fsyacc.exe 100755 → 100644
Empty file.
8 changes: 4 additions & 4 deletions paket.dependencies
Expand Up @@ -13,9 +13,9 @@ nuget SourceLink.Fake
nuget fssrgen
nuget FSharp.SRGen.Build.Tasks

nuget System.Collections.Immutable 1.2.0-rc3-23805
nuget System.Reflection.Metadata 1.3.0-beta-23816
nuget Microsoft.DiaSymReader.PortablePdb 1.0.0-rc-60301
nuget Microsoft.DiaSymReader 1.0.7
nuget System.Collections.Immutable 1.2.0
nuget System.Reflection.Metadata 1.4.1-beta-24227-04
nuget Microsoft.DiaSymReader.PortablePdb 1.1.0
nuget Microsoft.DiaSymReader 1.0.8

github fsharp/FAKE modules/Octokit/Octokit.fsx

0 comments on commit 6521f05

Please sign in to comment.