-
Notifications
You must be signed in to change notification settings - Fork 623
msvc: fix detect_showincludes_prefix with MSBuild #2544
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: main
Are you sure you want to change the base?
Conversation
0e300e6 to
edde193
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2544 +/- ##
==========================================
- Coverage 71.17% 71.17% -0.01%
==========================================
Files 64 64
Lines 35592 35588 -4
==========================================
- Hits 25334 25328 -6
- Misses 10258 10260 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
CodSpeed Performance ReportMerging this PR will not alter performanceComparing Summary
Footnotes
|
|
could you please add a test to make sure we don't regress? thanks |
The problem usually occurs when VS_UNICODE_OUTPUT is set. This is a @AudranDoublet mozilla#1835 and @exoosh mozilla#2483 fixes with working tests: thank you! Should fix issues mozilla#1830 and mozilla#909
e63289b to
7b70bc7
Compare
7b70bc7 to
4f1f083
Compare
@sylvestre , done |
to make sure i understand, what you added in the CI was previously failing to build, right ? |
|
Yes, it previously fails. |
The problem usually occurs when VS_UNICODE_OUTPUT is set. This is a @AudranDoublet #1835 and @exoosh #2483 fixes with working tests: thank you!
Should fix issues #1830 and #909