polygonal/ds

ArrayList.toArray(): Too Many Arguments

Opened this issue · 3 comments

On Hashlink, Neko, CPP, JS targets, I get this error

polygonal/ds/ArrayList.hx:1230: characters 24-25 : Too many arguments

This breaks when running a macro

is there any workaround on this?

@costaconrado the workaround is to edit line 1227 ArrayList class to this return ds.tools.NativeArrayTools.toArray(mData, 0, size, []);