enso/test
James Dunkerley eeaddbc434
Add parser for line by line processing (#8719)
- Linting fixes and groups.
- Add `File.from that:Text` and use `File` conversions instead of taking both `File` and `Text` and calling `File.new`.
- Align Unix Epoc with the UTC timezone and add converting from long value to `Date_Time` using it.
- Add simple first logging API allowing writing to log messages from Enso.
- Fix minor style issue where a test type had a empty constructor.
- Added a `long` based array builder.
- Added `File_By_Line` to read a file line by line.
- Added "fast" JSON parser based off Jackson.
- Altered range `to_vector` to be a proxy Vector.
- Added `at` and `get` to `Database.Column`.
- Added `get` to `Table.Column`.
- Added ability to expand `Vector`, `Array` `Range`, `Date_Range` to columns.
- Altered so `expand_to_column` default column name will be the same as the input column (i.e. no `Value` suffix).
- Added ability to expand `Map`, `JS_Object` and `Jackson_Object` to rows with two columns coming out (and extra key column).
-  Fixed bug where couldn't use integer index to expand to rows.
2024-02-01 07:29:50 +00:00
..
AWS_Tests Allow secrets in AWS_Credential (#8774) 2024-01-19 19:00:56 +00:00
Base_Tests Add parser for line by line processing (#8719) 2024-02-01 07:29:50 +00:00
Benchmarks Refactor OrderMask to avoid memory copying (#8863) 2024-01-26 11:16:16 +00:00
Examples_Tests Add graalpy packages to the component directory (#8351) 2023-12-04 11:50:59 +00:00
Exploratory_Benchmarks Compare performance of Panic / Java Exception / Dataflow error (#8130) 2023-10-24 12:03:44 +00:00
Geo_Tests All Enso objects are hasheable (#3878) 2023-01-19 10:33:25 +01:00
Google_Api_Test Parse the standard library (#3830) 2022-10-31 16:19:12 +00:00
Image_Tests Improve Non_Unique_Primary_Key error, split file format detection into read/write, improve SQLite format detection (#6604) 2023-05-09 17:15:44 +00:00
Meta_Test_Suite_Tests Allow Test asserts to be run outside of the test suite, still raising sensible Panics (#8778) 2024-01-16 17:17:20 +00:00
micro-distribution Binary operator resolution based on that value (#8779) 2024-01-27 08:38:47 +01:00
Table_Tests Add parser for line by line processing (#8719) 2024-02-01 07:29:50 +00:00
Visualization_Tests Consistent simple and qualified type name (#8448) 2023-12-06 04:30:24 +00:00