This is a great patch. Have you submitted it in clojure jira?

--
Lambder

On Thursday, 3 May 2012 18:31:29 UTC+1, sw1nn wrote:
>
> 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
--- 
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