-
Notifications
You must be signed in to change notification settings - Fork 735
Fixes #4004. Driver "windows" broken in conhost and cmd #4421
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
|
The 16 colors are still not rendered very well on selecting ListView, TableView and Menu. |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## v2_develop #4421 +/- ##
===============================================
+ Coverage 64.85% 77.31% +12.45%
===============================================
Files 388 388
Lines 44984 45054 +70
Branches 6343 6354 +11
===============================================
+ Hits 29176 34835 +5659
+ Misses 13894 8320 -5574
+ Partials 1914 1899 -15
... and 160 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
|
The unit test failure is due a some race condition because it pass locally in Windows and Ubuntu. |
I'm confused how you are able to do anything with v2_develop as I broke it pretty completely. 😮 |
There are still many unresolved issues, but the v2_develop branch isn't unusable because I can compile and run it. For example, one problem I'm facing is not being able to test Force16Colors in UICatalog because the CheckBox event isn't triggered when it's clicked. Could you be more specific about why your branch is broken? Do you mean the one from the gui-cs repository or your own? |
In my case not even UICatalog will run. I screwed up and the legacy and modern Application concepts are intermixed and thus pretty much everything is broken. |
…OutputInternal interfaces
…ey is needed to produce them (Pt)
… is only needed once
…nImpl.ResetStateStatic should be also called

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