Interpreter/Runtime
- Fixed a bug where visualizations would sometimes randomly fail to compute, due
to thread interrupts (#1939).
- Fixed an issue where both host and polyglot interop would not properly
propagate error information
(#1941).
Tooling
- Implemented a basic library uploader
(#1933). It implements the
library/publish
endpoint of the Language Server and adds apublish-library
subcommand to the Launcher.
- Implemented an HTTP endpoint that resets the time that the language server has
spent idle (#1938).
Libraries
- Added support for writing tables to file as JSON
(#1937).