enso/distribution/lib/Standard
Hubert Plociniczak fd46e84e8d
Towards a full-blown builtins DSL (part 3) (#3471)
Auto-generate all builtin methods for builtin `File` type from method signatures.
Similarly, for `ManagedResource` and `Warning`.
Additionally, support for specializations for overloaded and non-overloaded methods is added.
Coverage can be tracked by the number of hard-coded builtin classes that are now deleted.

## Important notes

Notice how `type File` now lacks `prim_file` field and we were able to get rid off all of those
propagating method calls without writing a single builtin node class.
Similarly `ManagedResource` and `Warning` are now builtins and `Prim_Warnings` stub is now gone.
2022-06-13 11:48:34 +00:00
..
Base/0.0.0-dev Towards a full-blown builtins DSL (part 3) (#3471) 2022-06-13 11:48:34 +00:00
Database/0.0.0-dev Adjusting First and Last order_by to use Sort_Column_Selector (#3517) 2022-06-10 09:59:03 +00:00
Examples/0.0.0-dev Remove obsolete Csv reading module (#3482) 2022-05-28 10:01:14 +00:00
Geo/0.0.0-dev Nightly proccess preparations: Setting Enso version through the environment (#3241) 2022-02-07 15:14:32 +01:00
Google_Api/0.0.0-dev Fix docparser (#3370) 2022-03-31 04:44:34 +00:00
Image/0.0.0-dev Towards a full-blown builtins DSL (part 3) (#3471) 2022-06-13 11:48:34 +00:00
Searcher/0.0.0-dev Adjust Table.sort_columns to use Text_Ordering design (#3487) 2022-05-30 12:26:29 +00:00
Table/0.0.0-dev Towards a full-blown builtins DSL (part 3) (#3471) 2022-06-13 11:48:34 +00:00
Test/0.0.0-dev Add Text.write Function (#3518) 2022-06-13 09:11:46 +00:00
Visualization/0.0.0-dev Towards a full-blown builtins DSL (part 3) (#3471) 2022-06-13 11:48:34 +00:00