Fork me on GitHub
#boot
<
2016-06-22
>
Chris Bidler13:06:05

I was very excited to read about cljs-repl-env in the wiki for boot-cljs-repl, particularly the idea of being able to use cider-jack-in instead of cider-connect with a CLJS workflow (yes! I’m that lazy!) but …I can’t figure out how to get at it? It’s not in 0.3.0 and there doesn’t seem to be a 0.3.1-SNAPSHOT anywhere I can find it. Is there a way to sign up for bleeding-edge features like this?

micha14:06:00

@stuarthalloway: i updated boot-cp, added the pod constructor fn and some API docs etc.: https://github.com/micha/boot-cp

anmonteiro14:06:16

@chris_johnson: That’s my workflow too, just clone the repo, change the version to 0.3.1 and run boot build-jar to install locally

Chris Bidler14:06:20

@anmonterio: while my first inclination on reading that is to slump to floor in a quivering ball of flashbacks to all the times “oh right, well, just mvn install HEAD and then it will work” led to heartache for the whole team, I think in this circumstance it’s the right call

Chris Bidler14:06:32

especially since “the whole team” is …me hehe

Chris Bidler14:06:57

if I put myself in a bad place by running unsanctioned builds of my own tools, well, that’s probably not so bad

anmonteiro14:06:18

you can always change the version to 0.x.x.-DO-NOT-USE-OR-YOU-WILL-BE-FIRED

Chris Bidler14:06:52

hee - that’s new to me, thanks for sharing it

Chris Bidler14:06:28

victory! thanks for the suggestion, @anmonteiro

Chris Bidler14:06:49

I …don’t think this slack is one of the ones I inhabit where user karma is a thing, but just in case:

juhoteperi18:06:25

Hmm, I think I can also make a new release of boot-cljs-repl

juhoteperi18:06:44

Ah, fail, I modified the build task without testing and directly pushed a broken release to clojars

juhoteperi18:06:21

@chris_johnson: @anmonteiro: Boot-cljs-repl 0.3.2 is not available with the change

richiardiandrea18:06:25

@juhoteperi: if you are in release mode can ask a bump of boot-reload pretty please 🙂

juhoteperi18:06:19

@richiardiandrea: Hmm. yeah. I am trying to remember if I was planning to make some change before the release still.

juhoteperi18:06:31

I probably started some kind of refactor but I changed too many things and broke everything 😄

juhoteperi18:06:01

Probably best if I just release a version with current changes

juhoteperi18:06:08

I'll just take a quick look at the diff

richiardiandrea18:06:26

what was the refactor about? make things better is always good

juhoteperi18:06:52

Start-server currently logs a message "Starting server at x", the address is currently wrong

juhoteperi18:06:15

It is the address the client will connect to, though the message indicates it is the address server listens

richiardiandrea18:06:34

I see that can be confusing yes

juhoteperi18:06:38

Or not! I changed that already

richiardiandrea18:06:20

yeah because it did not sound like a refactor

juhoteperi18:06:32

Yeah but small changes can grow into large refactoring

richiardiandrea18:06:38

true that, btw I test my little patch in a couple of other project that has backend + assets served and compiled somewhere else and it works fine

juhoteperi19:06:46

Yep, tested with a work project and changes didn't break anything

Chris Bidler19:06:20

wow, that’s service! 😄