We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8900e78 commit 0f969d8Copy full SHA for 0f969d8
1 file changed
tests/ParallelTypeCheckingTests/Code/DepResolving.fs
@@ -239,9 +239,8 @@ module internal AutomatedDependencyResolving =
239
let deps =
240
reachable
241
|> Seq.collect (fun node -> node.Files)
242
- // TODO Temporary - Add all nodes except for the fake .fsix stuff
+ // TODO Temporary - Add all nodes
243
|> Seq.append nodes
244
- |> Seq.filter (fun dep -> dep.File.Name <> node.File.Name + "ix")
245
// If not, then the below is not necessary.
246
// Assume that this file depends on all files that have any module abbreviations
247
// TODO Handle module abbreviations in a better way
0 commit comments