Expand by hand a macro that was only called once at the top-level of a namespace.
This is helpful for future development because the macro defines various functions dynamically, so if you are trying to find the definition of output-counters:midje-failures, output-counters:inc:midje-passes!, etc, you can now grep the code instead of having to understand the fairly-complex macro
Expand by hand a macro that was only called once at the top-level of a namespace.
This is helpful for future development because the macro defines various functions dynamically, so if you are trying to find the definition of
output-counters:midje-failures
,output-counters:inc:midje-passes!
, etc, you can now grep the code instead of having to understand the fairly-complex macro