Radosław Waśko
Radosław Waśko
Currently the generated webpage report is enormous and takes a long time to load even on more powerful machines. We should: - [ ] restructure how the report is generated...
## Context Currently, we are able to run a specific test file from the `Common_Table_Operations`, e.g. ``` > enso run .\test\Table_Tests\src\Common_Table_Operations\Filter_Spec.enso ``` This suite is normally run across all our...
We should be able to do `table.write "foo.xml"`. The format of the XML output is up for discussion. One of the proposed approaches is: ``` value.... ``` - [ ]...
Repro: 1. create a file `test.enso` with contents `main = 42` 2. run it ## Actual behaviour ``` > .\built-distribution\enso-engine-0.0.0-dev-windows-amd64\enso-0.0.0-dev\bin\enso --run .\test.enso [WARN] [2024-02-20T12:04:21+01:00] [enso.org.enso.interpreter.runtime.SerializationPool] Serialization of module `test` failed:...
Kind of a follow up to #8976 - when working on #9067 @AdRiley encountered a similar issue where an error was reported without a location making it very hard to...
The [language documentation](https://github.com/enso-org/enso/blob/develop/docs/syntax/encoding.md#indentation) specifies that > Indentation in Enso is performed using spaces. An indent level is 4 spaces. However, this is not enforced anywhere. This leads to hard to...
2 (possibly related) issues with numeric operators:  When I have a number node and press tab, I want to create an operation on numbers. 1. When I type `/`...
We want to be able to resolve read an Enso file by an URI, e.g. `Data.read "enso://radeusgd/my_dir/foo.txt"`. To do so, we want to: - [ ] implement resolution of an...
The logic of handling S3 paths has grown naturally in the `S3_File` implementation. However, it's not very clean for the `S3_File` to be responsible for the path handling. It could...
Currently, after #8608 full dataflow error stack traces are controlled by the JVM assertions `-ea` setting. This makes the setting meaning a bit too overloaded, and while it is a...