Skip to content
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

Downgrade unicode-width to 0.1.12 #10963

Merged
merged 1 commit into from
Jun 15, 2024
Merged

Conversation

the-mikedavis
Copy link
Member

unicode-width 0.1.13 contains some fixes that change the widths of line endings, which breaks some assumptions in helix-tui, causing some rendering artifacts. We can downgrade to remove the rendering errors for now.

Fixes #10950

unicode-width 0.1.13 contains some fixes that change the widths of line
endings, which breaks some assumptions in helix-tui, causing some
rendering artifacts. We can downgrade to remove the rendering errors
for now.
@the-mikedavis the-mikedavis added C-bug Category: This is a bug A-dependencies Area: Dependency labels Jun 14, 2024
@archseer archseer merged commit 8eda96d into master Jun 15, 2024
6 checks passed
@archseer archseer deleted the downgrade-unicode-width-to-0.1.12 branch June 15, 2024 01:58
AOx0 pushed a commit to AOx0/helix that referenced this pull request Jun 15, 2024
unicode-width 0.1.13 contains some fixes that change the widths of line
endings, which breaks some assumptions in helix-tui, causing some
rendering artifacts. We can downgrade to remove the rendering errors
for now.
smortime pushed a commit to smortime/helix that referenced this pull request Jul 10, 2024
unicode-width 0.1.13 contains some fixes that change the widths of line
endings, which breaks some assumptions in helix-tui, causing some
rendering artifacts. We can downgrade to remove the rendering errors
for now.
mxxntype pushed a commit to mxxntype/helix that referenced this pull request Aug 14, 2024
unicode-width 0.1.13 contains some fixes that change the widths of line
endings, which breaks some assumptions in helix-tui, causing some
rendering artifacts. We can downgrade to remove the rendering errors
for now.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-dependencies Area: Dependency C-bug Category: This is a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Updating unicode-width from 0.1.12 to 0.1.13 broke newline rendering
2 participants