mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
123811cef9
The packaging test suite has become just so big that it regularly exceeds its 15 min timeout. There are some deeper issues here, for instance that we set up tons of tiny DAML projects and call `daml build` on each of them. Each of those builds initializes a package database, which is one of the things that seem to take noticable time. Unfortunately, fixing these issues is a bigger effort. This PR is more of a band aid rather than a proper solution: split the packaging tests into two parts: the packaging tests and the tests for data-depenendencies. Effectively, this amounts to giving the old packaging test suite a 30 min time budges, but at least the two parts can now be run in parallel. CHANGELOG_BEGIN CHANGELOG_END |
||
---|---|---|
.. | ||
daml-extension | ||
daml-lf-ast | ||
daml-lf-proto | ||
daml-lf-reader | ||
daml-lf-tools | ||
daml-lf-verify | ||
daml-licenses | ||
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.