You mean cross link between this thread and the issue? No, please do. It makes piecing together conversations possible. Otherwise it's basically not possible.
On Fri, Jul 17, 2015 at 5:01 PM, andrew cooke <[email protected]> wrote: > thanks. should i add a comment there? i feel like i annoy people > sometimes when i do. > > (i can see it's a bit WTF, and i've already rewritten things, but it seems > like the fix didn't fix everything). > > andrew > > On Friday, 17 July 2015 17:54:56 UTC-3, Mauro wrote: >> >> There was this related issue: >> https://github.com/JuliaLang/julia/issues/10981 >> >> On Fri, 2015-07-17 at 22:43, andrew cooke <[email protected]> wrote: >> > I appear to have an OverflowError when calling the anonymous function >> > `x->Any[vcat(x...)]` with a large (somewhere around 15,000 entries) >> Vector >> > as an argument. It works with around 1,500 (so it's not MAX_ARGS >> related, >> > which was all I found in the source on a first look). >> > >> > Testing this on the command line with a dummy array of ones, say, it >> works >> > just fine. But the array in the program that is failing is more >> complex, >> > containing tuples and vectors. >> > >> > Obviously I can work around this particular case, but I am curious what >> > limit I am hitting. This is 0.4 trunk. >> > >> > Thanks, >> > Andrew >> >>
