-
Notifications
You must be signed in to change notification settings - Fork 30
Prepping for Release v1.0.7 #90
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
Conversation
@BDisp did you actually test the latest NStack (1.0.6/1.0.7) on the latest Terminal.Gui After publishing v1.0.7, and updating Terminal.Gui to use it, the unit tests are failing. I'm going to unpublish v1.0.7 for now. |
Yes I tried now and it's failing because of this:
Since the range from 0x10000...0x10FFFF is marked as wide characters, spaces are added after the hot keys. It's better waiting for a fix for this first. |
Please explain more thoroughly. Why did your testing when you approved this PR not fail? |
My bad really sorry. I only test it for surrogate pairs and didn't realized that it will failed with how the hotkey tag mask handle it. |
I think the better way to fix this is by removing the |
Since we need to remove the hotkey if it's other than uppercase for text handling, maybe change the Edit: |
I already fixed it. I'll submit a PR. |
@tig I already submitted the PR gui-cs/Terminal.Gui#2247 with the fix. Can you republish the nuget package again, please. Without that the fix won't work. |
No description provided.