clojure-android / neko

The Clojure/Android Toolkit
Other
297 stars 36 forks source link

Use custom android-thread-factory (bigstack) #21

Closed juergenhoetzel closed 10 years ago

juergenhoetzel commented 10 years ago

Redef clojure.tools.nrepl.middleware.interruptible-eval/configure-thread-factory as described at http://dev.clojure.org/jira/browse/NREPL-8.

This is required to use upstream org.clojure/tools.nrepl implementation instead of a patched fork.

alexander-yakushev commented 10 years ago

OK, sorry for taking so long to review this.

The particular PR you've sent is not really compilable, so I had to correct it. The result is in 7d54c24fdc8d737a800f22f69abdcf1395ccffa6. It seems to work, so I will roll neko 3.0.1 release soon where you'll be able to use original tools.nrepl library instead of patched one.

juergenhoetzel commented 10 years ago

Thanks!