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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -209,7 +209,7 @@ type TypeCheckingMode =
209
209
| Sequential
210
210
/// Signature files and implementation files without backing files are processed sequentially, then backed implementation files are processed in parallel.
211
211
| ParallelCheckingOfBackedImplFiles
212
-
/// Parallel type-checking that uses automated file-to-file dependency detection to construct a highly-parallelisable file graph.
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 |]
1267
+
else
1268
+
[| longId |]
1271
1269
// 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)
let``When defining a top-level module,the implicit parent namespace is taken into account when considering references to the file - .fs, .fsi pair`` ()=
100
+
let``When defining a top-level module,the implicit parent namespace is taken into account when considering references to the file - .fs, .fsi pair``
let``When defining a top-level module,the implicit parent namespace is taken into account when considering references to the file - .fsi, .fs pair`` ()=
124
+
let``When defining a top-level module,the implicit parent namespace is taken into account when considering references to the file - .fsi, .fs pair``
let``When defining a top-level module,the implicit parent namespace is taken into account when considering references to the file - .fs, .fs pair`` ()=
148
+
let``When defining a top-level module,the implicit parent namespace is taken into account when considering references to the file - .fs, .fs pair``
0 commit comments