Skip to content

Conversation

@KonishchevDmitry
Copy link

Fixes #165

@pinkforest
Copy link
Collaborator

Thanks! Could wee add a quick test so we ensure it doesn't break anymore after?

@KonishchevDmitry
Copy link
Author

Done

@KonishchevDmitry
Copy link
Author

@pinkforest, could you please merge the PR and bump version?

lazy_static = "1.4"
is-terminal = "0.4"
encode_unicode = "1.0"
strip-ansi-escapes = "0.2"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Do we know the MSRV of this and it's dependencies?

Copy link
Author

Choose a reason for hiding this comment

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

No, but it's 1.5 years old, so it's definitely small enough to not bother.

meta-codesync bot pushed a commit to facebookexperimental/rust-shed that referenced this pull request Dec 1, 2025
Summary:
The unicode-width crate was pinned to a specific version in D64960800
to solve an issue with prettytable-rs. The prettytable-rs crate has not been
updated in a couple of years.

I published a branch on GitHub that contains prettytable-rs 0.10.0 + a fix for
the bug that lead to the pinning in
phsym/prettytable-rs#170. Shipping this should enable
unpinning unicode-width. I am interested in this, because it's blocking an
import I am trying to do.

Note: it looks like projects in the Rust ecosystem are moving to the
comfy-table crate as a replacement for prettytable-rs. I might have a poke at
this too.

Reviewed By: dtolnay

Differential Revision: D88012122

fbshipit-source-id: 26d1caa67472c45a1480471b0745087301c58b1c
meta-codesync bot pushed a commit to facebook/sapling that referenced this pull request Dec 1, 2025
Summary:
The unicode-width crate was pinned to a specific version in D64960800
to solve an issue with prettytable-rs. The prettytable-rs crate has not been
updated in a couple of years.

I published a branch on GitHub that contains prettytable-rs 0.10.0 + a fix for
the bug that lead to the pinning in
phsym/prettytable-rs#170. Shipping this should enable
unpinning unicode-width. I am interested in this, because it's blocking an
import I am trying to do.

Note: it looks like projects in the Rust ecosystem are moving to the
comfy-table crate as a replacement for prettytable-rs. I might have a poke at
this too.

Reviewed By: dtolnay

Differential Revision: D88012122

fbshipit-source-id: 26d1caa67472c45a1480471b0745087301c58b1c
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.

Cell width incorrect when using external formatting

2 participants