enso/test
Hubert Plociniczak f6379fb1f7
Accept Array-like objects seamlessly in builtins (#3817)
Most of the time, rather than defining the type of the parameter of the builtin, we want to accept every Array-like object i.e. Vector, Array, polyglot Array etc.
Rather than writing all possible combinations, and likely causing bugs on the way anyway as we already saw, one should use `CoerceArrayNode` to convert to Java's `Object[]`.
Added various test cases to illustrate the problem.
2022-10-25 12:44:48 +00:00
..
Benchmarks Tidy up the remaining ones except Base... (#3797) 2022-10-17 11:27:27 +00:00
Examples_Tests Tidy up the remaining ones except Base... (#3797) 2022-10-17 11:27:27 +00:00
Geo_Tests Tidy up the remaining ones except Base... (#3797) 2022-10-17 11:27:27 +00:00
Google_Api_Test Tidy up the remaining ones except Base... (#3797) 2022-10-17 11:27:27 +00:00
Image_Tests Tidy up the remaining ones except Base... (#3797) 2022-10-17 11:27:27 +00:00
micro-distribution Fix Warnings visualization (#3754) 2022-10-04 17:27:13 +00:00
Table_Tests Add support for using Columns within Is_In (#3822) 2022-10-24 12:51:15 +00:00
Tests Accept Array-like objects seamlessly in builtins (#3817) 2022-10-25 12:44:48 +00:00
Visualization_Tests Tidy up the remaining ones except Base... (#3797) 2022-10-17 11:27:27 +00:00