Fork me on GitHub
#clojure-spec
<
2017-04-23
>
urbank10:04:19

is https://github.com/jeaye/orchestra usable with clojurescript? It requires clojure.spec, not cljs.spec, and uses StackTraceElement->vec, which I can't find in the clojurescript api

lsenjov10:04:56

Looks to be straight .clj, so probably not

lsenjov10:04:56

Although it doesn't seem to be using any java interop, so a bit of dependency management and it should work

urbank11:04:56

It does use (.getStackTrace (Thread/currentThread) ... though I suppose that's not really a necessary function, and it would just be different in clojurescript

lsenjov11:04:31

Oh, I missed that one

lsenjov11:04:27

Hmmm, it also uses .applyTo just below it, but that shouldn't be a problem

pseud14:04:20

@dergutemoritz cool, thanks 🙂