@@ -45,29 +45,43 @@ src/fsharp/FSharp.Compiler/ilpars.fsi
45
45
src /fsharp /FSharp.Compiler /lex.fs
46
46
src /fsharp /FSharp.Compiler /pars.fs
47
47
src /fsharp /FSharp.Compiler /pars.fsi
48
+ src /fsharp /FSharp.Compiler /pplex.fs
49
+ src /fsharp /FSharp.Compiler /pppars.fs
50
+ src /fsharp /FSharp.Compiler /pppars.fsi
48
51
src /fsharp /FSharp.Compiler-proto /illex.fs
49
52
src /fsharp /FSharp.Compiler-proto /ilpars.fs
50
53
src /fsharp /FSharp.Compiler-proto /ilpars.fsi
51
54
src /fsharp /FSharp.Compiler-proto /lex.fs
52
55
src /fsharp /FSharp.Compiler-proto /pars.fs
53
56
src /fsharp /FSharp.Compiler-proto /pars.fsi
57
+ src /fsharp /FSharp.Compiler-proto /pplex.fs
58
+ src /fsharp /FSharp.Compiler-proto /pppars.fs
59
+ src /fsharp /FSharp.Compiler-proto /pppars.fsi
54
60
* ~
55
61
tests /projects /Sample_VS2012_FSharp_ConsoleApp_net45_with_resource /Sample_VS2012_FSharp_ConsoleApp_net45 /Sample_VS2012_FSharp_ConsoleApp_net45.sln
56
62
tests /projects /Sample_VS2012_FSharp_ConsoleApp_net45_with_resource /Sample_VS2012_FSharp_ConsoleApp_net45 /Sample_VS2012_FSharp_ConsoleApp_net45.userprefs
57
63
* .suo
58
64
obj
59
65
extras
60
66
ossreadme * .txt
67
+ tests /fsharp /typecheck /sigs /* .exe
61
68
tests /fsharp /typecheck /sigs /* .diff
62
69
tests /fsharp /typecheck /sigs /* .err
63
70
tests /fsharp /typecheck /sigs /* .vsdiff
71
+ tests /fsharp /typecheck /sigs /* .dll
64
72
tests /fsharp /typecheck /sigs /* .vserr
65
73
src /fsharp /FSharp.LanguageService.Compiler /illex. *
66
74
src /fsharp /FSharp.LanguageService.Compiler /ilpars. *
67
75
src /fsharp /FSharp.LanguageService.Compiler /lex. *
68
76
src /fsharp /FSharp.LanguageService.Compiler /pars. *
77
+ src /fsharp /FSharp.LanguageService.Compiler /pplex.fs
78
+ src /fsharp /FSharp.LanguageService.Compiler /pppars.fs
79
+ src /fsharp /FSharp.LanguageService.Compiler /pppars.fsi
69
80
tests /fsharp /typecheck /sigs /* .dll
70
81
tests /fsharp /typecheck /sigs /* .exe
82
+ tests /fsharp /typeProviders /builtin /SqlDataConnection /DataDirectory /
83
+ tests /fsharp /typeProviders /builtin /SqlDataConnection /ExampleResolutionFolder /
84
+ tests /fsharp /typeProviders /builtin /SqlEntityConnection /DataDirectory /
71
85
vsintegration /src /unittests /Unittests.fsi
72
86
tests /fsharpqa /Source /CodeGen /EmittedIL /StaticInit /StaticInit_Module01.dll
73
87
tests /fsharpqa /Source /CodeGen /EmittedIL /StaticInit /StaticInit_Module01.pdb
0 commit comments