On Thu, Jul 30, 2015 at 6:05 AM, benedek fazekas
<benedek.faze...@gmail.com> wrote:
>> But it doesn't look like it has the same graph analysis to understand
>> cyclic references, etc,
>
> you are right it does not. Wondering if you were interested in adding an API
> to sniper and publish it on clojars... so we could give a try to do a
> wrapper around it in refactor-nrepl and perhaps some client code as well in
> clj-refactor.el

That would be cool!

There's honestly not too much to it, so the best bet might be to
simply lift the parts of the code that seem useful directly into
clj-refactor -- feel free to do so, and I'm happy to answer questions
if you have them.

Otherwise, what kind of API are you looking for?


>
>
> On Thursday, July 30, 2015 at 6:37:49 AM UTC+1, Jason Wolfe wrote:
>>
>> Didn't realize that existed, thanks!  Looks like it's doing a similar (but
>> more sophisticated) thing to find the references.  But it doesn't look like
>> it has the same graph analysis to understand cyclic references, etc, unless
>> I missed it.
>>
>> On Wed, Jul 29, 2015 at 10:26 PM, benedek fazekas <benedek...@gmail.com>
>> wrote:
>>>
>>> hi,
>>>
>>> I wonder if you tried clj-refactor which has find usages listing all the
>>> usages of your symbol *and* its definition. So if you only find the
>>> definition and usages in test that symbol might be candidate for deletion...
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Clojure" group.
>>> To post to this group, send email to clo...@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+u...@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 a topic in the
>>> Google Groups "Clojure" group.
>>> To unsubscribe from this topic, visit
>>> https://groups.google.com/d/topic/clojure/l-lQ4YdONqY/unsubscribe.
>>> To unsubscribe from this group and all its topics, send an email to
>>> clojure+u...@googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>>
>>
>

-- 
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