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
It turns out the key issue is the new _map? function. It causes issues in a few places but the biggest issue is that it breaks the _macro? function for the second order mal instance. The _macro? function contains a (map? x) call that returns false resulting in the _macro? call returning false. I'll push something later that fixes this and also that activates second order self-hosted tests so we can catch this sort of issue in the future.
If I run the mal implementation of mal inside itself, macros stop working (test is from
tests/step8_macros.mal
):The problem seems to have been introduced by #400. af49dc5 works:
but ed9f32c does not:
The text was updated successfully, but these errors were encountered: