-
Notifications
You must be signed in to change notification settings - Fork 124
Missing types in F# 3.1 branch #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
dsyme
added a commit
to dsyme/FSharp.Compiler.Service
that referenced
this issue
Jul 8, 2015
fixes fsharp#8 closes fsharp#354 commit 17764038f1c036a2e46e48309163744e8e7c5b5e Author: Don Syme <donsyme@fastmail.fm> Date: Thu Apr 9 22:53:45 2015 +0200 potential fix for fsharp#8 (2) commit 67d4d7f37d8353b4868a6621a2b480e38a443a5a Author: Don Syme <donsyme@fastmail.fm> Date: Thu Apr 9 22:51:57 2015 +0200 potential fix for fsharp#8
dsyme
added a commit
to dsyme/FSharp.Compiler.Service
that referenced
this issue
Sep 28, 2016
Dsyme tuple spike
baronfel
pushed a commit
to baronfel/FSharp.Compiler.Service
that referenced
this issue
Jan 16, 2020
…8063) * # This is a combination of 9 commits. # This is the 1st commit message: ref -> mutable in more places in the compiler # The commit message fsharp#2 will be skipped: # Update dependencies from https://github.com/dotnet/arcade build 20191229.1 # # - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19629.1 # The commit message fsharp#3 will be skipped: # Update dependencies from https://github.com/dotnet/arcade build 20191230.1 # # - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19630.1 # The commit message fsharp#4 will be skipped: # Update dependencies from https://github.com/dotnet/arcade build 20191231.1 # # - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19631.1 # The commit message fsharp#5 will be skipped: # Update dependencies from https://github.com/dotnet/arcade build 20200101.1 # # - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20051.1 # The commit message fsharp#6 will be skipped: # Update dependencies from https://github.com/dotnet/arcade build 20191216.5 (#8079) # # - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19616.5 # The commit message fsharp#7 will be skipped: # dispose fsi at the end of a scripting session (#8084) # # The commit message fsharp#8 will be skipped: # Added static link tests and extended CompilerAssert (#8101) # # * Changed CompilerAssert to static class. Added Compile/Execute methods that take a Compilation description. Added static link tests # # * Hiding compilation description internals # # * Added another test to check for sanity # # * Making a few optional parameters # # * Hiding internals of CompilationReference # The commit message fsharp#9 will be skipped: # Parameterize product version (#8031) # # * Parameterize Product details # # * fcs # # * Repack pkgdef * no ilread
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On adding the missing SimpleSourceCodeServices the following are missing on compilation:
.../FSharp.Compiler.Service_/src/fsharp/vs/SimpleServices.fs(178,23): error FS0039: The type 'ErrorLoggerProvider' is not defined
.../FSharp.Compiler.Service_/src/fsharp/vs/SimpleServices.fs(186,21): error FS0039: The value or constructor 'typecheckAndCompile' is not defined
The text was updated successfully, but these errors were encountered: