enso/test
Pavel Marek e9260227c4
Duration type is a builtin type (#3759)
- Reimplement the `Duration` type to a built-in type.
- `Duration` is an interop type.
- Allow Enso method dispatch on `Duration` interop coming from different languages.

# Important Notes
- The older `Duration` type should now be split into new `Duration` builtin type and a `Period` type.
- This PR does not implement `Period` type, so all the `Period`-related functionality is currently not working, e.g., `Date - Period`.
- This PR removes `Integer.milliseconds`, `Integer.seconds`, ..., `Integer.years` extension methods.
2022-10-14 18:08:08 +00:00
..
Benchmarks Moving library statics to type for Table. (#3760) 2022-10-06 17:01:18 +00:00
Examples_Tests Get rid of free-floating atoms. Everything has a type now! (#3671) 2022-08-30 22:54:53 +00:00
Geo_Tests Moving library statics to type for Table. (#3760) 2022-10-06 17:01:18 +00:00
Google_Api_Test Tidying up what is in Standard.Base (#3603) 2022-07-27 13:28:00 +00:00
Image_Tests Tidy up the default imports for Standard.Table (#3660) 2022-08-22 19:21:54 +00:00
micro-distribution Fix Warnings visualization (#3754) 2022-10-04 17:27:13 +00:00
Table_Tests Add replace_text method to In-Memory Table (#3793) 2022-10-14 17:42:29 +02:00
Tests Duration type is a builtin type (#3759) 2022-10-14 18:08:08 +00:00
Visualization_Tests Sort out statics in Database. (#3774) 2022-10-07 11:32:00 +00:00