Uh oh!
There was an error while loading. Please reload this page.
Pretty print btreemap for GDB - #53357
Merged
Merged
Conversation
rust-highfive
commented
Aug 14, 2018
Contributor
(rust_highfive has picked a reviewer for you, use r? to override) |
fukataniforce-pushed
the
pretty-print-btreemap
branch
from
August 15, 2018 04:54
b33c831 to
0d0c08fComparenikomatsakis
commented
Aug 16, 2018
Contributor
NB #53112 is merged |
michaelwoerister
commented
Aug 17, 2018
Member
bors
commented
Aug 17, 2018
Collaborator
📌 Commit 0d0c08f has been approved by |
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.
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
Contributor
This implementation only works for very small (size <= 12, as I understand) maps with only one node, isn't it? |
tromey
commented
Nov 7, 2018
Contributor
I tried it and yes, it seems that you are correct. I filed #55771 for this. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Merge #53112 first, please.