enso/test
James Dunkerley 77fe69dfd9
JSON Improvements, small Table stuff, Statistic in Enso not Java and few other minor bits. (#3964)
- Aligned `compare_to` so returns `Type_Error` if `that` is wrong type for `Text`, `Ordering` and `Duration`.
- Add `empty_object`, `empty_array`. `get_or_else`, `at`, `field_names` and `length` to `Json`.
- Fix `Json` serialisation of NaN and Infinity (to "null").
- Added `length`, `at` and `to_vector` to Pair (allowing it to be treated as a Vector).
- Added `running_fold` to the `Vector` and `Range`.
- Added `first` and `last` to the `Vector.Builder`.
- Allow `order_by` to take a single `Sort_Column` or have a mix of `Text` and `Sort_Column.Name` in a `Vector`.
- Allow `select_columns_helper` to take a `Text` value. Allows for a single field in group_by in cross_tab.
- Added `Patch` and `Custom` to HTTP_Method.
- Added running `Statistic` calculation and moved more of the logic from Java to Enso. Performance seems similar to pure Java version now.
2022-12-14 19:40:27 +00:00
..
Benchmarks JSON Improvements, small Table stuff, Statistic in Enso not Java and few other minor bits. (#3964) 2022-12-14 19:40:27 +00:00
Examples_Tests Import modules' extension methods only with unqualified import statements (#3906) 2022-12-01 10:13:34 +00:00
Geo_Tests Some more tidying based on remaining tickets and PR comments. (#3946) 2022-12-06 18:35:18 +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 Some more tidying based on remaining tickets and PR comments. (#3946) 2022-12-06 18:35:18 +00:00
Table_Tests JSON Improvements, small Table stuff, Statistic in Enso not Java and few other minor bits. (#3964) 2022-12-14 19:40:27 +00:00
Tests JSON Improvements, small Table stuff, Statistic in Enso not Java and few other minor bits. (#3964) 2022-12-14 19:40:27 +00:00
Visualization_Tests Some more tidying based on remaining tickets and PR comments. (#3946) 2022-12-06 18:35:18 +00:00