You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set Macro flag and containsQuotesOrSplices in PostTyper
It's easier to handle this in PostTyper since then we do
not need to distinguish between inlined and normal code.
Also, need to record quotes as well as splices since ReifyQuotes
should also do macro expansion.
Also, add a missing recursive call to `transform` in ReifyQuotes.
0 commit comments