enso/test
Jaroslav Tulach 2964457d48
Intersection types & type checks (#11600)
Implementation of **type checks** for **intersection types**. The idea is to split the list of `types[]` in `EnsoMultiValue` into two parts:
- first `methodDispatchTypes` represent the types the value _"has been cast to"_
- the rest of the types represent the types the value _"can be cast to"_

By performing this separation we address the #10882 requirements. After a type check only methods available on the `methodDispatchTypes` can be invoked. However the value can still be cast to all the possible types.
2024-12-12 07:29:00 +00:00
..
AWS_Tests Allow Data.list to cross data links (#11802) 2024-12-10 11:13:03 +00:00
Base_Internal_Tests Execute Base_Internal_Tests with native enso executable (#11403) 2024-10-25 17:58:35 +00:00
Base_Tests Intersection types & type checks (#11600) 2024-12-12 07:29:00 +00:00
Benchmarks Add Warnings whenever a floating-point value is used as a Dictionary key (#11417) 2024-11-14 19:57:48 +00:00
Examples_Tests Fixing small bugs uncovered by type checker (#11422) 2024-10-31 12:49:50 +00:00
Exploratory_Benchmarks Final step removing the Problem_Behavior publishing. (#10461) 2024-07-05 18:41:36 +00:00
Geo_Tests Snowflake Dialect pt. 6 - Union, Distinct and other improvements (#10576) 2024-07-19 16:04:00 +00:00
Google_Api_Test Enso tests can be run with filter from cmdline (#9065) 2024-02-22 12:31:44 +00:00
Helpers Implement private methods (#10060) 2024-05-31 08:00:20 +00:00
Image_Tests Writing to Data Links (#9750) 2024-04-25 17:55:49 +00:00
micro-distribution Enhance Managed_Resource to allow implementation of in-memory caches (#11577) 2024-12-03 15:13:22 +01:00
Microsoft_Tests Complete migration to Dialect/Feature flags + SQLServer support for Datetime (#11527) 2024-11-20 10:41:49 +00:00
Snowflake_Tests Complete migration to Dialect/Feature flags + SQLServer support for Datetime (#11527) 2024-11-20 10:41:49 +00:00
Table_Tests Clear cache on reload (#11673) 2024-12-10 18:51:26 +00:00
Tableau_Tests Add CI checks for aarch64 (#10881) 2024-08-30 09:16:01 +01:00
Visualization_Tests Refactor drilldown code and add SQL_Server set up (#11809) 2024-12-09 17:57:03 +00:00