Fork me on GitHub
#powderkeg
<
2017-03-31
>
viesti11:03:26

hmm, master...

cgrand11:03:31

I like when you call me “master” 😉

viesti11:03:03

a neat welcome to pop off on the cellphone 🙂

viesti11:03:45

maybe into sql branch first

viesti11:03:36

conflict in project.clj but not too bad

cgrand13:03:01

this ::mapping spec is monstruous

viesti13:03:57

could it be expressed without a spec at all?

cgrand13:03:45

its main problem to me is that it’s doing too many things at once

viesti13:03:22

as in something could be deferred to be done later or too much code inline?

cgrand14:03:31

given a spec, we want: • a schema • converting to a row • the serializer part of the encoder • converting from a row • the deserializer part of the encoder

cgrand14:03:08

given a schema, we want a spec (and from this spec gets the conversion fns)

cgrand14:03:51

::mapping tries to do everything at once (modulo encoders)

viesti19:03:54

hmm, master...

viesti19:03:41

is ::mapping currently to much to be fed into master branch?

viesti19:03:01

just had to try out the “master” summon again 🙂

cgrand19:03:41

yes too hacky even by powderkeg standards