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

A boolean array is not supported #53

Closed
haviital opened this issue Aug 14, 2019 · 1 comment
Closed

A boolean array is not supported #53

haviital opened this issue Aug 14, 2019 · 1 comment

Comments

@haviital
Copy link
Contributor

haviital commented Aug 14, 2019

This compiles:
int[] testarray = new int[5];
but this result an error:
boolean[] testarray = new boolean[5];
TypeError: Cannot convert undefined or null to object

Related error: #52

@felipemanga
Copy link
Owner

Support for this was added, but it does the dumb thing of making an actual array. I'll have to come back to this later and optimize it into a bitset.

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