daml/daml-lf/engine
Remy 1e1c452b36
LF: drop ad-hoc FrontStack builders (#10839)
Following #10763, we drop the ad-hoc builders for `FrontStack`.

* Building a `Fronstack` from individuals elements should be done with
  standard scala buidler.

* Building a `Fronstack` from a `TraversableOne` should be done with
  the scala 2.13 `.to(FrontStack)` methd

* Building a `Fronstack` from a `ImmArray` should be done with the
  `toImmArray` method.

CHANGELOG_BEGIN
CHANGELOG_END
2021-09-13 17:49:09 +02:00
..
src LF: drop ad-hoc FrontStack builders (#10839) 2021-09-13 17:49:09 +02:00
BUILD.bazel LF: Contract ID suffix check in Preprocessor (#10642) 2021-08-24 18:45:33 +02:00