mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
1be6b3640f
* 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 |
||
---|---|---|
.. | ||
src/main/scala/com/digitalasset/daml/lf/data | ||
BUILD.bazel |