Magnar Sveen <magn...@gmail.com> writes:

Hi Magnar,

> Since the last announcement of clj-refactor in this group, there's been a 
> flurry of activity.

I've just started using it.  Especially being able to rename locals and
clean up namespace declarations is awesome so thanks for the great work!

I've sometimes encountered some quirks where it performed the
replacement for renamed locals at slightly off positions (after
switching to refactor-nrepl "1.2.0-SNAPSHOT" from 1.1.0 it seems to
occur less often), though, and I frequently (after every refactoring it
seems) I get errors about bad namespaces (although different ones than
those where I performed the refactorings).

The error messaged in emacs is this:

--8<---------------cut here---------------start------------->8---
error in process filter: user-error: Some namespaces are in a bad state:
  error "Class not found: String" in funnyqt.xmltg-test;
  error "Class not found: String" in funnyqt.tg-test;
  error "Class not found: String" in funnyqt.coevo.tg;
  error "Class not found: String" in funnyqt.bidi
--8<---------------cut here---------------end--------------->8---

I've just checked the funnyqt.xmltg-test namespace, and there's no
single occurrence of String at all.  Is there any way to get some more
information on what causes the hickup?  Apparently, these namespaces are
all correct (at least they compile and the tests succeed).  So if I
could isolate somehow the problematic stuff I'd file an issue with some
minimal example (I guess that would go to refactor-nrepl, right?).

Bye,
Tassilo

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