mirror of
https://github.com/enso-org/enso.git
synced 2024-12-20 07:22:30 +03:00
a96f2d7aba
It seems that Runtime Connector wasn't respecting the protocol it defined itself. The connector should be waiting on the `Api.InitializedNotification` message and only then start forwarding messages. So far it seems this hasn't been a problem, or at least wasn't reported as such, because initialization was fast enough. Modified `Handler` so that we are certain that its fields hold initialized values when being accessed by different threads. Should fix problems mentioned in #7898. |
||
---|---|---|
.. | ||
src | ||
README.md |
Package
This library implements and describes the Enso package format used by both the language tooling and the interpreter.