Fork me on GitHub
#specter
<
2016-09-06
>
escherize07:09:36

Anyone here have much experience with using re-frame + specter before?

escherize07:09:52

There is a little bit of overlap (the re-frame path interceptor for example).

escherize07:09:01

but I'd be curious to here.

martinklepsch14:09:43

@nathanmarz in changelog with defnav or defnav

martinklepsch14:09:53

think that's a typo?

nathanmarz14:09:14

@martinklepsch just poorly written, updated it to be clearer

martinklepsch14:09:23

ahh, I get it now šŸ˜› I thought there was an asterisk or something like that missing from the second defnav, congrats on the release as well šŸ‘

caio14:09:19

Iā€™m not being able to run the benchmark šŸ˜ž Exception in thread "main" java.lang.ClassNotFoundException: com.rpl.specter.Util, compiling:(com/rpl/specter/impl.cljc:1:1)

nathanmarz14:09:54

how are you running it?

caio14:09:23

scripts/run-benchmarks

nathanmarz14:09:43

ah, do lein javac first

nathanmarz14:09:53

ah just realized the benchmark script needs a quick update

nathanmarz14:09:54

ok, just pushed a fix

nathanmarz14:09:10

it wasn't updated to the namespace change

caio14:09:58

now it worked. thanks