Alex McArther
Alex McArther
The underlying notes are most relevant for reimplementing this: https://github.com/rust-lang/compiler-team/blob/master/working-groups/pipelining/NOTES.md I skimmed it briefly and it mostly made sense, but one snippet caught me off guard > An alternative solution...
@damienmg: It looks like the implementation of compilation pipelining here works by having rustc inform the caller (via stdout) when artifacts are generated during execution. Cargo seems to have been...
You mean generate them in tree? Or just in genfiles? What about the objective? Do you want just to express the dependency tree via tomls, or is having the ensemble...
My team at Google doesn't use Rust[1], so I don't have an answer on this item. I'm also not well informed on nuances of linking (within Rust or elsewhere), so...
I'm in agreement with all your items. Incomplete list of my own items below (some duplication): __Repo Wide__: - Probably should pick a column width limit. Not sure if buildifier...
I'm still reading through rules_go, rules_scala, and rules_kotlin (the three I plan to survey for now) but I've already got some takeaways. **rules_go** - Exports their definitions and providers via...
I'm reasonably confident that the symlinking is there to guarantee hermeticity. I don't think there is a good reason to make the rules _less_ hermetic unless you have evidence that...
It might be possible to manage this by using the new cargo workspaces feature. https://github.com/rust-lang/rfcs/blob/master/text/1525-cargo-workspace.md The jist is that it lets everything use the same target directory, which is what...
**_TL;DR: I've not nothing yet, but here are some links to start looking with._** The intent is to support the latest version. Looking into this error but... man reading cucumber...
Update on this: So i've been "informally" rustfmting stuff. The project configuration this project follows [here](https://github.com/acmcarther/cucumber/blob/master/rustfmt.toml), specifies two spaces, which I'm OK with. However, I've noticed that this causes the...