Skip to content

Pretty print btreemap for GDB - #53357

Merged
bors merged 1 commit into
rust-lang:masterfrom
fukatani:pretty-print-btreemap
Aug 17, 2018
Merged

Pretty print btreemap for GDB#53357
bors merged 1 commit into
rust-lang:masterfrom
fukatani:pretty-print-btreemap

Conversation

@fukatani

Copy link
Copy Markdown
Contributor

Merge #53112 first, please.

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @nikomatsakis

(rust_highfive has picked a reviewer for you, use r? to override)

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Aug 14, 2018
@fukatani
fukataniforce-pushed the pretty-print-btreemap branch from b33c831 to 0d0c08fCompareAugust 15, 2018 04:54
@fukatanifukatani changed the title [WIP] Pretty print btreemapPretty print btreemap for GDBAug 15, 2018
@nikomatsakis

Copy link
Copy Markdown
Contributor

r? @michaelwoerister

NB #53112 is merged

@michaelwoerister

Copy link
Copy Markdown
Member

Looks great, thanks @fukatani!

@bors r+

@bors

bors commented Aug 17, 2018

Copy link
Copy Markdown
Collaborator

📌 Commit 0d0c08f has been approved by michaelwoerister

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Aug 17, 2018
frewsxcv added a commit to frewsxcv/rust that referenced this pull request Aug 17, 2018
…ichaelwoerister
Pretty print btreemap for GDB
Merge rust-lang#53112 first, please.
@frewsxcvfrewsxcv mentioned this pull request Aug 17, 2018
bors added a commit that referenced this pull request Aug 17, 2018
Rollup of 11 pull requests
Successful merges:
- #52858 (Implement Iterator::size_hint for Elaborator.)
- #53321 (Fix usage of `wasm_target_feature`)
- #53326 ([nll] add regression test for issue #27868)
- #53347 (rustc_resolve: don't allow paths starting with `::crate`.)
- #53349 ([nll] add tests for #48697 and #30104)
- #53357 (Pretty print btreemap for GDB)
- #53358 (`{to,from}_{ne,le,be}_bytes` for unsigned integer types)
- #53406 (Do not suggest conversion method that is already there)
- #53407 (make more ported compile fail tests more robust w.r.t. NLL)
- #53413 (Warn that `#![feature(rust_2018_preview)]` is implied when the edition is set to Rust 2018.)
- #53434 (wasm: Remove --strip-debug argument to LLD)
Failed merges:
r? @ghost
@bors
bors merged commit 0d0c08f into rust-lang:masterAug 17, 2018
@artemmukhin

artemmukhin commented Nov 6, 2018

Copy link
Copy Markdown
Contributor

This implementation only works for very small (size <= 12, as I understand) maps with only one node, isn't it?

@tromey

Copy link
Copy Markdown
Contributor

This implementation only works for very small (size <= 12, as I understand) maps with only one node, isn't it?

I tried it and yes, it seems that you are correct. I filed #55771 for this.

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

Labels

S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@fukatani@rust-highfive@nikomatsakis@michaelwoerister@bors@artemmukhin@tromey