This is an automated email from the ASF dual-hosted git repository.

sunlan pushed a change to branch GROOVY_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git


    from 51239f8fd8 GROOVY-10757: create expression for implicit-`this` method 
call receiver
     new 180314aa0d 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 eb08e93d69 Use static `valueOf(String)` method instead of the 
deprecated `new Integer(String)` constructor
     new 49351926c0 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 1a784c77e0 Equivalency to Java `equals(Object)` and `==` respectively
     new 2e8adcb763 Add membership negation assert example
     new 2004c79807 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(-)

Reply via email to