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
The info* defn, as called from cider-nrepl, does not accept a var-meta-whitelist argument. So it always defaults to Orchard's internal var-meta-whitelist.
Accepting a whilelist arg would allow cider/nrepl to query for more metadata, which can enable misc features.
The text was updated successfully, but these errors were encountered:
The
info*
defn, as called from cider-nrepl, does not accept a var-meta-whitelist argument. So it always defaults to Orchard's internalvar-meta-whitelist
.Accepting a whilelist arg would allow cider/nrepl to query for more metadata, which can enable misc features.
The text was updated successfully, but these errors were encountered: