emmy
emmy copied to clipboard
Protocol ICoordinateSystem is overwriting function uuid
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 nil
s in its analyzer warning handlers)