daml/daml-lf/kv-transaction-support
Remy c4e0a755d4
LF: drop ad-hoc ImmArray builders (#10763)
Since we switch to scala 2.13, ImmArray companion object extends
`Factory`. Hence:

- the `apply` methods of `ImmArray` override the one from `Factory`

- we can use the notation `.to(ImmArray)` to convert an `Iterable` to
  `ImmArray`

This PR drops those `apply` ImmArray. Conversion from Iterable to
`ImmArray` should use the `.to(ImmArray)`.

CHANGELOG_BEGIN
CHANGELOG_END
2021-09-04 16:10:07 +02:00
..
src LF: drop ad-hoc ImmArray builders (#10763) 2021-09-04 16:10:07 +02:00
BUILD.bazel Upgrade Scalatest to v3.2.9. (#10576) 2021-08-12 23:19:35 +00:00
README.md KV specific LF library (#9100) 2021-03-15 13:33:57 +01:00

The KV Daml-LF library

This package contains LF utilities specifically tailored for the KV integration kit. This library does not define a stable public API, and should not be used outside of the KV integration kit. Breaking changes to this library will be made without notice.