Skip to content

Use lazy range in gdb pretty printers #34669

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

Merged
merged 1 commit into from
Jul 7, 2016
Merged

Use lazy range in gdb pretty printers #34669

merged 1 commit into from
Jul 7, 2016

Conversation

dzamlo
Copy link
Contributor

@dzamlo dzamlo commented Jul 5, 2016

No description provided.

@rust-highfive
Copy link
Contributor

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @nikomatsakis (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. Due to 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.

import debugger_pretty_printers_common as rustpp

if sys.version_info.major >= 3:
xrange = range
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you be sure to add a comment here as well indicating why we're doing this?

@alexcrichton
Copy link
Member

Ah I've gone ahead and added a comment in #34689, and I'll try to land this as part of that.

@dzamlo
Copy link
Contributor Author

dzamlo commented Jul 6, 2016

Sorry, I didn't see your comment about adding a comment.

@alexcrichton
Copy link
Member

No worries! Just a minor nit anyway :)

bors added a commit that referenced this pull request Jul 6, 2016
First attempt to fix nightlies

This is just #34669 but I added some comments so it can land.
@bors
Copy link
Collaborator

bors commented Jul 7, 2016

☔ The latest upstream changes (presumably #34689) made this pull request unmergeable. Please resolve the merge conflicts.

@bors bors merged commit 51e89ab into rust-lang:master Jul 7, 2016
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.

5 participants