enso/test
Marcin Kostrzewa 901760816c
State rework & IO Contexts (#3828)
1. Changes how we do monadic state – rather than a haskelly solution, we now have an implicit env with mutable data inside. It's better for the JVM. It also opens the possibility to have state ratained on exceptions (previously not possible) – both can now be implemented.
2. Introduces permission check system for IO actions.
2022-10-26 16:22:08 +00:00
..
Benchmarks Tidy up the remaining ones except Base... (#3797) 2022-10-17 11:27:27 +00:00
Examples_Tests Tidy up the remaining ones except Base... (#3797) 2022-10-17 11:27:27 +00:00
Geo_Tests Tidy up the remaining ones except Base... (#3797) 2022-10-17 11:27:27 +00:00
Google_Api_Test Tidy up the remaining ones except Base... (#3797) 2022-10-17 11:27:27 +00:00
Image_Tests Tidy up the remaining ones except Base... (#3797) 2022-10-17 11:27:27 +00:00
micro-distribution State rework & IO Contexts (#3828) 2022-10-26 16:22:08 +00:00
Table_Tests Create a Table Row Type and expose as a Vector on In-Memory Table with .rows property (#3827) 2022-10-26 11:21:33 +00:00
Tests State rework & IO Contexts (#3828) 2022-10-26 16:22:08 +00:00
Visualization_Tests Tidy up the remaining ones except Base... (#3797) 2022-10-17 11:27:27 +00:00