Details
-
Type:
Enhancement
-
Status:
Closed
-
Resolution: Completed
-
Affects Version/s: None
-
Fix Version/s: Release 1.2
-
Component/s: None
-
Labels:None
Description
Reported by hlship, May 05, 2009 In the Java Interop documentation, it identifies a number of special tags that can be used to identify parameters of primitive arrays. It does not list #^chars (equivalent to char[]) but this appears to (at least partially) work. On a related note, for this code: (def #^StringBuilder *buffer*) (defn- add-text "Adds text to the buffer and manages the *text-location* var." [#^chars ch start length] (.append *buffer* ch start length) ;;;; line 98 (when (nil? *text-location*) (set! *text-location* (current-location)))) I still get Reflection warning, com/howardlewisship/cascade/internal/xmltokenizer.clj:98 - call to append can't be resolved.
Converted from http://www.assembla.com/spaces/clojure/tickets/119