daml/daml-lf/parser
Robin Krom 3692a4a565
interfaces:ensure that implementations are ordered (#13071)
* interfaces:ensure that implementations are ordered

We make sure that the implementations are ordered by insertion in the
Scala AST. This is important to guarantee an evaluation order of the
interface preconditions that is determined by the order of interface
implementations of a template.

CHANGELOG_BEGIN
CHANGELOG_END

* use VectorMap instead of ListMap
2022-02-25 15:14:50 +00:00
..
src interfaces:ensure that implementations are ordered (#13071) 2022-02-25 15:14:50 +00:00
BUILD.bazel Replace silencer plugin with built-in warning configuration (#12543) 2022-01-24 15:01:35 +00:00