-
Notifications
You must be signed in to change notification settings - Fork 630
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
Conversation
0e300e6 to
edde193
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2544 +/- ##
=======================================
Coverage 71.23% 71.24%
=======================================
Files 64 64
Lines 35597 35593 -4
=======================================
- Hits 25359 25357 -2
+ Misses 10238 10236 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
CodSpeed Performance ReportMerging this PR will not alter performanceComparing Summary
Performance Changes
Footnotes
|
|
could you please add a test to make sure we don't regress? thanks |
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. |
4f1f083 to
12828e0
Compare
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
12828e0 to
a34b52a
Compare
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