vvvvalvalval / scope-capture

Project your Clojure(Script) REPL into the same context as your code when it ran
MIT License
573 stars 14 forks source link

Upgrade core.async to version that is 1.9 compatible #7

Closed AdamFrey closed 6 years ago

AdamFrey commented 6 years ago

core.async 0.2.395 will not compile under the clojure 1.9 betas. This should be a safe update because there was no breaking changes between these versions.

vvvvalvalval commented 6 years ago

I actually intend to remove core.async completely. The rationale for core.async was portability, but that does not even work for all ClojureScript environments, and it's a heavy dependency when clojure.core/promise would do the job just fine for JVM Clojure. Will keep you posted.

vvvvalvalval commented 6 years ago

@AdamFrey Fixed by 0.1.2. As promised (pun intended), no more core.async