Updated patch to support varargs in constructors.

> e.g with the patch you add some meta data to make the method a varargs
> method like this.
>

(ns foo
  (:gen-class
   :name Foo
   :init         init
   :constructors {^:varargs ["[Ljava.lang.String;"] []}
   :methods [^:varargs [foo ["[Ljava.lang.String;"] void]])
  )


Neale
{t: @sw1nn, w: sw1nn.com }

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

Attachment: add-varargs-support-to-gen-class-v1.diff
Description: Binary data

Reply via email to