mozilla/sccache

Add a higher-level interface to RunCommand

开放

#95 创建于 2017年3月28日

 (0 条评论) (0 个反应) (0 位负责人)Rust (677 个派生)github user discovery
help wanted

仓库指标

星标
 (7,329 个星标)
PR 合并指标
 (平均合并 28天 22小时) (30 天内合并 11 个 PR)

描述

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

贡献者指南