Fork me on GitHub
#boot
<
2017-09-15
>
dominicm10:09:31

@iacopo pdev line looks suspicious to me, where's it coming from?

dominicm10:09:01

the whole command looks.. hmm..

bago10:09:35

@dominicm boot pdev was a misspell of boot dev, that should have trow an error, but it didn’t.. every boot command just exit. Do you know if there is a debug mode i can try activating on boot side to know why it just exists?

nonrecursive12:09:45

hey yall, I have a project with both clj and cljs. Is there any way to avoid the cljs compile when a clj file changes?

juhoteperi12:09:36

@nonrecursive No, but cljs compile should be very fast if no cljs, cljc or clj macro files are changed

juhoteperi12:09:58

I.e. even if cljs task is called, cljs compiler does nothing

juhoteperi12:09:58

It makes sense to call cljs task when clj file changes as macros can affect cljs compilation

nonrecursive12:09:50

ah true, that makes sense

adamfrey17:09:13

is there a way to suppress the Retrieving maven-metadata.xml logging when running boot show --updates?

alandipert17:09:54

adamfrey boot show --updates 2> /dev/null

adamfrey17:09:23

that works. I'm in the process of moving my company from lein to boot, and I was comparing how lein ancient works vs boot show --updates, and one feature of lein ancient is that you can add :upgrade? false to the a dep's vector, and then it won't show up in the lein ancient results

adamfrey17:09:19

it's like "I know this is out of date but we don't want to update that right now, so don't bug me about it". Would you consider a PR that adds that to boot show --updates?

adamfrey17:09:05

or more specifically, boot.pod/outdated