Rewrite compiletest to use Command
liberally
#43762
Labels
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
Command
liberally
#43762
Believe it or not but the
compiletest
project predates the usage ofCommand
in the standard library. We currently pass through tons of variables in tons of places, eventually culminating in creating aCommand
at the very end. We should instead thread through aCommand
everywhere to make argument passing much nicer!That way we also don't need functions with seven arguments!
The text was updated successfully, but these errors were encountered: