Thats really strange. I don't know why thats happening, but it should 
overwrite the project.clj

The only i/o relevant to this is over here. It's a combination of 
with-out-str and spit.

https://github.com/johnwalker/lein-plz/blob/master/src/leiningen/plz.clj#L149

On Monday, August 18, 2014 1:08:42 PM UTC-7, Ivan L wrote:
>
> I ran it on windows 7 via lein 2.4.3 and it just prints out a new 
> project.clj.  It didn't alter the project.clj for me.  
> I ran: lein plz add match
>
> On Monday, August 18, 2014 12:24:00 PM UTC-4, Dylan Butman wrote:
>>
>> It looks like it walks the file and injects new lines. 
>>
>> Are you planning on adding a "remove" task?
>>
>> Also, it'd be great if you define groups of dependencies by giving 
>> multiple dependencies the same key. For example, I want something like
>>
>> {
>>   om                                #{"om frontend"}
>>   prismatic/om-tools        #{"om-tools frontend"}
>>   sablono                        #{"sablono frontend"}
>> }
>>
>> where "lein plz add frontend" would add all three deps.
>>
>> Also, it seems like the task takes quite a while, and there's no debug 
>> output to indicate why, is this because you're fetching a lot of things 
>> behind the scenes?
>>
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to