Radosław Waśko

Results 87 issues of Radosław Waśko

I ran into a problem when constructing a big JS Object - I wanted to split the construction into several lines and ran into a problem that some of the...

-compiler
-parser
triage

Currently there's no way to create a datalink from Enso code. It is not only useful for users and library creators but it is also needed so that our datalink...

-libs
l-cloud-integration

Try running the following example file: ``` from Standard.Base import all a = b b = c c = Panic.throw "foo" main = a ``` ### Actual behaviour ``` Execution...

--bug
-compiler

### Pull Request Description ### Important Notes ### Checklist Please ensure that the following checklist has been satisfied before submitting the PR: - [ ] The documentation has been updated,...

I just found out we forgot to handle `!` in our type ascriptions. For arguments that wasn't really used (even if allowed), so it was OK, but once we started...

-type-system
--bug
-compiler

As part of #8652 I'm extending the bindings map with additional metadata that results in a cycle within the IR. Currently, that causes the IR serialization to fail with `StackOverflow`,...

x-new-feature
-compiler

### Pull Request Description - Followup of #9958 - This reverts commit d8460d0d063216ec2d53101c7d865da3199f2173. - It should be merged after https://github.com/enso-org/cloud-v2/pull/1236 has been deployed ### Important Notes ### Checklist Please ensure...

CI: No changelog needed

See the test ```diff + + # Literal tables only make sense in the DB. + if setup.is_database then group_builder.specify "iif should work with literal tables"

--bug
l-db-connector

![image](https://github.com/enso-org/enso/assets/1436948/68eb48ad-0090-4eb7-ad99-3c423444ae9f) A single value can have multiple warnings attached but we just show the first one on hover. To display more warnings the user has to intentionally open the "Warnings"...

d-easy
p-medium
x-new-feature
-gui

While working on #10319 I tried introducing deterministic ordering into my input tables, by adding `order_by` with an 'index' column. I have noticed that concat `aggregate` breaks if the table...

--bug
-libs
l-postgresql