Skip to content

Commit 10ce701

Browse files
xdaDaveShawbaronfel
authored andcommitted
Make Log*FunctionId types internal (#8556)
As per the FIXME comments, the types can be internal now that #4821 has been fixed.
1 parent c91df99 commit 10ce701

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/fsharp/Logger.fsi

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ namespace FSharp.Compiler
44

55
open System
66

7-
// FIXME: We cannot make this internal yet until F# gets a compiler switch to make cases public when the type itself is internal.
8-
// https://github.com/Microsoft/visualfsharp/issues/4821
9-
type (* internal *) LogCompilerFunctionId =
7+
type internal LogCompilerFunctionId =
108
| Service_ParseAndCheckFileInProject = 1
119
| Service_CheckOneFile = 2
1210
| Service_IncrementalBuildersCache_BuildingNewCache = 3

0 commit comments

Comments
 (0)