Skip to content

Commit 0f969d8

Browse files
committed
changes
1 parent 8900e78 commit 0f969d8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/ParallelTypeCheckingTests/Code/DepResolving.fs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,9 +239,8 @@ module internal AutomatedDependencyResolving =
239239
let deps =
240240
reachable
241241
|> Seq.collect (fun node -> node.Files)
242-
// TODO Temporary - Add all nodes except for the fake .fsix stuff
242+
// TODO Temporary - Add all nodes
243243
|> Seq.append nodes
244-
|> Seq.filter (fun dep -> dep.File.Name <> node.File.Name + "ix")
245244
// If not, then the below is not necessary.
246245
// Assume that this file depends on all files that have any module abbreviations
247246
// TODO Handle module abbreviations in a better way

0 commit comments

Comments
 (0)