Commits

Justin Spahr-Summers committed 5087856e770
Refactor macro aliases as static inline functions This avoids naive text replacement when the keywords are encountered in (say) method parameter names. Unfortunately, it doesn’t seem to be possible to do this for `it` and `itBehavesLike` if we want to preserve file/line information.