Radosław Waśko

Results 87 issues of Radosław Waśko

This is probably partly by original design, but it has some unwanted consequences. Because the audit logs are sent on a background thread, if the application exits by `System.exit`, some...

triage
l-cloud-integration

The documentation says that it ``` Returns the Enso project description for the project that the engine was executed with, i.e., the project that contains the `main` method ``` however...

--bug
-compiler

If a database connection was opened through a data link, it is audited. If the data link was from the Enso Cloud, we want to add its `assetId` to the...

-libs
l-postgresql
l-db-read
l-cloud-integration

I've just encountered this in our tests and it was a great confusion for me: e4bebc7ee1fb3863ffe5075e8712c5e726d0817b Minimal example: ```ruby from Standard.Base import all from Standard.Test import all add_specs suite_builder =...

--bug
-compiler
-parser

Within a project with 2 files: **`Mod.enso`** ``` type A Ctor1 make_a = A.Ctor1 ``` and **`Main.enso`** ``` from Standard.Base import all import project.Mod.A from project.Mod import make_a type A...

-compiler

By accident I typed `8'` in a number input widget and pressed enter. https://github.com/enso-org/enso/assets/1436948/10c1862b-7264-49d5-9ccb-2d96e204fea9 ### Actual behaviour ``` operator3158.filter 'Grade' ( ( (Filter_Condition.Equal) ( 8 ( ')))) ``` ![image](https://github.com/enso-org/enso/assets/1436948/2ea0af11-4a01-44d8-b7d0-aafe5f7a1183) This...

--bug
-gui

Under not-very-clear circumstances (but I've found a reliable repro, I just don't know WHY it's happening), when we get a panic, it is lacking stack frames that should be there....

--bug
-compiler

A group ticket to track high-level roadmap for the type inference prototype. - [x] Basic type propagation, starting from literals and atom constructors through typed local function calls #8590 -...

-type-system

This ticket is part of #9811. We currently are able to propagate types through calls of local functions that have (checked) type signatures. However, currently we do not have any...

-type-system

Our license tool is detecting context for their entries, so that for ``` /** * Copyright 2001 Foo * * Blah Blah */ ``` not only the line ` *...

-tooling
-ci