Uh oh!
There was an error while loading. Please reload this page.
Remove the grammar from the reference - #24729
Conversation
rust-highfive
commented
Apr 23, 2015
r? @pcwalton (rust_highfive has picked a reviewer for you, use r? to override) |
mdinger
commented
Apr 23, 2015
mdinger
commented
Apr 23, 2015
Updated with a few more removals. Searching for |
bors
commented
Apr 24, 2015
☔ The latest upstream changes (presumably #24759) made this pull request unmergeable. Please resolve the merge conflicts. |
mdinger
commented
Apr 24, 2015
Rebased. Basically deletes the ebnf from the reference and moves some of the recent reference changes to the grammar. Until this is done, the reference is probably have a tendency to be more up to date than the grammar because that's what people look at. The reference was definitely different at a few places suggesting more recent work. |
mdinger
commented
Apr 24, 2015
Let me know when/if you want this. I'm gonna hold off on rebasing until then because I'll just need to keep doing it. |
steveklabnik
commented
Apr 24, 2015
I do in the general case, yeah, but with the reference editing, people are changing it. |
mdinger
commented
Apr 24, 2015
I can roll up the reference changes into one I think. That might work. |
mdinger
commented
Apr 24, 2015
@steveklabnik This rolls all the reference changes into one PR |
steveklabnik
commented
Apr 24, 2015
I'd rather let bors handle all those normally rather than doing some kind of manual rollup |
mdinger
commented
Apr 24, 2015
Okay. Reverted. I only did it because I was afraid of merge conflicts. I don't know how bors handles them. |
steveklabnik
commented
Apr 24, 2015
@bors: r+ rollup |
bors
commented
Apr 24, 2015
📌 Commit 7089c5e has been approved by |
…labnik From rust-lang#24723 (comment) : > Yes, I've been meaning to just remove it in favor of GRAMMAR.md > - steveklabnik
…labnik From rust-lang#24723 (comment) : > Yes, I've been meaning to just remove it in favor of GRAMMAR.md > - steveklabnik
…labnik From rust-lang#24723 (comment) : > Yes, I've been meaning to just remove it in favor of GRAMMAR.md > - steveklabnik
I'm interested in helping out with #16676 but more in the grammar than the reference-- here's my first chunk, more to come!! 🎉 I did pull a bit *out* of the reference, though, that was more relevant to the grammar but wasn't moved over as part of #24729. I'm looking at, e.g. https://github.com/rust-lang/rust/blob/master/src/libsyntax/ast.rs, as the source of truth, please let me know if I should be checking against something else instead/in addition. r? @steveklabnik
From #24723 (comment) :