mozilla/sccache

Add a higher-level interface to RunCommand

オープン

#95 opened on 2017/03/28

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (677 件のフォーク)github user discovery
help wanted

Repository metrics

Stars
 (7,329 個のスター)
PR merge metrics
 (平均マージ 28d 22h) (30d で 11 merged PRs)

説明

@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.

コントリビューターガイド