Fork me on GitHub
#boot
<
2015-08-31
>
onetom04:08:04

deraen: martinklepsch: shouldn't we point nikita to this conversation about build time? i saw martin directed him to the github issues, but maybe it would be even more comforting if he knows he can even follow the fix in real-time if he wants.

onetom04:08:55

im trying this new disable-target-during-build branch but don't see any difference (cold boot is 40s, recompile is 16s). i was doing a

pair@parrot ~/github.com/boot-clj/boot> make deps install
pair@parrot ~/exicon/homepage> . config.sh ; time ~/github.com/boot-clj/boot/bin/boot.sh dev

onetom04:08:40

do i need a boot -u too to use the latest boot.core lib? i thought the make install puts it into the maven repo and thats enough 😕

onetom04:08:25

the previous measurement was with :simple opt, with :none it's 19.6s / 4.6s

martinklepsch07:08:31

@onetom: the initial fix doesn't have much of an impact

juhoteperi10:08:22

jq dependency is a bit unfortunate but I rather access json properly instead of grepping 😄

martinklepsch10:08:15

@juhoteperi: is it not available in your package manager?

juhoteperi10:08:56

@martinklepsch: I doubt it. Even Leinigen was removed from Debian as no one was maintaining it.

onetom10:08:08

soon one will maintain debian maybe... simple_smile

onetom10:08:54

everything will be dockerized. then it will be like smalltalk images. no one would know how were they created, they just live on and evolve simple_smile

juhoteperi12:08:36

@micha: Jq is as good or better. Both need to installed.

micha12:08:40

it reminds me of something http://suckless.org would have

juhoteperi12:08:22

not sure if jshon has anything similar to select(.name == "boot.sh")

micha12:08:27

it's like a little stack machine

micha12:08:04

lol i've been playing with this kind of thing for a while now simple_smile