enso/test
James Dunkerley d938c96c55
Adding type annotations and enabling auto-scoping (#10173)
- Renamed `Missing_Required_Argument` to `Missing_Argument`, and added `throw` method.
- Add default widget to `Case_Sensitivity.Insensitive locale`.
- Switch to auto scoping for `parse_type_selector`.
- Add type annotation to various simple typed arguments in `Table` and `DB_Table`.
- Altered `Filter_Condition` to have `Missing_Argument` for all non-defaulted arguments.
- Added resolution of `Column_Ref` passed as auto-scoped to `Table_Ref`.
- Altered `Simple_Calculation` to have `Missing_Argument` for all non-defaulted arguments.
- Altered `Join_Condition` to have `Missing_Argument` for all non-defaulted arguments.
- Altered `Sort_Column` to have `Missing_Argument` for all non-defaulted arguments.
- Altered `Aggregate_Column` to have `Missing_Argument` for all non-defaulted arguments.

**rename_columns:**
![image](https://github.com/enso-org/enso/assets/4699705/08aaba0f-687a-450c-9781-8eadc062bd50)

**aggregate:**
![image](https://github.com/enso-org/enso/assets/4699705/c29e7944-1a1c-4020-9fe0-528d874b8049)

**join:**
![image](https://github.com/enso-org/enso/assets/4699705/50038166-e56d-48c5-9eeb-bd46fa415e46)

**set:**
![image](https://github.com/enso-org/enso/assets/4699705/bee2462a-dafb-4bd4-b102-ec73edb4fb93)
2024-06-10 07:52:32 +00:00
..
AWS_Tests Creating datalinks from code (#9957) 2024-05-16 13:29:41 +00:00
Base_Tests Adding type annotations and enabling auto-scoping (#10173) 2024-06-10 07:52:32 +00:00
Benchmarks Sort rational numbers and primes first benchmarks (#10142) 2024-06-09 12:46:41 +00:00
Examples_Tests Enso tests can be run with filter from cmdline (#9065) 2024-02-22 12:31:44 +00:00
Exploratory_Benchmarks Small tweaks from Ned, Mark, Cass and Steve's feedback. (#9859) 2024-05-06 13:49:12 +00:00
Geo_Tests Restructure Standard.Table. (#9559) 2024-03-27 17:10:43 +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 Export works without import (#9683) 2024-04-12 14:23:34 +02:00
Table_Tests Adding type annotations and enabling auto-scoping (#10173) 2024-06-10 07:52:32 +00:00
Visualization_Tests Make table default visualisation (#10128) 2024-05-31 15:02:02 +00:00