cosmin / IClojure

A better Interactive REPL for Clojure
http://www.iclojure.com
Eclipse Public License 1.0
115 stars 11 forks source link

IClojure crashes on TAB completion attempt #18

Closed vi closed 12 years ago

vi commented 12 years ago
$ java -jar ~/bin/iclojure-latest.jar 
log4j:WARN No appenders could be found for logger (com.offbytwo.class_finder.ClassFinder).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Clojure 1.4.0

IClojure 1.1.1-SNAPSHOT -- an enhanced Interactive Clojure
.....
user[1]: (. qqqqq ;;TAB completion attempt here
Exception in thread "main" java.lang.RuntimeException: Unable to resolve symbol: qqqqq in this context,     compiling:(NO_SOURCE_PATH:0)
cosmin commented 12 years ago

Thanks for the bug report. I was able to reproduce this locally and I'll have a fix for it shortly.