You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Compiler/Driver/CompilerConfig.fsi
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -205,8 +205,11 @@ type ParallelReferenceResolution =
205
205
206
206
[<RequireQualifiedAccess>]
207
207
typeTypeCheckingMode=
208
+
/// Default mode where all source files are processed sequentially in compilation order.
208
209
| Sequential
210
+
/// Signature files and implementation files without backing files are processed sequentially, then backed implementation files are processed in parallel.
209
211
| ParallelCheckingOfBackedImplFiles
212
+
/// Parallel type-checking that uses automated file-to-file dependency detection to construct a highly-parallelisable file graph.
[| longId.GetSlice(None, Some <| longId.Length -2); longId |]
1269
+
else
1270
+
[| longId |]
1269
1271
// TODO Temporarily disabled digging into the file's structure to avoid edge cases where another file depends on this file's namespace existing (but nothing else)
0 commit comments