shriphani / pegasus

:racehorse:✈️ Pegasus is a scalable, modular, polite web-crawler for Clojure
http://getpegasus.io
Eclipse Public License 1.0
262 stars 17 forks source link

Clojure 1.9 async problem #39

Closed collinalexbell closed 6 years ago

collinalexbell commented 7 years ago

I don't know what the update pace is for core.async, but I had problems with core.async & clojure 1.9 as documented in core.async changelog.

Release 0.3.442 on 2017.03.14
Fix bad :refer-clojure clause that violates new spec in Clojure 1.9.0-alpha15

I simply had to add this dependency to my project to fix it.

[org.clojure/core.async "0.3.443"]

shriphani commented 7 years ago

Thanks. I'll push it in a bit.