mozilla/sccache

Add a higher-level interface to RunCommand

Open

#95 opened on 2017年3月28日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)Rust (677 forks)github user discovery
help wanted

Repository metrics

Stars
 (7,329 stars)
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.

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