Re: how to develop patches to libraries

2010-05-13 Thread Alex Osborne
Brian Wolf writes: > Whats the idiomatic or best method to develop patches to pre-exisitng > libraries using clojars, do I git the source to my computer, put put > [lein-clojars "0.5.0"] in project file, obviously renaming the > project, and do I take original dependenicies out, or leave in, or

how to develop patches to libraries

2010-05-12 Thread Brian Wolf
Hi, Whats the idiomatic or best method to develop patches to pre-exisitng libraries using clojars, do I git the source to my computer, put put [lein-clojars "0.5.0"] in project file, obviously renaming the project, and do I take original dependenicies out, or leave in, or am I on the wrong track?