enso/test
Hubert Plociniczak 66e2135b0d
Initialize AtomConstructor's fields via local vars (#3330)
The mechanism follows a similar approach to what is being in functions
with default arguments.
Additionally since InstantiateAtomNode wasn't a subtype of EnsoRootNode it
couldn't be used in the application, which was the primary reason for
issue #181449213.
Alternatively InstantiateAtomNode could have been enhanced to extend
EnsoRootNode rather than RootNode to carry scope info but the former
seemed simpler.

See test cases for previously crashing and invalid cases.
2022-03-21 09:15:14 +00:00
..
Benchmarks Refactor table.group_by to table.aggregate (#3339) 2022-03-15 15:23:36 +01:00
Database_Tests The library developer should be able to handle specific types of Panics while passing through others (#3344) 2022-03-18 16:57:06 +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 Fix codec spec (#3185) 2021-12-09 15:01:47 +03:00
Table_Tests Refactor table.group_by to table.aggregate (#3339) 2022-03-15 15:23:36 +01:00
Tests Initialize AtomConstructor's fields via local vars (#3330) 2022-03-21 09:15:14 +00:00
Visualization_Tests Import syntax including namespace (#1806) 2021-06-24 12:42:24 +02:00