Fork me on GitHub
#data-science
<
2017-12-05
>
elise_huard15:12:04

if anyone's interested I started gorilla repl from boot today, just to have the choice to use boot if wanting to https://gist.github.com/elisehuard/f7f488693e379bca66669c613d0bddb3

elise_huard15:12:22

it was moderately painful, turns out boot can be a bit unfriendly

hswick18:12:58

@elise_huard you are the true hero

hswick18:12:29

Is there a packaged boot task coming out? 😉

elise_huard19:12:37

@hswick shouldn't be too difficult, I'll have a look on how to do that

elise_huard19:12:22

I'm not too happy with the stop though - gorilla-repl stops when receiving SIGINT (ctrl-c)

elise_huard19:12:56

it works on the linux shell command line (boot gorilla) but when starting from the repl (boot (gorilla)) it happily runs on in the background until you kill the repl

elise_huard19:12:23

(on the linux command line the parent process just dies which takes care of things)

hswick19:12:07

hmmm, i might suggest that gorilla be its own process and the repl just sends messages to it

hswick19:12:22

that way it would be boot gorilla repl

hswick19:12:51

aw man, what a day to be alive with a boot task called gorilla! haha

sparkofreason22:12:12

We built and have used this successfully: https://github.com/Provisdom/boot-gorilla