Fork me on GitHub
#boot
<
2016-01-24
>
thosmos03:01:52

@micha: still getting the :cp lines about data/.git

micha03:01:04

@thosmos: which version of boot?

micha03:01:02

that feature was added with 2.5.0

micha03:01:07

you want to to boot -u

thosmos03:01:13

ok, cool thanks that's worth upgrading

be907:01:21

does anybody use boot with spacemacs?

micha07:01:57

everyone at my work does (except for me)

prasincs07:01:33

how can I view the current fileset in boot repl?

prasincs07:01:08

nvm, figured it out, had to run fns inside (boot )

be909:01:49

so, what’s the best way to run boot dev in spacemacs? I’ve added the bits mentioned on https://github.com/boot-clj/boot/wiki/Cider-REPL page

be909:01:20

currently I’m running boot dev in the terminal (outside of spacemacs) and to get into the REPL I have to use (cider-connect) and copy-paste the REPL port

jethroksy10:01:27

AFAIK cider is boot compatible as well

jethroksy10:01:53

Cider-jack-in should detect build.boot and run boot's repl instead of leins

jethroksy10:01:05

Oh also running the repl with boot dev should generate a .nrepl-port that cider can use to connect at the correct port

jethroksy10:01:31

So if you make cider do boot repl -c it'd connect automatically

jethroksy10:01:38

I use inf-clojure so I can't confirm

be912:01:22

setting cider-boot-parameters to repl -c doesn't do any good

jethroksy12:01:10

cider-boot-parameters is for starting the server

jethroksy12:01:12

i'm taken a look a t cider's code

jethroksy12:01:18

looks like there's no easy way to do this

jethroksy12:01:44

i'd suggest writing another function that slurps the .nrepl-port file and passing it to cider-connect

be913:01:06

I wonder how people usually do this

jethroksy13:01:22

alternatively you can specify the server port in your task and make a defun calling (cider-connect localhost PORT)

alandipert13:01:08

@be9 if you navigate to the project dir before cider connect it should scoop up the port automatically

be913:01:48

@alandipert: thx, I think I figured this out. I wasn't typing "127.0.0.1" in the first place

be913:01:03

after 127.0.0.1 it picks the proper port indeed

alandipert17:01:43

i worked a little bit this morning on https://github.com/boot-clj/boot/wiki/Blog-Posts - please add or correct any posts you're aware of!

alandipert17:01:03

thanks in advance :thumbsup: boot-clj

seancorfield17:01:51

I'll be writing up our experience of switching to Boot soon and will add mine to that page.

seancorfield17:01:18

I'll also blog about boot-expectations and boot-new soon.

alandipert17:01:45

@seancorfield: awesome! i'm very eager to read

richiardiandrea19:01:37

@guys, I was thinking of working on one of my two issues, and I wanted to ask if https://github.com/boot-clj/boot/issues/396 is already covered by someone

micha19:01:32

you could make anote on the issue perhaps

micha19:01:37

if you want

richiardiandrea19:01:59

it looks like add-meta is in the doc as action but no multimethod is there

richiardiandrea19:01:05

I checked already 😄

richiardiandrea19:01:25

so I was wondering if some just forgot to commit that multimethod 😄

micha19:01:35

oh derp maybe

richiardiandrea19:01:00

if so, I am going to wait, and work on the #395

micha19:01:03

i'm going to be in the weeds for the next few days i think, trying to finish some projects

richiardiandrea19:01:51

ok np, take it easy 😄

ska19:01:47

FWIW, I just use boot repl in a terminal and M-x cider-connect from an open file in the project. It Just Works^tm