2019-06-11 19:07:54 +03:00
|
|
|
---
|
|
|
|
name: Bug Report
|
|
|
|
about: Report a bug in Enso.
|
|
|
|
title: ''
|
|
|
|
labels: 'Type: Bug'
|
|
|
|
assignees: ''
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
<!--
|
|
|
|
Please ensure that you are running the latest version of Enso before reporting
|
|
|
|
the bug! It may have been fixed since.
|
|
|
|
-->
|
|
|
|
|
|
|
|
### General Summary
|
|
|
|
<!--
|
|
|
|
- Please include a high-level description of your bug here.
|
|
|
|
-->
|
|
|
|
|
|
|
|
### Steps to Reproduce
|
|
|
|
<!--
|
|
|
|
Please list the reproduction steps for your bug. For example:
|
|
|
|
|
|
|
|
1. Launch the enso interpreter in server mode `enso --server --socket:8080`.
|
|
|
|
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
|
|
|
|
<!--
|
|
|
|
- A description of the results you expected from the reproduction steps.
|
|
|
|
-->
|
|
|
|
|
|
|
|
### Actual Result
|
|
|
|
<!--
|
|
|
|
- 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
|
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
|
|
|
|
Version: 0.0.1
|
|
|
|
Built with: scala-2.13.1 for GraalVM 20.0.0
|
2020-06-15 16:25:55 +03:00
|
|
|
Built from: main @ ac5a9eb639fd8850b1886e4ea2183977ce2fc1fa
|
2020-03-09 16:44:40 +03:00
|
|
|
Running on: Java HotSpot(TM) 64-Bit Server VM GraalVM EE 20.0.0, JDK 1.8.0_241-b07
|
|
|
|
Mac OS X 10.15.3 (x86_64)
|
|
|
|
```
|
2019-06-11 19:07:54 +03:00
|
|
|
-->
|