Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix span for ExprPath variants (issue 25969) #25994

Merged
merged 1 commit into from
Jun 4, 2015
Merged

Fix span for ExprPath variants (issue 25969) #25994

merged 1 commit into from
Jun 4, 2015

Conversation

marcusklaas
Copy link
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
Collaborator

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
Copy link
Member

huonw commented Jun 3, 2015

@bors r+

@bors
Copy link
Contributor

bors commented Jun 3, 2015

📌 Commit 8867179 has been approved by huonw

@huonw
Copy link
Member

huonw commented Jun 3, 2015

Thanks!

@marcusklaas
Copy link
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
Member

@bors r=huonw

@bors
Copy link
Contributor

bors commented Jun 4, 2015

📌 Commit 0000d4c has been approved by huonw

@bors
Copy link
Contributor

bors commented Jun 4, 2015

⌛ 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
Copy link
Contributor

bors commented Jun 4, 2015

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

@alexcrichton
Copy link
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
Copy link
Contributor

bors commented Jun 4, 2015

⌛ Testing commit 0000d4c with merge caa21ca...

@bors
Copy link
Contributor

bors commented Jun 4, 2015

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

@Manishearth
Copy link
Member

@bors: retry

@bors
Copy link
Contributor

bors commented Jun 4, 2015

⌛ Testing commit 0000d4c with merge fdd6856...

@bors
Copy link
Contributor

bors commented Jun 4, 2015

💔 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