dribnet / strokes

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

Compilation Error with Strokes #13

Open Elyahou opened 8 years ago

Elyahou commented 8 years ago

I am using:

[org.clojure/clojurescript "1.7.145"] [org.clojure/clojure "1.7.0"]

And I get this error at compilation when requiring strokes:

clojure.lang.ExceptionInfo: Referred var clojure.string/re-matches does not exist

MrArnoldPalmer commented 8 years ago

Same issue for me. Using the JS d3 library for now through cljsjs. I'm gonna try to figure out the issue and submit a PR.

dribnet commented 8 years ago

Hi - I no longer actively maintain strokes and the compiler has changed some over the years. The challenge will be that we will probably have to upgrade the underlying myhyde library, which is an adjacent repo. The good news is that I have good unit test coverage and if you are interested in getting this working again I can help guide you to figuring it out.

MrArnoldPalmer commented 8 years ago

great, I'll contact you with any guidance I may need. Forked the repo.

arichiardi commented 7 years ago

This library is very cool! Has anybody tried the new 0.5.6-SNAPSHOT of mrhyde?