daml/daml-script
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
..
converter Upgrade scalafmt and enable trailing commas (#8437) 2021-01-09 11:37:37 +01:00
daml Handle missing template instances in Daml ledger export (#10526) 2021-08-10 16:44:11 +00:00
export LF: drop ad-hoc ImmArray builders (#10763) 2021-09-04 16:10:07 +02:00
runner LF: V1 Contract ID check in Preprocessor (#10687) 2021-08-30 20:14:55 +02:00
test [JSON-API] Use the token from incoming requests to update the package list (#10602) 2021-09-03 10:12:01 +00:00