from here:
https://groups.google.com/d/msg/clojuredev-users/2RhOiM8b308/XESMfS48upgJ

the line is basically this:
*:open #(ccw.repl.REPLView/connect (format "nrepl://%s:%s" host port)
*
and without this* :import* clause*
[ccw.repl REPLView]
*
it will do the following (but with that import works just fine):*
*

Caused by: java.lang.ClassFormatError: *Invalid method Code length 93115 in
class* file ccw/editors/clojure/nrepl_
hyperlink_detector$detect_hyperlinks$fn__13522, compiling:(*ccw/editors/**
clojure/nrepl_hyperlink_**detector.clj:48:5*)
...
snip
...
Caused by: java.lang.ClassFormatError: Invalid method Code length 93115 in
class file
ccw/editors/clojure/nrepl_hyperlink_detector$detect_hyperlinks$fn__13522

    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClassCond(Unknown Source)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at
clojure.lang.DynamicClassLoader.defineClass(DynamicClassLoader.java:46)
    at clojure.lang.Compiler$ObjExpr.getCompiledClass(Compiler.java:4663)
    at clojure.lang.Compiler$FnExpr.parse(Compiler.java:3819)
    at clojure.lang.Compiler.analyzeSeq(Compiler.java:6558)
    ... 114 more

So why does it work with the import? Someone please explain something,
thank you!

-- 
Please correct me if I'm wrong or incomplete,
even if you think I'll subconsciously hate it.

-- 
-- 
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/groups/opt_out.


Reply via email to