This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-02-15
Channels
- # aws (1)
- # beginners (6)
- # boot (25)
- # cider (30)
- # cljs-dev (50)
- # cljsrn (45)
- # clojure (98)
- # clojure-austin (5)
- # clojure-czech (1)
- # clojure-dev (21)
- # clojure-dusseldorf (29)
- # clojure-germany (2)
- # clojure-greece (117)
- # clojure-italy (2)
- # clojure-nl (4)
- # clojure-russia (26)
- # clojure-serbia (10)
- # clojure-spec (123)
- # clojure-turkiye (1)
- # clojure-uk (27)
- # clojured (13)
- # clojurescript (57)
- # core-async (18)
- # cursive (13)
- # datomic (20)
- # defnpodcast (16)
- # emacs (8)
- # events (2)
- # figwheel (3)
- # instaparse (1)
- # jobs (3)
- # jobs-discuss (39)
- # klipse (9)
- # lumo (100)
- # mount (1)
- # numerical-computing (1)
- # off-topic (22)
- # om (34)
- # onyx (17)
- # pedestal (1)
- # perun (29)
- # re-frame (60)
- # reagent (16)
- # remote-jobs (8)
- # rethinkdb (6)
- # ring-swagger (19)
- # rum (1)
- # slack-help (1)
- # specter (3)
- # untangled (1)
- # yada (17)
so I have noticed that when I do:
(boot (jar :project 'mynamespace.core))
My Clojure namespaces are excluded from the jar, and it does not matter if they are source
or resource
filesis it expected?
Are they excluded or just duplicated? @richiardiandrea also, did you set the pom options?
Yep and excluded completely
@richiardiandrea I don’t see that behavior on a new boot project… ¯\(ツ)/¯
@geoffs uhm...OK thanks for checking
Is there any resources online that explains the EDN file?
I'm going to the functional meetup I am hosting in my city. It's a show and tell and I want to be able to show off boot really well but I got some issues with the reloading of files.
Is there a "design and impl of boot" anywhere? I want to understand the internals of boot (without reading the source yet)
instead of "boot repl -c \n .... wait .... \n (start-repl)" is there a way to directly to
boot start-repl -c
`
(tried the above, it doesn't work, thus my question)
I’ve run into some trouble with checkouts. I watch my lib and install it on change, then check it out in my test app, then watch my test app and compile something using the lib on change. I hear the notifications when I change the lib code, but the changes do not show up in my test app. I believe this started happening when I switch to Clojure 1.9.0-alpha14. Any known issues?
@geoffs so basically I had to put my sources in resources-paths
for having them in the final uberjar, nothing related to that tasks 😄
My quest for updating aether has started 😄 https://github.com/boot-clj/boot/issues/589
I'm familiar with getting cider to work with lein + regular repl. Does boot + brepl + cider work well?
@qqq I have contributed a patch for the cljs part to work in latest master
in general 0.15.0-SNAPSHOT
has the best stuff for boot
@richiardiandrea : please excuse my ignorance: is this a patch to boot or to cider? is the following statement correct: at the current time, going from "brepl working in boot" to "brepl working in boot + connected to cider" is still unreliable ?
@qqq maybe I am mixing up names here, is brepl a repl that you spawn with boot repl -s wait
?