Pavel Marek

Results 37 issues of Pavel Marek

## Reproducer Download GraalVM release (tried on java11-22.1.0 version), install `js` and `R` components, create `polyglot.js` and evaluate it: polyglot.js: ```js const mean = Polyglot.eval("R", "mean") const result = mean([1,2,3])...

bug

**Describe the bug** The default selection of a text in any tab (I tried "heap dump" and "threads") is black, which makes the underlying text unreadable. **To Reproduce** Steps to...

bug

There is [Suite.run_with_filter spec_filter group_filter](https://github.com/enso-org/enso/blob/develop/distribution/lib/Standard/Test_New/0.0.0-dev/src/Suite.enso#L66) method that allows to filter specs or groups. There are many `main` methods in tests that call into that method. Let's add an optional filter...

d-easy
-tooling
p-high
x-new-feature
-libs

Closes #8998 ### Pull Request Description Simplify the `Test.Suite.run_with_filter` to accept a single filter parameter that searches for all the groups and specs that matches that filter. This filter can...

CI: Ready to merge
CI: No changelog needed
CI: Clean build required

As of today, September 2023, we experience frequent Engine and Stdlib transient job failures. This issue serves as a list of all these issues so that we can keep track...

-ci
-compiler
-libs
-language-server

This code: ``` from Standard.Base import all foo -> Vector = names = ["Pavel", "Jaroslav"] names.map (_.length) main = foo ``` fails to compile with stacktrace: ``` Execution finished with...

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

Since its inception, the benchmark results have been collected, saved into cache on my local file system, and uploaded to https://github.com/enso-org/engine-benchmark-results. It is scheduled to run as a daily job....

d-easy
p-medium
x-new-feature
-compiler
-libs

### Pull Request Description In PR #8953, in commit https://github.com/enso-org/enso/pull/8953/commits/ba0a69de6e715340dfc912368054dfbc9c48ad57, I have introduced argument files to the `native-image`. In this PR, let's try to upload these argfiles as artifacts on...

CI: No changelog needed

Fixes #1243 ### Pull Request Description `OverloadResolution` compiler pass used to check overload errors only in one module at a time. In this PR, I have extended the functionality to...

CI: No changelog needed