-
Notifications
You must be signed in to change notification settings - Fork 728
Fixes #4387. Runes should not be used on a cell, but rather should use a single grapheme rendering 1 or 2 columns #4388
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
base: v2_develop
Are you sure you want to change the base?
Conversation
…urn the total text width and not the sum of all runes width
Co-authored-by: Copilot <[email protected]>
tig
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Holy moly! this is great stuff @BDisp.
|
@tig I did an update branch from here and it broken my local branch when I pulled. Do you know what's happened? |
I managed to solve it, but I don't understand how it happened. |
|
@tig the below message appear sometimes when any test fail in racing conditions. Do you know it exist any static configuration that can be changed while another unit test is running? |
Parallelizable, right? Might have something to do with GlobalTestSetup. |
|
Damn, testhost.exe take 80% CPU resources. I'll only running all tests in the Terminal.Gui CI actions. |
|
The CI should show all errors at once. |
I think I fix this issue in b6072bb. |
|
After upgrading Wcwidth to version 4.0.0, I had to disable a few unit tests until I see if there's a solution or better explanation, as commented in #4259 (comment). But there are more advantages to using this version than disadvantages because there are many corrections regarding code points that were previously considered narrow and are now correctly considered zero-length. |

Fixes
Proposed Changes/Todos
Pull Request checklist:
CTRL-K-Dto automatically reformat your files before committing.dotnet testbefore commit///style comments)