From 0d9c6e9cf2811168859dc39835dd342e7c95b154 Mon Sep 17 00:00:00 2001 From: nojaf Date: Tue, 14 Feb 2023 13:55:21 +0100 Subject: [PATCH] Maybe it is deterministic now? --- src/Compiler/Driver/ParseAndCheckInputs.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Compiler/Driver/ParseAndCheckInputs.fs b/src/Compiler/Driver/ParseAndCheckInputs.fs index 309b858e4d2..848f792dec4 100644 --- a/src/Compiler/Driver/ParseAndCheckInputs.fs +++ b/src/Compiler/Driver/ParseAndCheckInputs.fs @@ -1771,7 +1771,7 @@ let CheckClosedInputSet (ctok, checkForErrors, tcConfig: TcConfig, tcImports, tc // tcEnvAtEndOfLastFile is the environment required by fsi.exe when incrementally adding definitions let results, tcState = match tcConfig.typeCheckingConfig.Mode with - | TypeCheckingMode.Graph when (not tcConfig.isInteractive && not tcConfig.deterministic) -> + | TypeCheckingMode.Graph when (not tcConfig.isInteractive) -> CheckMultipleInputsUsingGraphMode( ctok, checkForErrors,