Uh oh!
There was an error while loading. Please reload this page.
syntax: Move ast_map into it's own crate - #24757
Conversation
7ea8f33 to
fec0421Comparealexcrichton
commented
Apr 24, 2015
r? @nikomatsakis, @pnkfelix, or @nrc, I don't mess around with compiler internals enough on this I think. |
nikomatsakis
commented
Apr 24, 2015
I have no objection, but I wonder if this should be a rustc crate? Seems pretty specific to the compiler. |
erickt
commented
Apr 26, 2015
@nikomatsakis: I had thought it could be useful for future syntax extensions, but I suppose if we go down that road we can always rename |
richo
commented
Apr 26, 2015
I haven't touched this codebase in a long time (and even then it was super On Sun, Apr 26, 2015 at 12:55 PM, Erick Tryzelaar notifications@github.com
|
erickt
commented
Apr 26, 2015
@alexcrichton / @nikomatsakis: Updated the PR to rename this new package to @richo: As far as I can tell you're not using ast_map, so this shouldn't impact you. I suggest you check out syntex though, which hopefully will allow for syntax extensions in 1.0 :) |
nikomatsakis
commented
Apr 27, 2015
bors
commented
Apr 27, 2015
☔ The latest upstream changes (presumably #23606) made this pull request unmergeable. Please resolve the merge conflicts. |
bors
commented
Apr 28, 2015
🔒 Merge conflict |
This lets us remove the arena dependency from libsyntax, which is unstable.
nikomatsakis
commented
May 5, 2015
@bors r+ |
bors
commented
May 5, 2015
📌 Commit 19f1a15 has been approved by |
bors
commented
May 5, 2015
⌛ Testing commit 19f1a15 with merge 5770f07... |
bors
commented
May 5, 2015
💔 Test failed - auto-mac-64-nopt-t |
bors
commented
May 12, 2015
☔ The latest upstream changes (presumably #25323) made this pull request unmergeable. Please resolve the merge conflicts. |
Gankra
commented
May 31, 2015
@erickt ping (needs rebase) |
This lets us remove the arena dependency from libsyntax, which is unstable, and supports making libsyntax compile on beta/1.0 (#24518).
r? @alexcrichton