Hubert P

Results 83 issues of Hubert P

### Pull Request Description This change adds support for matching on constants by: 1) extending parser to allow literals in patterns 2) generate branch node for literals Related to https://www.pivotaltracker.com/story/show/182743559...

### Pull Request Description Use Proxy_Polyglot_Array as a proxy for polyglot arrays, thus unifying the way the underlying array is accessed in Vector. Used the opportunity to cleanup builtin lookup,...

### Pull Request Description This change adds Autosave action for open buffers. The action is scheduled after every edit request and is cancelled by every explicit save file request, if...

### Pull Request Description This PR adds a possibility to generate native-image for engine-runner. Note that due to on-demand loading of stdlib, programs that make use of it are currently...

### Pull Request Description This change implements a simple `type_of` method that returns a type of a given value, including for polyglot objects. The change also allows for patterning matching...

Building on the work in https://github.com/enso-org/enso/pull/8512 we need to: - [ ] merge nonnull buffer with data buffer (https://github.com/enso-org/enso/pull/8512#discussion_r1448484690) as indirectly implied by the specification - [ ] support `InteropLibrary.isPointer`...

p-medium
l-apache-arrow

### Pull Request Description `Bump` library uses parser combinators behind the scenes which are known to be good at expressing grammars but are not performance-oriented. This change ditches the dependency...

CI: No changelog needed
CI: Clean build required

Follow up on https://github.com/enso-org/enso/issues/8692 and a [related](#9089) PR. We use a lot of `circe` which has a high startup cost upfront due to class loading. Behind the scenes `circe` uses...

p-medium
p-low
-compiler
-language-server

Stacktrace: ``` router.ts:48 [WARN] app/gui/view/graph-editor/src/component/visualization/foreign/java_script/instance.rs:239 Failed to call method Function { obj: Object { obj: JsValue(Function(onDataReceived)) } } with error: JsValue(TypeError: Cannot read properties of undefined (reading 'map') TypeError: Cannot...

d-intermediate
p-medium
-libs
-gui
-viz

### Discord username _No response_ ### What type of issue is this? Permanent – Occurring repeatably ### Is this issue blocking you from using Enso? - [ ] Yes, I...

d-easy
p-medium
--bug
-gui
g-controller