mirror of
https://github.com/enso-org/enso.git
synced 2024-12-23 18:34:03 +03:00
4c1e73c864
* Don't propagate warnings on suspended arguments In the current implementation, application of arguments with warnings first extracts warnings, does the application and appends the warnings to the result. This process was however too eager if the suspended argument was a literal (we don't know if it will be executed after all). The change modifies method processor to take into account the `@Suspend` annotation and not gather warnings before the application takes place. * PR review |
||
---|---|---|
.. | ||
Benchmarks | ||
Examples_Tests | ||
Geo_Tests | ||
Google_Api_Test | ||
Image_Tests | ||
Meta_Test_Suite_Tests | ||
micro-distribution | ||
Table_Tests | ||
Tests | ||
Visualization_Tests |