Uh oh!
There was an error while loading. Please reload this page.
rustc: Rename rustc_macro to proc_macro - #36945
Conversation
rust-highfive
commented
Oct 3, 2016
(rust_highfive has picked a reviewer for you, use r? to override) |
alexcrichton
commented
Oct 3, 2016
r? @nrc This is a [breaking-change] from the current implementation, just blindly renaming everything. I'm curious what you think, though, about this strategy. Do you think it's worth implementing the infrastructure to ensure a smooth transition? It unfortunately wouldn't be easy but it also wouldn't be impossible. Also one point I forgot to mention was that the existing |
dtolnay
commented
Oct 3, 2016
I think this is fine without infrastructure to ensure a smooth transition. We'll just fix everything when the nightly comes out, same as usual. |
db2f808 to
e2f9571Comparesgrif
commented
Oct 3, 2016
Yeah I'm pretty sure this breaks diesel, serde, and maybe 1-2 other crates. We'll be fine. Just |
e2f9571 to
903338bComparenrc
commented
Oct 3, 2016
@bors: r+ |
bors
commented
Oct 3, 2016
📌 Commit 903338b has been approved by |
Mark-Simulacrum
commented
Oct 4, 2016
Travis failed: |
alexcrichton
commented
Oct 4, 2016
@bors: r- |
903338b to
d4a29c9Comparealexcrichton
commented
Oct 4, 2016
@bors: r=nrc |
bors
commented
Oct 4, 2016
📌 Commit d4a29c9 has been approved by |
bors
commented
Oct 5, 2016
⌛ Testing commit d4a29c9 with merge 8aef157... |
alexcrichton
commented
Oct 5, 2016
@bors: retry force clean
|
bors
commented
Oct 6, 2016
⌛ Testing commit d4a29c9 with merge 81e34f8... |
bors
commented
Oct 6, 2016
💔 Test failed - auto-win-msvc-64-cargotest |
nrc
commented
Oct 6, 2016
@bors: retry |
alexcrichton
commented
Oct 6, 2016
@bors: r- That's legit I think, gotta update Cargo |
We need to ignore them to land rust-lang/rust#36945 and after that we'll shortly re-enable them.
Ignore rustc-macro tests for now We need to ignore them to land rust-lang/rust#36945 and after that we'll shortly re-enable them.
This commit blanket renames the `rustc_macro` infrastructure to `proc_macro`, which reflects the general consensus of rust-lang#35900. A follow up PR to Cargo will be required to purge the `rustc-macro` name as well.
d4a29c9 to
2148bdfComparealexcrichton
commented
Oct 6, 2016
@bors: r=nrc |
bors
commented
Oct 6, 2016
📌 Commit 2148bdf has been approved by |
bors
commented
Oct 7, 2016
rustc: Rename rustc_macro to proc_macro This commit blanket renames the `rustc_macro` infrastructure to `proc_macro`, which reflects the general consensus of #35900. A follow up PR to Cargo will be required to purge the `rustc-macro` name as well.
This commit blanket renames the
rustc_macroinfrastructure toproc_macro,which reflects the general consensus of #35900. A follow up PR to Cargo will be
required to purge the
rustc-macroname as well.