enso/test
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
..
Benchmarks Adjust Table.sort_columns to use Text_Ordering design (#3487) 2022-05-30 12:26:29 +00:00
Geo_Tests Import syntax including namespace (#1806) 2021-06-24 12:42:24 +02:00
Google_Api_Test Google Spreadsheet Reading (#1976) 2021-09-03 21:41:12 +02:00
Image_Tests Restructuring for File.read (#3390) 2022-04-19 16:50:03 +00:00
Table_Tests Add Text.write Function (#3518) 2022-06-13 09:11:46 +00:00
Tests Towards a full-blown builtins DSL (part 3) (#3471) 2022-06-13 11:48:34 +00:00
Visualization_Tests Move Builtin Types and Methods to stdlib (#3363) 2022-05-05 20:18:06 +02:00