-
Notifications
You must be signed in to change notification settings - Fork 323
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
Array methods panic on polyglot arrays like ArrayList #6609
Comments
The same behaviour can be triggered if we get a hold of an
yielding
|
In f927d28 I disabled one of the tests that has started failing once I changed Vector/Array |
Jaroslav Tulach reports a new STANDUP for yesterday (2023-05-11): Progress: - Implemented polyglot Next Day: Continue fighting with
|
The Java
ArrayList
is treated by Enso like an Array and Array Enso methods do resolve on it. However some of them panic. Apparently, the slice related ones mostly.See this repro:
Expected
Actual
The text was updated successfully, but these errors were encountered: