-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.Category: PRs that clean code up or issues documenting cleanup.
Description
Believe it or not but the compiletest
project predates the usage of Command
in the standard library. We currently pass through tons of variables in tons of places, eventually culminating in creating a Command
at the very end. We should instead thread through a Command
everywhere to make argument passing much nicer!
That way we also don't need functions with seven arguments!
Metadata
Metadata
Assignees
Labels
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.Category: PRs that clean code up or issues documenting cleanup.