enso/distribution/lib/Standard
James Dunkerley 701c644d0e
Tidy up the remaining ones except Base... (#3797)
- Removed `Dubious constructor export` from Examples, Geo, Google_Api, Image and Test.
- Updated Google_Api project to meet newer code standards.
- Restructured `Standard.Test`:
- `Main.enso` now exports `Bench`, `Faker`, `Problems`, `Test`, `Test_Suite`
- `Test.Suite` methods moved into a `Test_Suite` type.
- Moved `Bench.measure` into `Bench` type.
- Separated the reporting to a `Test_Reporter` module.
- Moved `Faker` methods into `Faker` type.
- Removed `Verbs` and `.should` method.
- Added `should_start_with` and `should_contain` extensions to `Any`.
- Restructured `Standard.Image`:
- Merged Codecs methods into `Image`.
- Export `Image`, `Read_Flag`, `Write_Flag` and `Matrix` as types from `Main.enso`.
- Merged the internal methods into `Matrix` and `Image`.
- Fixed `Day_Of_Week` to be exported as a type and sort the `from` method.
2022-10-17 11:27:27 +00:00
..
Base/0.0.0-dev Tidy up the remaining ones except Base... (#3797) 2022-10-17 11:27:27 +00:00
Database/0.0.0-dev Add support for Is_In and Not_In to Filter_Condition (#3790) 2022-10-15 11:29:59 +00:00
Examples/0.0.0-dev Tidy up the remaining ones except Base... (#3797) 2022-10-17 11:27:27 +00:00
Geo/0.0.0-dev Tidy up the remaining ones except Base... (#3797) 2022-10-17 11:27:27 +00:00
Google_Api/0.0.0-dev Tidy up the remaining ones except Base... (#3797) 2022-10-17 11:27:27 +00:00
Image/0.0.0-dev Tidy up the remaining ones except Base... (#3797) 2022-10-17 11:27:27 +00:00
Searcher/0.0.0-dev Moving library statics to type for Table. (#3760) 2022-10-06 17:01:18 +00:00
Table/0.0.0-dev Tidy up the remaining ones except Base... (#3797) 2022-10-17 11:27:27 +00:00
Test/0.0.0-dev Tidy up the remaining ones except Base... (#3797) 2022-10-17 11:27:27 +00:00
Visualization/0.0.0-dev Sort out statics in Database. (#3774) 2022-10-07 11:32:00 +00:00