dribnet / strokes

Let's pretend d3 was written in ClojureScript.
374 stars 28 forks source link

New Clojurescript version not compatible with strokes #11

Closed beandipper closed 10 years ago

beandipper commented 10 years ago

Here is a stack trace

Script Error: Error: name.indexOf is not a function Stack: -> http://127.0.0.1:8080/d3.js: 543 (in function d3.ns.qualify) -> http://127.0.0.1:8080/d3.js: 567 (in function d3_selection_attr) -> http://127.0.0.1:8080/d3.js: 564 (in function d3_selectionPrototype.attr) -> target/classes/public/test.js: 43857 (in function patch_args_keyword_to_fndelegate/G8811delegate) -> target/classes/public/test.js: 43864 (in function patch_args_keyword_to_fndelegate/G8811) -> target/classes/public/test.js: 43857 (in function patch_args_keyword_to_fndelegate/G8811delegate) -> target/classes/public/test.js: 43864 (in function patch_args_keyword_to_fndelegate/G8811) -> target/classes/public/test.js: 47024 (in function stacked_power_scaffold) -> target/classes/public/test.js: 47809

dribnet commented 10 years ago

Thanks for the report - please try strokes 0.5.1 just released with updated dependencies:

[lein-cljsbuild "0.3.3"] [org.clojure/clojurescript "0.0-1878"] [net.drib/mrhyde "0.5.3"]

Please let me know if this fixes your problem. If not, I'll need a code sample to see what is going on.

beandipper commented 10 years ago

That seemed to fix it. Thanks for the fast reply and great work