mozilla/sccache

Add a higher-level interface to RunCommand

Open

#95 ouverte le 28 mars 2017

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)Rust (677 forks)github user discovery
help wanted

Métriques du dépôt

Stars
 (7 329 stars)
Métriques de merge PR
 (Merge moyen 28j 22h) (11 PRs mergées en 30 j)

Description

@alexcrichton pointed out that the compiler implementations had some repetitive and potentially error-prone code for spawning processes with my changes in #92. Specifically for each compiler invocation it has to call cmd.env_clear().envs(...) to properly set the environment. We should add a higher-level interface here so that it's harder to make a mistake in this code.

Guide contributeur