Uh oh!
There was an error while loading. Please reload this page.
refactor StyledBuffer - #84235
Conversation
rust-highfive
commented
Apr 16, 2021
r? @lcnr (rust-highfive has picked a reviewer for you, use r? to override) |
klensy
commented
Apr 16, 2021
I expected that change in |
lcnr
left a comment
There was a problem hiding this comment.
some small nits, feel free to implement the ones you consider an improvement, afterwards r=me
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
klensy
commented
Apr 18, 2021
@bors r=lcnr |
bors
commented
Apr 18, 2021
@klensy: 🔑 Insufficient privileges: Not in reviewers |
Uh oh!
There was an error while loading. Please reload this page.
klensy
commented
Apr 24, 2021
@bors r=lcnr |
bors
commented
Apr 24, 2021
@klensy: 🔑 Insufficient privileges: Not in reviewers |
lcnr
commented
Apr 25, 2021
@bors r+ rollup forgot that |
bors
commented
Apr 25, 2021
📌 Commit 8ebd811 has been approved by |
refactor StyledBuffer Refactors StyledBuffer `text` and `styles` fields content into StyledChar and touches some other stuff.
refactor StyledBuffer Refactors StyledBuffer `text` and `styles` fields content into StyledChar and touches some other stuff.
Rollup of 8 pull requests Successful merges: - rust-lang#84235 (refactor StyledBuffer) - rust-lang#84450 (Give a better error when `std` or `core` are missing) - rust-lang#84486 (Handle pretty printing of `else if let` clauses without ICEing) - rust-lang#84499 (Tweak trait not `use`d suggestion) - rust-lang#84516 (Add suggestion to "use break" when attempting to implicit-break a loop) - rust-lang#84520 (Improve diagnostics for function passed when a type was expected.) - rust-lang#84541 (Inline most raw socket, fd and handle conversions) - rust-lang#84547 (Get rid of is_min_const_fn) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Refactors StyledBuffer
textandstylesfields content into StyledChar and touches some other stuff.