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
Macros defined with defmacro! put too much in the expansion. This isn't obvious unless you have --spy on or use disassemble. I also see a lot of Nones for some reason. It seems to be the result of each form in the defmacro! definition, instead of just the final one.
Macros defined with
defmacro!
put too much in the expansion. This isn't obvious unless you have--spy
on or usedisassemble
. I also see a lot ofNone
s for some reason. It seems to be the result of each form in thedefmacro!
definition, instead of just the final one.The text was updated successfully, but these errors were encountered: