enso/test
Pavel Marek e6838bc90d
Convert Any.== to a builtin (#3956)
`Any.==` is a builtin method. The semantics is the same as it used to be, except that we no longer assume `x == y` iff `Meta.is_same_object x y`, which used to be the case and caused failures in table tests.

# Important Notes
Measurements from `EqualsBenchmarks` shows that the performance of `Any.==` for recursive atoms increased by roughly 20%, and the performance for primitive types stays roughly the same.
2022-12-29 21:20:00 +00:00
..
Benchmarks Add benchmarks comparing ArrayProxy with elements generated ad-hoc with a regular Vector (#3831) 2022-12-21 20:15:39 +00:00
Examples_Tests Import modules' extension methods only with unqualified import statements (#3906) 2022-12-01 10:13:34 +00:00
Geo_Tests Let JavaScript parse JSON and write JSON ... (#3987) 2022-12-20 10:33:46 +00:00
Google_Api_Test Parse the standard library (#3830) 2022-10-31 16:19:12 +00:00
Image_Tests Some more tidying based on remaining tickets and PR comments. (#3946) 2022-12-06 18:35:18 +00:00
Meta_Test_Suite_Tests Add with_clue support to test framework (#3786) 2022-12-13 13:46:50 +01:00
micro-distribution Simplify exception handling for polyglot exceptions (#3981) 2022-12-19 19:16:43 +00:00
Table_Tests Make To Text Conversion Identity for Text (#4009) 2022-12-29 12:21:24 +00:00
Tests Convert Any.== to a builtin (#3956) 2022-12-29 21:20:00 +00:00
Visualization_Tests Let JavaScript parse JSON and write JSON ... (#3987) 2022-12-20 10:33:46 +00:00