enso/distribution
James Dunkerley 610ee5fdec
Expand and improve pretty for core data types, vector and table. (#11438)
-  Alter default `Any.pretty` so constructor is prefixed with type name (as needed now).
![image](https://github.com/user-attachments/assets/72d5ff2f-b567-47e2-becf-2e4acd4d089d)
-  Tests for `pretty` on `Date`.
- `pretty` for  `Date_Time` and  `Time_Of_Day` improved to not have as much noise.
- `pretty` for  `Period`,  `Date_Range` and  `Range`.
- Added custom `pretty` for  `Vector` and  `Array` as built-in method doesn't call through to overrides.
- Added custom `pretty` for  `Column` and  `Table`.
- Bug fix for `pretty` in `Time_Zone` so calls through to `pretty` of the zone_id to ensure safely escaped.
- Initial `default_widget` for `Date` and `Time_Of_Day`.
- Improve widget for `Date.to_date_time`.
![image](https://github.com/user-attachments/assets/18bc1d88-8ea9-42d0-8a9c-bc873e5d6835)
- `to_text`, `to_display_text` and `pretty` for `Enso_Secret`
![image](https://github.com/user-attachments/assets/d850c109-d1af-4b6f-a450-013c4d137805)
- private constructor for `Enso_Secret` as can't be correctly built directly.
- Use `_` for the testing methods in `HTTP` to clarify they shouldn't be used in general code.
2024-10-31 10:04:52 +00:00
..
bin Set stack size to 16M (#11327) 2024-10-15 18:11:35 +03:00
engine/THIRD-PARTY Updating snakeyaml and removing no longer needed patches (#11207) 2024-10-01 05:03:28 +02:00
launcher Updating snakeyaml and removing no longer needed patches (#11207) 2024-10-01 05:03:28 +02:00
lib/Standard Expand and improve pretty for core data types, vector and table. (#11438) 2024-10-31 10:04:52 +00:00
project-manager/THIRD-PARTY Updating snakeyaml and removing no longer needed patches (#11207) 2024-10-01 05:03:28 +02:00
enso.bundle.template Better component handling in the project manager (#1399) 2021-01-15 15:26:51 +00:00
launcher-manifest.yaml Bump the development version number (#1389) 2021-01-06 08:57:02 +00:00
manifest.template.yaml Set stack size to 16M (#11327) 2024-10-15 18:11:35 +03:00