2019-06-11 19:07:54 +03:00
|
|
|
---
|
|
|
|
name: Bug Report
|
2020-07-08 18:10:06 +03:00
|
|
|
about: Report a bug in Enso
|
2020-07-21 15:59:40 +03:00
|
|
|
title: ""
|
|
|
|
labels: "Type: Bug"
|
|
|
|
assignees: ""
|
2019-06-11 19:07:54 +03:00
|
|
|
---
|
|
|
|
|
|
|
|
<!--
|
2020-07-21 15:59:40 +03:00
|
|
|
Please ensure that you are running the latest version of Enso before reporting
|
2019-06-11 19:07:54 +03:00
|
|
|
the bug! It may have been fixed since.
|
|
|
|
-->
|
|
|
|
|
|
|
|
### General Summary
|
2020-07-21 15:59:40 +03:00
|
|
|
|
2019-06-11 19:07:54 +03:00
|
|
|
<!--
|
|
|
|
- Please include a high-level description of your bug here.
|
|
|
|
-->
|
|
|
|
|
|
|
|
### Steps to Reproduce
|
2020-07-21 15:59:40 +03:00
|
|
|
|
2019-06-11 19:07:54 +03:00
|
|
|
<!--
|
|
|
|
Please list the reproduction steps for your bug. For example:
|
|
|
|
|
2021-06-17 16:57:42 +03:00
|
|
|
1. Launch the enso interpreter in server mode `enso --server --socket=8080`.
|
2019-06-11 19:07:54 +03:00
|
|
|
2. Send it a message as follows, where `path/to/project` doesn't exist.
|
|
|
|
|
|
|
|
```json
|
|
|
|
{
|
|
|
|
message-type: "load-project",
|
|
|
|
load-project: {
|
|
|
|
path: "path/to/project"
|
|
|
|
}
|
|
|
|
...
|
|
|
|
}
|
|
|
|
```
|
|
|
|
3. Observe that the compiler crashes.
|
|
|
|
-->
|
|
|
|
|
|
|
|
### Expected Result
|
2020-07-21 15:59:40 +03:00
|
|
|
|
2019-06-11 19:07:54 +03:00
|
|
|
<!--
|
|
|
|
- A description of the results you expected from the reproduction steps.
|
|
|
|
-->
|
|
|
|
|
|
|
|
### Actual Result
|
2020-07-21 15:59:40 +03:00
|
|
|
|
2019-06-11 19:07:54 +03:00
|
|
|
<!--
|
|
|
|
- A description of what actually happens when you run these steps.
|
|
|
|
- Please include any error output if relevant.
|
|
|
|
-->
|
|
|
|
|
2020-03-09 16:44:40 +03:00
|
|
|
### Enso Version
|
2020-07-21 15:59:40 +03:00
|
|
|
|
2019-06-11 19:07:54 +03:00
|
|
|
<!--
|
|
|
|
- Please include the output of `enso --version`.
|
2020-03-09 16:44:40 +03:00
|
|
|
|
|
|
|
For example:
|
|
|
|
```
|
|
|
|
Enso Compiler and Runtime
|
2020-08-28 14:03:09 +03:00
|
|
|
Version: 0.1.0
|
|
|
|
Built with: scala-2.13.3 for GraalVM 20.2.0
|
|
|
|
Built from: main* @ 919ffbdfacc44cc35a1b38f1bad5b573acdbe358
|
|
|
|
Running on: OpenJDK 64-Bit Server VM, GraalVM Community, JDK 11.0.8+10-jvmci-20.2-b03
|
|
|
|
Linux 4.15.0-112-generic (amd64)
|
2020-03-09 16:44:40 +03:00
|
|
|
```
|
2019-06-11 19:07:54 +03:00
|
|
|
-->
|