Closed flosell closed 7 years ago
Workaround: Explicitly require clojure-test
in the namespace that fails to compile (lambdacd-pipeline.ui-selection
in the above example):
(:require
[clojure.test :refer :all]
[lambdaui.core :as lambdaui]
; ...
hi flosell, could you please make a new release containing this bugfix?. We are struggling a lot with this bug when building artifacts (lein uberjar). We dont want to add [clojure.test :refer :all] to all of possible namespaces. Thank you so much
thank you :)
In some circumstances,
clojure.test
is never loaded, resulting in a compile-error when accessinglambdacd.presentation.pipeline-structure
which depends on it directly without requiring it: