Pavel Marek
Pavel Marek
When debugging Enso code via chrome inspector or DAP, the step over functionality is unintuitive. As declared in [DebuggingEnsoTest.java:testSteppingOver](https://github.com/enso-org/enso/blob/ce9e284263bdf1d5a01c929cf226e092f650bf8b/engine/runtime/src/test/java/org/enso/interpreter/test/DebuggingEnsoTest.java#L473) - The *step over* always jumps to the method declaration, and...
[LocalScope](https://github.com/enso-org/enso/blob/develop/engine/runtime-compiler/src/main/scala/org/enso/compiler/context/LocalScope.scala) is used in many places. It is referenced by some runtime objects, like `MethodRootNode`. The problem is that `LocalScope` contains references to AliasAnalysis metadata (e.g., AliasGraph in https://github.com/enso-org/enso/blob/develop/engine/runtime-compiler/src/main/scala/org/enso/compiler/context/LocalScope.scala#L34). Loading...
### Pull Request Description ### Important Notes ### Checklist Please ensure that the following checklist has been satisfied before submitting the PR: - [ ] The documentation has been updated,...
Fixes #10702 ### Pull Request Description Improves the speed of `ExecutionEnvironment.hasContextEnabled`. ### Important Notes Local speedup of `Map_Error_Benchmark_Vector_ignore.Map_Id_All_Errors` benchmark is roughly ???. ### Checklist Please ensure that the following checklist...
Fixes #11329 ### Pull Request Description The ultimate goal is to reduce the method calls necessary for `Vector.map`. ### Important Notes ### Checklist Please ensure that the following checklist has...
Run the following code: ``` from Standard.Base import all main = txt = "Hello" Standard.Base.Runtime.Debug.breakpoint IO.println "DONE" ``` with: ``` enso --inspect --run tmp.enso ``` And attach chrome inspector. Then...
Enso built with `engine-runner/buildNativeImage` fails when given `--jvm` cmd line opt with: ``` $ enso --jvm --run tmp.enso Error occurred during initialization of boot layer java.lang.module.FindException: Error reading module: /home/pavel/dev/enso/built-distribution/enso-engine-0.0.0-dev-linux-amd64/enso-0.0.0-dev/component/helidon-webclient-websocket-4.0.8.jar...