This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-07-05
Channels
- # admin-announcements (10)
- # beginners (18)
- # boot (29)
- # capetown (2)
- # cider (46)
- # cljs-dev (1)
- # cljsrn (69)
- # clojure (126)
- # clojure-android (9)
- # clojure-gamedev (3)
- # clojure-greece (16)
- # clojure-poland (13)
- # clojure-russia (45)
- # clojure-spec (27)
- # clojure-uk (21)
- # clojurescript (99)
- # cursive (1)
- # datascript (1)
- # datomic (42)
- # functionalprogramming (10)
- # hoplon (47)
- # instaparse (12)
- # jobs (5)
- # jobs-rus (9)
- # keechma (22)
- # lein-figwheel (8)
- # leiningen (5)
- # luminus (1)
- # mount (7)
- # off-topic (1)
- # om (15)
- # onyx (47)
- # other-languages (14)
- # planck (28)
- # proton (8)
- # re-frame (30)
- # reagent (15)
- # remote-jobs (3)
- # slack-help (2)
- # untangled (9)
- # yada (6)
@richiardiandrea: I don't get your answer. I wanted to trigger a force rebuild while a watch is still running
btw, I had another question: one way to share states between Boot builds is to put data in a file and read it. Is there another way, just from repl, something like an atom?
today question:
I can't start boot-cljs-repl
from a boot repl because it open another nrepl port and confuse Emacs/cider. Is that expected?
I mean cljs-repl didn't reuse nrepl process from boot repl
@esp1: without putting them into .m2
?
I remember seeing a discussion and there was a way, forgot about it though
Not very helpful but I'd just suggest putting things in .m2
😄
cool, thx @alandipert !
i think there might be, but nobody has tried afaik since https://github.com/boot-clj/boot/issues/185
i’m actually trying to use opencv as well. i can get it to work by appending a -Djava.library.path
setting to BOOT_JVM_OPTIONS
, but it’d be nicer to be able to do it within a boot task
looks like there was an alter-java-library-path!
fn in the old version of boot: https://github.com/tailrecursion/boot/blob/master/src/tailrecursion/boot/classlojure/core.clj
i don’t see it in the current version of boot tho. that fn does work tho if i copy/paste it into my repl and use it that way
Is there a straightforward way to disable the pretty-printing of exceptions? Looks like boot itself is including the aviso pretty-printer
I think default repl middleware can also be overridden: https://github.com/boot-clj/boot/blob/master/boot/pod/src/boot/repl.clj#L11