Skip to content
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

don't remove m2w64_ prefix in stdlib piggyback #2551

Merged
merged 1 commit into from
May 7, 2024

Conversation

h-vetinari
Copy link
Contributor

Fixes #2547

@h-vetinari h-vetinari requested a review from isuruf May 7, 2024 04:37
@h-vetinari
Copy link
Contributor Author

Currently this only considers {{ compiler("m2w64_c") }}, not other m2w64_* compilers. AFAICT that should be good enough though.

Copy link

codecov bot commented May 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.88%. Comparing base (3e086ea) to head (1e9844e).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2551   +/-   ##
=======================================
  Coverage   69.88%   69.88%           
=======================================
  Files         105      105           
  Lines       10597    10597           
=======================================
  Hits         7406     7406           
  Misses       3191     3191           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -178,8 +178,8 @@ def _process_section(output_index, attrs, lines):
if line_compiler_c and line_compiler_m2c:
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This wouldn't fire if a recipe only uses {{ compiler("m2w64_c") }} on windows and no other compilers elsewhere. If someone has a case of such a recipe, I can add it as a test and loosen the restriction here.

@beckermr
Copy link
Contributor

beckermr commented May 7, 2024

LGTM! thank you!

@beckermr beckermr merged commit a31845d into regro:master May 7, 2024
5 checks passed
@h-vetinari h-vetinari deleted the m2w64 branch May 7, 2024 10:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix m2w64 stdlib insertion
2 participants