Skip to content

Fix span for ExprPath variants (issue 25969)#25994

Merged
bors merged 1 commit into
rust-lang:masterfrom
marcusklaas:issue-25969
Jun 4, 2015
Merged

Fix span for ExprPath variants (issue 25969)#25994
bors merged 1 commit into
rust-lang:masterfrom
marcusklaas:issue-25969

Conversation

@marcusklaas

Copy link
Copy Markdown
Contributor

Issue: #25969

Compare the span on the stable branch (correct) with the span on the nightly branch (incorrect) for the following example: http://is.gd/lTAo9c. This pull request fixes the regression.

@Manishearth has been kind enough to pitch some ideas for a regression test, mainly revolving around testing the span in compile-fail test, but this has proven unsuccessful. Other suggestions/ ideas would be much appreciated!

@rust-highfive

Copy link
Copy Markdown
Contributor

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @huonw (or someone else) soon.

If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. The way Github handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes.

Please see the contribution instructions for more information.

@huonw

huonw commented Jun 3, 2015

Copy link
Copy Markdown
Contributor

@bors r+

@bors

bors commented Jun 3, 2015

Copy link
Copy Markdown
Collaborator

📌 Commit 8867179 has been approved by huonw

@huonw

huonw commented Jun 3, 2015

Copy link
Copy Markdown
Contributor

Thanks!

@marcusklaas

Copy link
Copy Markdown
Contributor Author

The fix was actually still off by a token. Good thing that this wasn't merged yet! Does this need another review?

@Manishearth

Copy link
Copy Markdown
Member

@bors r=huonw

@bors

bors commented Jun 4, 2015

Copy link
Copy Markdown
Collaborator

📌 Commit 0000d4c has been approved by huonw

@bors

bors commented Jun 4, 2015

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 0000d4c with merge 5643d52...

Manishearth added a commit to Manishearth/rust that referenced this pull request Jun 4, 2015
Issue: rust-lang#25969

Compare the span on the stable branch (correct) with the span on the nightly branch (incorrect) for the following example: http://is.gd/lTAo9c. This pull request fixes the regression.

@Manishearth has been kind enough to pitch some ideas for a regression test, mainly revolving around testing the span in compile-fail test, but this has proven unsuccessful. Other suggestions/ ideas would be much appreciated!
@bors

bors commented Jun 4, 2015

Copy link
Copy Markdown
Collaborator

💔 Test failed - auto-win-gnu-64-nopt-t

@alexcrichton

Copy link
Copy Markdown
Member

@bors: retry

On Wed, Jun 3, 2015 at 9:38 PM, bors notifications@github.com wrote:

[image: 💔] Test failed - auto-win-gnu-64-nopt-t
http://buildbot.rust-lang.org/builders/auto-win-gnu-64-nopt-t/builds/183


Reply to this email directly or view it on GitHub
#25994 (comment).

@bors

bors commented Jun 4, 2015

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 0000d4c with merge caa21ca...

@bors

bors commented Jun 4, 2015

Copy link
Copy Markdown
Collaborator

💔 Test failed - auto-win-gnu-64-nopt-t

@Manishearth

Copy link
Copy Markdown
Member

@bors: retry

@bors

bors commented Jun 4, 2015

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 0000d4c with merge fdd6856...

@bors

bors commented Jun 4, 2015

Copy link
Copy Markdown
Collaborator

💔 Test failed - auto-win-gnu-64-nopt-t

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants