Skip to content

Commit afdd041

Browse files
committed
add comment and clean up
1 parent a2641f5 commit afdd041

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Compiler/Facilities/DiagnosticsLogger.fs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -909,6 +909,8 @@ type StackGuard(maxDepth: int, name: string) =
909909
static member GetDepthOption(name: string) =
910910
GetEnvInteger ("FSHARP_" + name + "StackGuardDepth") StackGuard.DefaultDepth
911911

912+
// UseMultipleDiagnosticLoggers in ParseAndCheckProject.fs provides similar functionality.
913+
// We should probably adapt and reuse that code.
912914
module MultipleDiagnosticsLoggers =
913915
let Parallel computations =
914916
let computationsWithLoggers, diagnosticsReady =

tests/FSharp.Compiler.UnitTests/BuildGraphTests.fs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ open FSharp.Compiler.BuildGraph
1111
open FSharp.Compiler.DiagnosticsLogger
1212
open Internal.Utilities.Library
1313
open FSharp.Compiler.Diagnostics
14-
open FSharp.Compiler.Tokenization.FSharpTokenTag
1514

1615
module BuildGraphTests =
1716

0 commit comments

Comments
 (0)