Skip to content

Rewrite compiletest to use Command liberally #43762

Closed
@alexcrichton

Description

@alexcrichton

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

No one assigned

    Labels

    C-cleanupCategory: PRs that clean code up or issues documenting cleanup.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions