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
should return {:foo true} but currently returns nil.
One problem here is that we should get rid of the edamame location metadata and only add metadata to the function if there was any non-location metadata.
TODO:
fix location in exception for (defn foo []) (foo 1)
a nasty side effect of putting the location metadata in a sub-key:
should return
{:foo true}
but currently returns nil.One problem here is that we should get rid of the edamame location metadata and only add metadata to the function if there was any non-location metadata.
TODO:
(defn foo []) (foo 1)
The text was updated successfully, but these errors were encountered: