Fork me on GitHub
#boot
<
2017-06-30
>
kenny00:06:03

@pandeiro Created an issue for what we have been discussing here: https://github.com/pandeiro/boot-http/issues/67 I have also been running into another problem discussed here: https://github.com/pandeiro/boot-http/issues/66

dm311:06:36

has anyone successfuly ran Pulsar (https://github.com/puniverse/pulsar) under Boot? Or any other java agent for that matter?

dominicm16:06:01

It seems like boot-cljs would benefit from being able to run a meta-merge on builds for merging of configurations (lein profile style). Anything in this direction?

dominicm16:06:32

I expect different builds to have different compiler options.

juhoteperi16:06:43

Meta-merge can't be used / will be hard to use, I think I have written about this somewhere

juhoteperi18:06:41

first problem was using meta-merge, but that can be achieved by copying the sources to boot-cljs repo

juhoteperi18:06:02

second problem, and why I didn't merge it, is that values can't be unset, e.g. preloads

dominicm18:06:08

@juhoteperi they can't be unset anyway can they?

dominicm18:06:16

Speaking of other things that have progressed, has there been any work in getting to a point where you don't need to rebuild clojurescript on a cold start?

spieden20:06:21

is it documented someplace how a build.boot differs from a regular clojure file? trying to edit one in cursive so i can use all the code navigation to see what’s going on.

spieden20:06:32

kinda works, but where does fileset come from?

spieden20:06:00

.. an implicit argument of tasks i guess