This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-07-31
Channels
- # admin-announcements (1)
- # beginners (1)
- # boot (91)
- # cljs-dev (11)
- # cljsjs (8)
- # cljsrn (38)
- # clojure (89)
- # clojure-dusseldorf (1)
- # clojure-russia (6)
- # clojure-spec (14)
- # clojure-uk (4)
- # clojurescript (25)
- # data-science (1)
- # datascript (3)
- # datavis (4)
- # emacs (25)
- # events (1)
- # jobs-rus (3)
- # off-topic (1)
- # proton (3)
- # re-frame (19)
- # reagent (5)
- # specter (10)
- # yada (1)
I will try some of the new features this morning (and complete the cider pr), thanks as usual for your work
i've been using the http://waffle.io board, it's pretty helpful so far
Yes I saw it there, it is like a trello board..but maybe better? Does it sync gh issue automatically? I'll have a look
Oh cool
and some are just support questions or are blocked pending something that's not actionable by us
In Trello I now have one column per "state"...for instance cards in TODO are moved to STARTED column when I work in it. This approach stems from the fact that I am using org-trello
for emacs and so trello for us is just an org-mode file
Org mode is pretty good at this because it has customizable tags (aka states in our life cycle) ;)
is there a 2.7.0-SNAPSHOT
yet?
things never update correctly, and boot has a kinda complicated relationship between all the various snapshot versions that would be involved
k no probz, I can actually compile it here for now
👍 on not using snapshot
I see the version is 2.7.0-rc1
already great
yes it is
I usually clean .m2
for SNAPSHOT stuff
either that or rm -Rf ~/.m2/repository/boot
...I had to do it for lein-doo
which is snapshot now
also, now that with-cp
is in, we could do fancy things like: if the cp
file is in the classpath we avoid aether
resolution on launching things like the repl server
boot -i '(println "test")'
works!
Micha should I see my -i
form with boot -b
?
yay, boot -i
is a great addition!
self-answer, yes
@richiardiandrea: yes, it should be docuemnted in there
one thing that I'd need to be able to do for cider in boot -b -i "(require '[cider.tasks :refer [add-middleware]])" -d cider/cider-nrepl:0.13.0-SNAPSHOT
add-middleware tasks`...
mmm...at the moment I can't see the printlns...and when I cider-connect no middleware is loaded...but I am investigating
I see cider-nrepl
in show -d
, which is good...I don't see any util/warn
they wanted to avoid any user settings
I found out
basically I need to require boot.repl
as well at startup
because I am modifying the *default-middleware*
which idea?
[email protected]:~/git/lambdax-web (devel *$=)$ boot -i "(require '[cider.tasks :refer dd-middleware]] 'boot.repl)" -d cider/cider-nrepl:0.13.0-SNAPSHOT -e flavor=backend add-middleware repl -s wait
Adding cider middleware...Injected middleware: [boot.from.io.aviso.nrepl/pretty-middleware]
nREPL server started on port 36650 on host 127.0.0.1 -
i'm thinking that the pom
task should add metadata to the pom.xml and pom.properties files when it adds them to the fileset
then the jar
task or any task that needs to find the "right" pom can look for the metadata on the tmpfile
something is working great actually 😉
ah ah no no finally, no pressure, I wanted to do it but really...tough/busy months
meta on the pom is an awesome idea
@micha: yes i had BOOT_VERSION=show
in boot.properties