-
Notifications
You must be signed in to change notification settings - Fork 151
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
org.clojure.core.rrb-vector errors #469
Comments
Just as a data point, I've run into this using boot and adzerk/boot-cljs (switching rrb-vector to use quantum's fork was a viable work-around). |
I am hitting this problem, too. Does anyone have a handle on what is needed for a fix in lein-cljsbuild? |
Having this issue as well here reagent-project/reagent-forms#147 |
PR welcome. Repo to reproduce this issue can be found here: https://github.com/mneise/cljsbuild-469. |
I investigated this problem a bit since it happens with Doo as well. It happens if the Clojure namespace Here's a reproduction with cljs.main: https://github.com/miikka/cljs-rrb-vector-repro |
The underlying issue CRRBV-15 has been fixed and a new version of core.rrb-vector with the fix has been released as |
There is a problem compiling with respect to the "ranges" macro, which conflicts with a function name. Building with ClojureScript's public API directly compiles just fine.
See full details in original discussion: brandonbloom/fipp#42
Here's a diff to the RRB vector project that works around this problem: clojure/core.rrb-vector@master...alexandergunnarson:master
The text was updated successfully, but these errors were encountered: