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

preprocessor: fix duplicate pw3_padded_arg warnings #834

Merged
merged 3 commits into from
Nov 10, 2024

Conversation

Eathox
Copy link
Contributor

@Eathox Eathox commented Nov 9, 2024

Fixes #642

Honestly not sure if there's a cleaner more clever solution but this one works just fine. Please let me know if this is not adequate and or if there's anything you'd like to see changed.

Copy link

codecov bot commented Nov 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.2%. Comparing base (7f055cd) to head (8cbe9ff).
Report is 2 commits behind head on main.

Additional details and impacted files
Files with missing lines Coverage Δ
libs/preprocessor/src/processor/defines.rs 95.0% <100.0%> (+<0.1%) ⬆️

... and 33 files with indirect coverage changes

@Eathox Eathox force-pushed the pw3_padded_arg_duplicates branch from 6e0150d to b6e9a4a Compare November 10, 2024 04:10
I saw your comment Brett, before you deleted it, hopefully this makes it
slightly clearer at what my intention was and with this test and why
there are two identical macros defined.
@BrettMayson BrettMayson merged commit 40563a3 into BrettMayson:main Nov 10, 2024
20 of 37 checks passed
@Eathox Eathox deleted the pw3_padded_arg_duplicates branch November 10, 2024 13:58
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.

[PW3]: padding a macro argument shown twice
2 participants