Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ArrayList.toArray(): Too Many Arguments #58

Open
darmie opened this issue Jan 7, 2022 · 3 comments
Open

ArrayList.toArray(): Too Many Arguments #58

darmie opened this issue Jan 7, 2022 · 3 comments

Comments

@darmie
Copy link

darmie commented Jan 7, 2022

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

polygonal/ds/ArrayList.hx:1230: characters 24-25 : Too many arguments
@darmie
Copy link
Author

darmie commented Feb 13, 2022

This breaks when running a macro

@costaconrado
Copy link

is there any workaround on this?

@darmie
Copy link
Author

darmie commented Jun 18, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants