Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Protocol ICoordinateSystem is overwriting function uuid #158

Open
Hendekagon opened this issue Feb 13, 2024 · 0 comments
Open

Protocol ICoordinateSystem is overwriting function uuid #158

Hendekagon opened this issue Feb 13, 2024 · 0 comments

Comments

@Hendekagon
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant