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.

貢獻者指南