Fork me on GitHub
#clojure-spec
<
2017-06-15
>
thheller08:06:43

@odinodin thats awesome, any chance of a non-html version? 🙂

odinodin08:06:22

that would be great, but I won’t make it. However, anyone can do it, it’s not hard 🙂

thheller08:06:35

damn 😉 … will that be standalone or something integrated in another library?

thheller08:06:42

probably tied to reagent?

odinodin08:06:15

What I’m working on is tied to reagent, but it is really not that hard to make.

thheller08:06:18

I tried and failed a couple times … I’ll check out your implementation ... maybe I just missed something

thheller08:06:28

probably shouldn’t have started with extreme errors like this one

athos09:06:39

I'm also working on a similar project (https://github.com/athos/Pinpointer), though it's now broken because of the recent radical rewrite.

athos09:06:15

For me, it's not so easy work, considering some corner cases.

thheller09:06:35

@athos thats awesome and text as well

athos09:06:11

@thheller thank you, and yeah, it's intended to be available from cider.

thheller09:06:39

I’ll definitely check it out

thheller09:06:46

I added pretty warnings to shadow-cljs recently which works nicely for cljs analyzer errors

thheller09:06:06

but shadow-cljs uses spec to parse ns forms and stuff

thheller09:06:26

need something to make those errors prettier as well

thheller09:06:55

currently the errors are basically useless

carocad16:06:32

@alexmiller thanks for updating the spec alpha readme. helps a lot 🙂