daml/release/artifacts.yaml
Stephen Compall 1be6b3640f
equalz Scalatest matcher in new daml-lf/scalatest-tools library (#1200)
* equalz Scalatest matcher in new daml-lf/scalatest-tools library

* equalz typing tests

* a 'should' replacing design

* a 'MatcherFactory1' design

- this fails because the TC parameter should be a type member to avoid
  scala/bug#5075 but it is not

* MatcherFactory1 with chained Lub+Equal typeclass

- requires partial-unification at point of use, which is not great

* LubEqual's extra tparam is probably unneeded

* better LtEqual

* demonstrate that HK LubEqual's resolve with DMT should + MatcherFactory

* remove unneeded 3rd param from LubEqual, again

* update dependency specs and license headers

* allow use with should, shouldNot in some cases, preserving the shouldx/shouldNotx alternatives

* move Equalz to libs-scala/scalatest-utils

* rename bzl targets and place in com.daml.scalatest package

* add scalatest-utils to release

* move *SpecCheckLaws, Unnatural to scalatest-utils

* missed scalacheck dep in scalatest-utils

* downstreams of *SpecCheckLaws now get them from scalatest-utils

* test equal-types case as well

* update LF documentation

CHANGELOG_BEGIN
CHANGELOG_END

* whitespace error
2020-05-27 17:25:43 -04:00

154 lines
5.3 KiB
YAML

# Copyright (c) 2020 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
- target: //daml-assistant/scala-daml-project-config:scala-daml-project-config
type: jar-scala
- target: //daml-lf/archive:daml_lf_1.6_archive_java_proto
type: jar-lib
javadoc-jar: daml_lf_1.6_archive_java_proto_javadoc.jar
- target: //daml-lf/archive:daml_lf_1.7_archive_java_proto
type: jar-lib
javadoc-jar: daml_lf_1.7_archive_java_proto_javadoc.jar
- target: //daml-lf/archive:daml_lf_1.8_archive_java_proto
type: jar-lib
javadoc-jar: daml_lf_1.8_archive_java_proto_javadoc.jar
- target: //daml-lf/archive:daml_lf_dev_archive_java_proto
type: jar-lib
javadoc-jar: daml_lf_dev_archive_java_proto_javadoc.jar
- target: //daml-lf/archive:daml_lf_archive_reader
type: jar-scala
- target: //daml-lf/data:data
type: jar-scala
- target: //daml-lf/data-scalacheck:data-scalacheck
type: jar-scala
- target: //daml-lf/engine:engine
type: jar-scala
- target: //daml-lf/interface:interface
type: jar-scala
- target: //daml-lf/interpreter:interpreter
type: jar-scala
- target: //daml-lf/language:language
type: jar-scala
- target: //daml-lf/scenario-interpreter:scenario-interpreter
type: jar-scala
- target: //daml-lf/transaction:blindinginfo_java_proto
type: jar-proto
- target: //daml-lf/transaction:transaction
type: jar-scala
- target: //daml-lf/transaction:transaction_java_proto
type: jar-proto
- target: //daml-lf/transaction:value_java_proto
type: jar-proto
- target: //daml-lf/transaction-scalacheck:transaction-scalacheck
type: jar-scala
- target: //daml-lf/validation:validation
type: jar-scala
- target: //language-support/codegen-common:codegen-common
type: jar-scala
- target: //language-support/codegen-main:shaded_binary
type: jar-scala
- target: //language-support/java/bindings:bindings-java
type: jar-lib
- target: //language-support/java/bindings-rxjava:bindings-rxjava
type: jar-lib
- target: //language-support/java/codegen:lib
type: jar-scala
- target: //language-support/java/codegen:shaded_binary
type: jar-scala
- target: //language-support/scala/bindings:bindings
type: jar-scala
- target: //language-support/scala/bindings-akka:bindings-akka
type: jar-scala
- target: //language-support/scala/codegen:codegen
type: jar-scala
- target: //ledger-api/grpc-definitions:ledger-api-protos-tarball
type: targz
location:
groupId: com.daml
artifactId: ledger-api-protos
- target: //ledger-api/grpc-definitions:ledger-api-scalapb
type: jar-scala
- target: //ledger-api/rs-grpc-akka:rs-grpc-akka
type: jar-scala
- target: //ledger-api/rs-grpc-bridge:rs-grpc-bridge
type: jar-lib
- target: //ledger-api/rs-grpc-testing-utils:rs-grpc-testing-utils
type: jar-scala
- target: //ledger-api/testing-utils:testing-utils
type: jar-scala
- target: //ledger/caching:caching
type: jar-scala
- target: //ledger/ledger-api-akka:ledger-api-akka
type: jar-scala
- target: //ledger/ledger-api-auth:ledger-api-auth
type: jar-scala
- target: //ledger/ledger-api-auth-client:ledger-api-auth-client
type: jar-lib
- target: //ledger/ledger-api-client:ledger-api-client
type: jar-scala
- target: //ledger/ledger-api-common:ledger-api-common
type: jar-scala
- target: //ledger/ledger-api-domain:ledger-api-domain
type: jar-scala
- target: //ledger/ledger-api-health:ledger-api-health
type: jar-scala
- target: //ledger/ledger-api-test-tool:ledger-api-test-tool
type: jar-deploy
- target: //ledger/ledger-on-sql:ledger-on-sql
type: jar-scala
- target: //ledger/metrics:metrics
type: jar-scala
- target: //ledger/participant-state:participant-state
type: jar-scala
- target: //ledger/participant-state/kvutils:daml_kvutils_java_proto
type: jar-proto
- target: //ledger/participant-state/kvutils:kvutils
type: jar-scala
- target: //ledger/participant-state/kvutils/app:app
type: jar-scala
- target: //ledger/participant-state/protobuf:ledger_configuration_java_proto
type: jar-proto
- target: //ledger/participant-state-index:participant-state-index
type: jar-scala
- target: //ledger/participant-state-metrics:participant-state-metrics
type: jar-scala
- target: //ledger/sandbox:ledger-api-server
type: jar-scala
- target: //ledger/sandbox:sandbox
type: jar-scala
- target: //ledger-service/db-backend:db-backend
type: jar-scala
- target: //ledger-service/http-json:http-json
type: jar-scala
- target: //ledger-service/lf-value-json:lf-value-json
type: jar-scala
- target: //ledger-service/cli-opts:cli-opts
type: jar-scala
- target: //ledger-service/jwt:jwt
type: jar-scala
- target: //ledger-service/utils:utils
type: jar-scala
- target: //libs-scala/auth-utils:auth-utils
type: jar-scala
- target: //libs-scala/contextualized-logging:contextualized-logging
type: jar-scala
- target: //libs-scala/direct-execution-context:direct-execution-context
type: jar-scala
- target: //libs-scala/grpc-utils:grpc-utils
type: jar-scala
- target: //libs-scala/ports:ports
type: jar-scala
- target: //libs-scala/resources:resources
type: jar-scala
- target: //libs-scala/resources-akka:resources-akka
type: jar-scala
- target: //libs-scala/scalatest-utils:scalatest-utils
type: jar-scala
- target: //libs-scala/timer-utils:timer-utils
type: jar-scala
- target: //triggers/runner:trigger-runner-lib
type: jar-scala
- target: //libs-scala/build-info:build-info
type: jar-scala