daml/compiler
Francesco Mazzoli ca5d045e62 check that submitter is in maintainers for lookup by key (#1967)
* check that submitter is in maintainers when looking up keys

Fixes #1866. Note that this limitation applies both for `lookupByKey`
and `fetchByKey` -- anything involving retrieving a key is affected.

* add UNTIL-LF to run tests up to a certain version of DAML-LF

* name targets for DAML tests better

* add notes about DAML-LF changes

* commit Test.daml with DAML-LF 1.5 rather than compiling it on the fly

* add scenario tests for #1866

* add warnings about future key behavior in docs

* use flag rather than version when executing
2019-07-05 09:34:26 +00:00
..
daml-lf-ast delete dead code, fix typos in comments (#1923) 2019-06-28 07:14:52 +01:00
daml-lf-proto intern package IDs in LF (#1614) 2019-06-26 11:15:24 +02:00
daml-lf-reader [hs-ledger-bindings tests] Read the main dalf from the DAR manifest (#1803) 2019-06-21 15:32:40 +00:00
daml-lf-tools Allow shadowing of type variables in DAML and DAML-LF (#1962) 2019-07-03 08:57:43 +00:00
hie-core Expose TcModuleResult in RuleTypes (#2014) 2019-07-04 18:29:52 +00:00
lsp-tests Fix some expected failures in damlc-shake-tests (#2010) 2019-07-04 14:57:14 +00:00
scenario-service check that submitter is in maintainers for lookup by key (#1967) 2019-07-05 09:34:26 +00:00
README.md open-sourcing daml 2019-04-04 09:33:38 +01:00

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.