rewrite-clj

https://github.com/clj-commons/rewrite-clj
2019-11-19T01:12:48.303200Z

hope you folks don't mind the continued comments about mranderson here -- i'll try to find a better place if this is not so good. in the mean time... was the terminology "unresolved tree" / "resolved tree" obvious? i think i get it but only after working through the docs and tinkering. i think "resolved tree" refers to a tree of dependencies where there is no more than one version of a particular library. in contrast, "unresolved tree" refers to a tree of "raw" dependencies, so there can be more than one version of a particular library in the tree.

lread 2019-11-19T18:09:10.303500Z

I don't mind at all, but can't add to the discussion.

2019-11-19T18:16:47.304200Z

tnx 🙂 may be there could be a :duckie: channel...

borkdude 2019-11-19T21:55:14.305100Z

I also don't mind. I was confused about the unresolved / resolved but just went with the option that produced the desired output

2019-11-19T22:25:31.307600Z

comforting to hear i wasn't alone :) at least experimenting was relatively easy and there were understandable examples to take a look at.