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 symbol `num-.` is technically an invalid Clojure symbol and can
confuse tooling.
Minor breaking change, see changelog for impact.
Closesclj-commons#412
lread
added a commit
to lread/etaoin
that referenced
this issue
May 15, 2022
The symbol `num-.` is technically an invalid Clojure symbol and can
confuse tooling.
Minor breaking change, see changelog for impact.
Closesclj-commons#412
I noticed this when clj-kondo had trouble understanding what this symbol was.
Clojure docs state:
This technically part of our public API and changing it is a breaking change.
But a grep.app, as of this writing, shows only Etaoin as using
num-.
.I think it'd be pretty safe to rename, I'm thinking
num-dot
.We'll document it as a minor breaking change in the changelog.
The text was updated successfully, but these errors were encountered: