-
Notifications
You must be signed in to change notification settings - Fork 213
Simplification of CPP macros for modularizing stdlib #1088
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
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1088 +/- ##
==========================================
+ Coverage 68.67% 68.69% +0.01%
==========================================
Files 393 393
Lines 12720 12720
Branches 1376 1376
==========================================
+ Hits 8736 8738 +2
+ Misses 3984 3982 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
This looks pretty good! |
|
When the python script for fypp preprocessing was introduced for |
The |
|
yes: fpm <=v0.12.0 will not read any macros, so everything works provided that all modules are included in the fpm version. |
If we need to modify the |
Simplification of CPP macros for modularizing stdlib based on the discussion in #1083