Radosław Waśko

Results 96 issues of 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...

-ci

## 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...

x-new-feature
-libs
l-db-connector

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.... ``` - [ ]...

x-new-feature
-libs
x-design
l-writedata

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:...

--bug
-compiler

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...

--bug
-compiler

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...

x-new-feature
p-low
-compiler
-parser

2 (possibly related) issues with numeric operators: ![image](https://github.com/enso-org/enso/assets/1436948/dff235eb-e7c1-420f-aa6d-1473492267fc) When I have a number node and press tab, I want to create an operation on numbers. 1. When I type `/`...

s-info-needed
p-low
g-component-browser
x-design
-gui

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...

p-high
-libs
x-on-hold

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...

p-medium
x-chore
-libs

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...

p-lowest
x-new-feature
-compiler
-libs