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
Transitive ns dependencies are also an issue. E.g. x.cljs requires y.cljs that requires macros from x.clj - the tool will complain about a circular dependency between x and y.
clj -Thiera graph :ignore '#{hgs.platform.util}' Execution error (ExceptionInfo) at clojure.tools.namespace.dependency.MapDependencyGraph/depend (dependency.cljc:89). Circular dependency between hgs.platform.util and hgs.platform.util
The
src/hgs/platform/util.clj
ns form, abridged:The
src/hgs/platform/util.cljs
ns form, abridged:As you can see, the
:ignore
option didn't help. But maybe I didn't use it correctly.The text was updated successfully, but these errors were encountered: