This commit is contained in:
Omar Tawfik 2016-01-24 01:18:20 -08:00
Родитель 55f983379d
Коммит 62723aad7c
3 изменённых файлов: 7 добавлений и 1 удалений

4
.gitignore поставляемый
Просмотреть файл

@ -73,6 +73,8 @@ src/fsharp/FSharp.LanguageService.Compiler/pplex.fs
src/fsharp/FSharp.LanguageService.Compiler/pppars.fs src/fsharp/FSharp.LanguageService.Compiler/pppars.fs
src/fsharp/FSharp.LanguageService.Compiler/pppars.fsi src/fsharp/FSharp.LanguageService.Compiler/pppars.fsi
vsintegration/src/unittests/Unittests.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.dll
tests/fsharpqa/Source/CodeGen/EmittedIL/StaticInit/StaticInit_Module01.pdb tests/fsharpqa/Source/CodeGen/EmittedIL/StaticInit/StaticInit_Module01.pdb
tests/XFSharpQA_Failures.log.* tests/XFSharpQA_Failures.log.*
@ -80,6 +82,8 @@ vsintegration/src/vs/FsPkgs/FSharp.Project/FS/FSharp.ProjectSystem.FSharp.fsi
vsintegration/src/vs/FsPkgs/FSharp.Project/FS/ctofiles/ vsintegration/src/vs/FsPkgs/FSharp.Project/FS/ctofiles/
tests/fsharpqa/Source/CodeGen/EmittedIL/QueryExpressionStepping/Utils.dll tests/fsharpqa/Source/CodeGen/EmittedIL/QueryExpressionStepping/Utils.dll
tests/fsharpqa/Source/CodeGen/EmittedIL/ComputationExpressions/ComputationExprLibrary.dll tests/fsharpqa/Source/CodeGen/EmittedIL/ComputationExpressions/ComputationExprLibrary.dll
tests/fsharpqa/Source/*FSharpQA_Failures.env
tests/fsharpqa/Source/*FSharpQA_Failures.lst
*.csproj.user *.csproj.user
*.sln.DotSettings.user *.sln.DotSettings.user
*.ide *.ide

Просмотреть файл

@ -23,7 +23,7 @@ neg46.fs(48,8,48,34): typecheck error FS0912: This declaration element is not pe
neg46.fs(52,8,52,39): typecheck error FS0912: This declaration element is not permitted in an augmentation neg46.fs(52,8,52,39): typecheck error FS0912: This declaration element is not permitted in an augmentation
neg46.fs(56,8,56,11): typecheck error FS3191: Constructors are not permitted as extension members - they must be defined as part of the original definition of the type neg46.fs(56,8,56,11): typecheck error FS3192: Constructors are not permitted as extension members - they must be defined as part of the original definition of the type
neg46.fs(56,8,56,11): typecheck error FS0871: Constructors cannot be defined for this type neg46.fs(56,8,56,11): typecheck error FS0871: Constructors cannot be defined for this type

Просмотреть файл

@ -26,6 +26,8 @@ Copyright (c) Microsoft Corporation. All Rights Reserved.
containing F#-specific metadata containing F#-specific metadata
--sig:<file> Print the inferred interface of the assembly to --sig:<file> Print the inferred interface of the assembly to
a file a file
--nocopyfsharpcore Don't copy FSharp.Core.dll along the produced
binaries
- INPUT FILES - - INPUT FILES -