emmy icon indicating copy to clipboard operation
emmy copied to clipboard

Protocol ICoordinateSystem is overwriting function uuid

Open Hendekagon opened this issue 1 year ago • 0 comments

When using Figwheel, (require '[emmy.env]) gives this stacktrace, the cause of which is:

Compile Warning   /Users/me/libs/emmy/src/emmy/calculus/manifold.cljc   

  Protocol ICoordinateSystem is overwriting function uuid

  16    (:refer-clojure :exclude [uuid])
  17    (:require #?(:cljs [goog.string :refer [format]])
  18              [emmy.abstract.function :as af]
  19              [emmy.abstract.number :refer [simplify-numerical-expression]]
  20              [emmy.calculus.frame :as cf]
       ^---

(the require works when Figwheel handles nils in its analyzer warning handlers)

Hendekagon avatar Feb 13 '24 15:02 Hendekagon