Fork me on GitHub
#boot
<
2015-07-01
>
arrdem00:07:00

Gotcha. Nice.

danielsz02:07:08

arrdem: Thanks for the reviving the PR @ environ.

danielsz02:07:36

Hopefully it’s going to be merged soon

danielsz02:07:36

samflores: I’ve gotten bitten like you. core.match and sente’s deadly encounter. I’ve stuck with [org.clojure/core.match "0.2.2”], but alandipert’s chops are too righteous.

alandipert02:07:29

i wonder about a database where we can collect known-problematic combinations and a task for querying it with your deps

danielsz02:07:58

alandipert: would be awesome, especially given the amount of time spent on debugging in theses situations.

danielsz02:07:25

I should say wasted, not spent

danielsz02:07:50

samflores: BTW, if you use sente and boot, maybe you should have a look at https://github.com/danielsz/sente-system.

danielsz02:07:20

samflores: Makes it easy to use as a restartable component

samflores02:07:02

I know it, but I’m not 100% convinced of the component ideas

samflores02:07:28

actually I already looked several of your gh projects 😄 https://github.com/danielsz/sente-boot was the base of my current configuration

danielsz02:07:15

samflores: Cool. Yeah, there’s no absolute imperative to componentize dependencies, but if you want interactive development at the REPL, you need some sort of plan simple_smile

arrdem02:07:39

danielsz: sure thing!

arrdem02:07:03

Already was using environ, evaluating boot, bumped ticket 😛

jthomson09:07:39

morning all. anyone using boot to run a cljs test runner?

mitchelkuijpers11:07:47

There is a node cljs test runner but it's a bit old

alandipert15:07:21

@jthomson: it's not especially structured, but the smoke test for splint.js uses HTMLUnit WebClient to run cljs https://github.com/adzerk-oss/splint.js/blob/master/build.boot

jthomson21:07:27

thanks @mitchelkuijpers @alandipert I'll see how I get on with those