enso/lib
Pavel Marek 534bece541
project-manager can start without prior GraalVM installation (#8410)
This is a follow-up of #7991. #7991 broken `runtime-version-manager`. This is mostly reverts.


### Important Notes

Launcher now correctly recognizes that the newest engine needs some runtime:
```sh
> java -jar launcher.jar list
Enso 2023.2.1-nightly.2023.10.31 -> GraalVM 23.0.0-java17.0.7
Enso 0.0.0-dev -> GraalVM 23.1.0-java21.0.1
```
(this has not worked before)
2023-11-29 20:36:21 +01:00
..
java 3% speedup with LazyMap and MetadataStorage (#8359) 2023-11-27 10:28:12 +01:00
rust Build script fixes & improvements (#8285) 2023-11-23 21:19:31 +01:00
scala project-manager can start without prior GraalVM installation (#8410) 2023-11-29 20:36:21 +01:00
README.md Add a markdown style guide (#1022) 2020-07-21 13:59:40 +01:00

Libraries

This directory contains the libraries that should remain in this project, but that are not technically part of the main language implementation itself.