-
Notifications
You must be signed in to change notification settings - Fork 209
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
Handholding Extras #3887
Handholding Extras #3887
Conversation
2daee26
to
c41a059
Compare
1d986e2
to
88d0a2a
Compare
129bd8b
to
936f1cd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if we shouldn't just extract the implementation into xxx_impl functions, and then the xxx_debug() variants would call the corresponding impl functions, and the non debug variants would be defined to either impl or debug, depending on whether handholding is on or not. This way we won't have to do the undef hack, and it's abundantly clear that the non debug variants are either just impl or debug.
936f1cd
to
ad21efc
Compare
ad21efc
to
6de0b04
Compare
with-handholding.mk
correctly activates the handholding macrosUse macros in spad to override default APIs with debug variants