Thanks, the JIRA issue confused me sightly.
On Sunday, October 5, 2014 8:21:01 PM UTC+2, Ashton Kemerling wrote:
>
> That makes plenty of sense, you passed 1 argument to va1, and it was a
> list (from &args). If you wish to unwrap that list, use apply:
>
> (apply va1 '(1 2 3))
>
>
>
> On Sun, Oct
That makes plenty of sense, you passed 1 argument to va1, and it was a list
(from &args). If you wish to unwrap that list, use apply:
(apply va1 '(1 2 3))
On Sun, Oct 5, 2014 at 12:01 PM, Mate Varga wrote:
> Hi,
> there's a closed old bug on the CLJS JIRA from 2012:
> http://dev.clojure.org/j