enso/distribution/lib/Standard/Table/0.0.0-dev
Radosław Waśko 0cd446432f
Fix inconsistency when building a Mixed column, fixes to Union (#7919)
- Fixes #7352 by remembering original value types in type inference mode to be able to reconstruct them for Mixed.
   - Added more benchmarks for comparing performance of constructing columns.
- Fixes missing implementations that caused `Table.union` crashing on some type pairs.
- Ensures that `Loss_Of_Integer_Precision` warning is not swallowed when numeric columns are unioned to create a `Float` column.
- Adds test for all of the above cases.
- Allow to output benchmark results to a CSV by setting an environment variable - useful for quickly comparing benchmarks, e.g. in Enso.
2023-10-03 20:33:34 +02:00
..
src Fix inconsistency when building a Mixed column, fixes to Union (#7919) 2023-10-03 20:33:34 +02:00
THIRD-PARTY Always log to console and file (#7825) 2023-09-26 11:32:04 +02:00
package.yaml Add GROUP to functions (#7622) 2023-08-23 13:20:38 +00:00