Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
safesparrow committed Nov 5, 2022
1 parent 8900e78 commit 0f969d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/ParallelTypeCheckingTests/Code/DepResolving.fs
Original file line number Diff line number Diff line change
Expand Up @@ -239,9 +239,8 @@ module internal AutomatedDependencyResolving =
let deps =
reachable
|> Seq.collect (fun node -> node.Files)
// TODO Temporary - Add all nodes except for the fake .fsix stuff
// TODO Temporary - Add all nodes
|> Seq.append nodes
|> Seq.filter (fun dep -> dep.File.Name <> node.File.Name + "ix")
// If not, then the below is not necessary.
// Assume that this file depends on all files that have any module abbreviations
// TODO Handle module abbreviations in a better way
Expand Down

0 comments on commit 0f969d8

Please sign in to comment.