enso/tools/legal-review/Base
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
..
com.fasterxml.jackson.core.jackson-annotations-2.15.2 Add parser for line by line processing (#8719) 2024-02-01 07:29:50 +00:00
com.fasterxml.jackson.core.jackson-core-2.15.2 Add parser for line by line processing (#8719) 2024-02-01 07:29:50 +00:00
com.fasterxml.jackson.core.jackson-databind-2.15.2 Add parser for line by line processing (#8719) 2024-02-01 07:29:50 +00:00
com.ibm.icu.icu4j-73.1 Scala 2.13.11 and libraries update (#7010) 2023-06-14 13:15:57 +00:00
org.graalvm.polyglot.polyglot-23.1.0 Upgrade enso to GraalVM for jdk 21 (#7991) 2023-11-17 18:02:36 +00:00
org.graalvm.sdk.collections-23.1.0 Upgrade enso to GraalVM for jdk 21 (#7991) 2023-11-17 18:02:36 +00:00
org.graalvm.sdk.nativeimage-23.1.0 Upgrade enso to GraalVM for jdk 21 (#7991) 2023-11-17 18:02:36 +00:00
org.graalvm.sdk.word-23.1.0 Upgrade enso to GraalVM for jdk 21 (#7991) 2023-11-17 18:02:36 +00:00
reviewed-licenses Improving tests and edge cases for URI and HTTP (#8497) 2023-12-15 17:58:45 +00:00
report-state Add parser for line by line processing (#8719) 2024-02-01 07:29:50 +00:00