Fork me on GitHub
#funcool
<
2015-08-19
>
mitchelkuijpers15:08:00

Async works @niwinz I like the change of delegate, always felt a bit useless giving the context again

niwinz15:08:46

It needs some improvements for avoid unnecesary garbage creation

niwinz15:08:01

creating useless ContextData objects in each chain...

mitchelkuijpers15:08:18

Aha that's not so nice

mitchelkuijpers15:08:27

But should be fixable ^^

niwinz15:08:52

Yes, I have pending for the next release improve this aspect and remove duplicate catacumba context construction

niwinz15:08:06

caching it on the first handler...

mitchelkuijpers15:08:09

Sorry It look so long was moving from boot to leiningen for our project was a bit of a horrific experience. Leiningen drops dotfiles by default

mitchelkuijpers15:08:29

so we might need to reconsider searching for .catacumba markerfile by default

niwinz15:08:32

I have done it for catacumba and I have returned to lein...

niwinz15:08:47

boot is too slow...

mitchelkuijpers15:08:48

Now i can use clj-refactor ^^

mitchelkuijpers15:08:00

and creating an uberjar is ridicilous

niwinz15:08:35

Lein for me works as expected

niwinz15:08:44

it is not the best but it is not bad

mitchelkuijpers15:08:06

Oh yeah I was talking about boot, creating uberjars there sucks

mitchelkuijpers15:08:13

leiningen works absolutely fine now

mitchelkuijpers15:08:40

I did have to add this to make it add the .catacumba file to my jar

:uberjar-exclusions [#"\.swp$"]
  :filespecs [{:type :path :path ".catacumba"}]