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

CHORE > Clojure compilation failed on build:web:test #72

Closed
Cosmin-Parvulescu opened this issue Jan 27, 2022 · 3 comments
Closed

CHORE > Clojure compilation failed on build:web:test #72

Cosmin-Parvulescu opened this issue Jan 27, 2022 · 3 comments
Assignees
Labels
bug Indicates an unexpected problem or unintended behavior
Milestone

Comments

@Cosmin-Parvulescu
Copy link
Contributor

Step 1 - cd ./sdk/web
Step 2 - bb run build:web:test

Result

[:web-test] Compiling ...
------ WARNING #1 -  -----------------------------------------------------------
 File: ~/.m2/repository/metosin/malli/0.8.0/malli-0.8.0.jar!/malli/core.cljc:2258:26
--------------------------------------------------------------------------------
2255 |          (reduce -register-var {}))))
2256 |
2257 | (defn class-schemas []
2258 |   {#?(:clj Pattern, :cljs js/RegExp) (-re-schema true)})
--------------------------------^-----------------------------------------------
 References to the global RegExp object prevents optimization of regular expressions.
--------------------------------------------------------------------------------
2259 |
2260 | (defn comparator-schemas []
2261 |   (->> {:> >, :>= >=, :< <, :<= <=, := =, :not= not=}
2262 |        (-vmap (fn [[k v]] [k (-simple-schema (fn [_ [child]]
--------------------------------------------------------------------------------
nil
Closure compilation failed with 1 errors
--- cljs_test_display/core.cljs:411
@define cljs_test_display.core.root_node_id has already been set at cljs_test_display/core.cljs:5:23.

Error while executing task: build:web:test
@Cosmin-Parvulescu Cosmin-Parvulescu added the bug Indicates an unexpected problem or unintended behavior label Jan 27, 2022
@Cosmin-Parvulescu Cosmin-Parvulescu added this to the alpha milestone Jan 27, 2022
@crimeminister
Copy link
Contributor

This issue seems like the issue in question.

@crimeminister
Copy link
Contributor

Running bb test:web:develop now seems to pass without issue.

@Cosmin-Parvulescu
Copy link
Contributor Author

Cosmin-Parvulescu commented Feb 14, 2022

Can confirm build process passes.

Note: bb test:web:develop command should is now run in the root of the kubelt project instead of /sdk/web as in the issue description.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

2 participants