enso/lib
Ara Adkins 2f404b7f08
Fix a bug with compiler metadata (#838)
1.  The metadata objects weren't being duplicated when duplicating
    the IR. This meant that the later passes would write metadata
    multiples times into one store (reference), causing wrong
    behaviour at codegen time.
2020-06-16 13:52:11 +01:00
..
core-definition Fix warnings, docs, and repo structure (#651) 2020-04-14 17:00:51 +01:00
flexer Run scalafmt after updating its version (#661) 2020-04-17 17:05:56 +01:00
graph Bump scalac version to 2.13.2 (#703) 2020-04-30 20:30:55 +01:00
json-rpc-server Introduce Threaded Executions to the Runtime Server Instrument - Part 1 (#781) 2020-05-26 17:37:54 +02:00
json-rpc-server-test Add RetrySpec to tests (#828) 2020-06-16 10:20:51 +01:00
logger Fix warnings, docs, and repo structure (#651) 2020-04-14 17:00:51 +01:00
parser-service Run scalafmt after updating its version (#661) 2020-04-17 17:05:56 +01:00
pkg Auto-imported Std Lib and File Operations Cleanup (#771) 2020-05-20 17:05:22 +02:00
project-manager Introduce Threaded Executions to the Runtime Server Instrument (#807) 2020-06-16 13:16:07 +02:00
syntax Fix a bug with compiler metadata (#838) 2020-06-16 13:52:11 +01:00
text-buffer/src Runtime Cache Integration Part 2 (#800) 2020-06-04 20:25:23 +03:00
README.md Fix warnings, docs, and repo structure (#651) 2020-04-14 17:00:51 +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.