Fork me on GitHub
#clojure-uk
<
2019-11-02
>
Rachel Westmacott14:11:14

has anyone much experience with: lein-tools-deps?

folcon15:11:36

I’ve used it on occasion, not much more than that…

rickmoynihan16:11:49

@peterwestmacott err I wrote it 🙂 what do you need to know?

😆 4
👍 4
Rachel Westmacott16:11:44

I was trying to get it to work earlier and not having any luck

Rachel Westmacott16:11:57

I was trying to use it to pull github-based deps into a leiningen project

Rachel Westmacott16:11:16

But Cursive wasn't having any of it.

rickmoynihan16:11:34

it should be able to do that… though yeah cursive might mess with things

rickmoynihan16:11:40

is it a private github repo by any chance?

Rachel Westmacott16:11:49

I don't think it was a Cursive issue, because I couldn't get it to work at the command line either

Rachel Westmacott16:11:02

no, a public one - I'm too cheap for that!

Rachel Westmacott16:11:57

It's not actually blocking me anymore as I've decided I don't need that dependency anyway

rickmoynihan16:11:19

well that’s certainly the easiest solution 🙂

Rachel Westmacott16:11:39

if you expect it to work with github or local roots then I probably just messed something up in my project setup

rickmoynihan16:11:48

@peterwestmacott: are you building an app or a library with it?

Rachel Westmacott16:11:25

thanks, if I come back to it I'll definitely check that out. I love a good example

Rachel Westmacott16:11:45

I'm just using some code locally to generate some images

Rachel Westmacott16:11:57

in this case the board for a board game I'm working on

rickmoynihan16:11:15

why do you need lein then?

Rachel Westmacott16:11:28

I don't need it - but the project already has it from a while ago and there's some figwheel stuff I was using

rickmoynihan16:11:42

ahh ok fair enough

Rachel Westmacott16:11:11

I was rendering some images that way, even simulating some of the board game elements before I went and ordered some physical bits online

Rachel Westmacott16:11:50

I'm trying out pure tools deps for new stuff generally, but I just wanted to grab some github code and pull it in.

rickmoynihan16:11:03

If it’s possible you might be better just shaving the yak and porting it to tools deps with figwheel-main. Though granted one of the main reasons behind lein-tools-deps is to help delay shaving that yak.

👍 4