enso/CHANGELOG.md
Radosław Waśko 9b2f611402
Relative paths are relative to current project locally and in Cloud (#10660)
- Close #10622
- Changes `project-manager` and `ensoup` launcher to run the engine/language-server with working directory set to the directory containing currently running project.
- If the working directory is _not_ "the directory containing currently running project", a warning is written to logs. This can happen if the raw `/bin/enso` engine runner is used in a different directory.
- In the Cloud, the `File.new` interprets relative paths as cloud paths relative to the Cloud directory containing the current project. Absolute paths are unaffected.
2024-07-31 09:43:17 +00:00

7.0 KiB

Next Release

Enso Standard Library

Enso 2023.3

Enso Language & Runtime

Enso IDE

Enso Standard Library

Enso 2024.2

Enso IDE

Enso Language & Runtime

Enso Standard Library

[debug-shortcuts]:


Release Notes

Anonymous Data Collection

Please note that this release collects anonymous usage data which will be used to improve Enso and prepare it for a stable release. We will switch to opt-in data collection in stable version releases. The usage data will not contain your code (expressions above nodes), however, reported errors may contain brief snippets of out of context code that specifically leads to the error, like "the method 'foo' does not exist on Number". The following data will be collected:

  • Session length.
  • Project management events (project open, close, rename).
  • Errors (IDE crashes, Project Manager errors, Language Server errors, Compiler errors).