Fork me on GitHub
#boot
<
2017-01-05
>
mynomoto03:01:31

Is there a way to exclude clojure.core vars from boot.user?

alandipert03:01:35

not exactly, but you can ns-unmap

alandipert03:01:09

ie (ns-unmap *ns* 'test)

martinklepsch03:01:35

Having an issue recently where the initial watch cycle never prints “Elapsed Time: …” but instead just hangs after running the last task. Last two lines of -vv output are:

Sync complete.
Released java.util.concurrent.Semaphore@5fac521d[Permits = 1]…

martinklepsch03:01:28

Nothing unusual before that as far as I can tell

martinklepsch03:01:49

Cleared ~/.boot/cache also but same issue

martinklepsch03:01:46

Ok, (fortunately) seems to be caused by a task in the pipeline. Will see who’s the culprit 😄

martinklepsch03:01:16

Aaaaaand the winner is speak 😮

martinklepsch03:01:54

When I abort via ^C I get "Elapsed time: 53.685 sec” 😄

mynomoto03:01:40

@alandipert thanks, that will do!

mynomoto03:01:14

And test is exactly what I want removed 😉

richiardiandrea04:01:48

@martinklepsch there must be some async issue going on, did you try notify -a ?

richiardiandrea04:01:26

Also I updated boot-cljs-devtools's snapshot

martinklepsch05:01:08

or maybe not :thinking_face:

martinklepsch06:01:56

The blocking may have been related to not using reattach-to-user-namespace with tmux

geoffs07:01:31

@martinklepsch: you are right there is a bug in the OS X visual notification code, I have a PR up that fixes it, and there's a pretty easy workaround (specify :title explicitly)

martinklepsch07:01:54

@geoffs I saw & commented on the PR

martinklepsch09:01:16

I don’t get this appveyor/windows stuff— it works if I delete the config file?! @juhoteperi

juhoteperi10:01:40

Well, we could just remove the file and use settings in web...

martinklepsch10:01:04

Ah, there are some settings in web you can do? didn’t know about that

martinklepsch10:01:12

Whatever works ¯\(ツ)

juhoteperi10:01:35

the yaml file is exported from web settings tool...

juhoteperi10:01:52

except for some small changes I thought wouldn't matter...

juhoteperi10:01:08

Looks like cmd: >- blocks need empty line between commands

juhoteperi10:01:13

Now if I just understood why Cljsjs Clojars deploys are failing

martinklepsch10:01:02

🎉 @juhoteperi fixed the build!