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
When I start the dev build, I get 39 instances of the following warning:
------ WARNING #1 - :undeclared-var --------------------------------------------
Resource: sci/impl/fns.cljc:141:28
Use of undeclared Var sci.impl.fns/clojure
--------------------------------------------------------------------------------
Hashp still works regardless of those errors, but it might be something worth looking into?
The text was updated successfully, but these errors were encountered:
Also, when using clojure 1.11.1, there's a warning on zprint's use of it's own abs function, which is now in clojure.core:
WARNING: abs already refers to: #'clojure.core/abs in namespace: zprint.range, being replaced by: #'zprint.range/abs
I guess if users don't specify the Clojure version used, bumping zpint would land them to 1.11.1, but I guess the Clojure version should usually be specified in application projects.
I set up hashp in my shadow-cljs project as per the README (slightly abbreviated):
When I start the dev build, I get 39 instances of the following warning:
Hashp still works regardless of those errors, but it might be something worth looking into?
The text was updated successfully, but these errors were encountered: