mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
eb537914a4
* Begin work on cancellable scenarios * Stubs that pass typechecking, for bidirectional streams * Place default value in running handlers * Support start/stop requests * switch script to scenario * ScenarioServiceMain lint * Fix nonexhaustive check * Working but ugly * Remove ugliness / print debugging * lint * Distinguish cancellation by timeout vs request, refactor ior * lint * Implement automatic cancellation of outdated scripts, and test * lint * Fix boolean blindness in script cancellation signal * Add timeout & steps to script interrupt test case * Add test case for hover resetting script progress * Remove unused ReplacedByOtherThread datatype * remove dead debugging print statements * Improve semaphore code * Turn handler structure into a Semigroup, handle multiple response error |
||
---|---|---|
.. | ||
daml-dar-reader | ||
daml-extension | ||
daml-lf-ast | ||
daml-lf-proto | ||
daml-lf-reader | ||
daml-lf-tools | ||
damlc | ||
ghcide | ||
hie-core | ||
lsp-tests | ||
repl-service | ||
scenario-service | ||
README.md |
Daml Compiler
This directory contains several libraries used by and the executable for the Daml compiler.
Libraries
daml-lf-ast
: The Daml-LF AST and type checker.