This is an automated email from the ASF dual-hosted git repository.
sunlan pushed a change to branch GROOVY_4_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git
from 103c03c7b9 GROOVY-7976, GROOVY-7992: DGM: `Comparator<? super T>` for
parameters
new e0f7331de6 assert fails because by default `@ToString`
`includePackage` property is set to `true` returning package name along with
object name i.e. `groovy.Element(Helium, 2)` is returned value on the right
hand side
new 325a351d4d Use static `valueOf(String)` method instead of the
deprecated `new Integer(String)` constructor
new d9eaf1bdc2 Avoid inconvertible types warning at the `assert
composite*.id == [1,2]` as left hand side is `ArrayList<Long>` while right hand
side is `ArrayList<Integer>`
new d31402d4b7 Equivalency to Java `equals(Object)` and `==` respectively
new 6dfab02e80 Add membership negation assert example
new 08c01a29b6 Trivial tweak for Operators documentation
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/spec/doc/core-operators.adoc | 9 +++++----
src/spec/test/OperatorsTest.groovy | 6 ++++--
2 files changed, 9 insertions(+), 6 deletions(-)