rewrite-clj

https://github.com/clj-commons/rewrite-clj
benedek 2019-12-11T07:57:06.345200Z

bit late to the party @sogaiu re. MrAnderson (author here) also don't want to hijack the channel. re. resolved, unresolved tree, i thought i explained it in the readme (maybe i have not) there are even examples ;)

benedek 2019-12-11T07:58:54.346300Z

and mranderson can be used wo/ leiningen. conjure is an example of that

benedek 2019-12-11T07:59:40.347300Z

if you have any recommendations how to explain/rename resolved/unresolved: happy to hear them

borkdude 2019-12-11T10:02:37.348Z

@benedek this channel is low traffic enough not to worry about hijacking in my opinion, and after all mranderson uses rewrite-clj

2019-12-11T16:02:44.353900Z

@benedek i didn't have a clear enough model of dependency resolution when i read the first parts of mranderson's readme. working through the examples there did help to clear things up -- it just took more effort than i was expecting 🙂 regarding explaining resolved/unresolved, if there is a brief reference or description somewhere that explains how dependency resolution is done by maven / pomegranate (or possibly tools.deps -- it's mostly similar iiuc), just mentioning that sort of thing seems like it could be an improvement. i'll do some searching on this -- could be handy to have this sort of thing in any case. (i did go looking into conjure, but didn't succeed in figuring out how it used mranderson -- quite likely i didn't look enough and/or in the right places.)

2019-12-11T16:11:07.354800Z

didn't find the slide in question, but this bit from alex miller's talk seems to gives some good general background: https://www.youtube.com/watch?v=7CM7Ef-dPWQ&t=6m53s (starts at 6m53s or so)

benedek 2019-12-11T16:45:56.356Z

the MrAnderson part got factored out to a separate lib apparently https://github.com/Olical/conjure-deps

benedek 2019-12-11T16:49:00.356600Z

look at https://github.com/Olical/conjure-deps/blob/master/src/conjure_deps/main.clj specifically

2019-12-11T16:54:01.357100Z

ahhh, ty for those pointers!

benedek 2019-12-11T17:31:42.358200Z

nw, i should update the link in the readme too.

👍 1