Hello, A Counterclockwise user reports that it cannot use the IBM Rational tool with Counterclockwise.
The error is that a function, in a counterclockwise namespace, cannot be compiled, because one of its method size is too large. The function is a 2 liner, accessing a java static method via interop. The resulting class file is indeed quite big, 497kb, and it seems to contain a huuuuge static initializer embedding lots of things. I have tweaked the clojure compiler so the class file is saved on disk even though it's not AOT compilation that's involved. You can find the file at the following URL: http://updatesite.ccw-ide.org/bug/eclipse$goto_editor_line.class I really don't understand what's happening, and why the problem occurs only within the IBM environment. -- Laurent Petit -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
