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

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


    from 3d482bcac1 GROOVY-7919: add `isCase(Iterable,Object)` for `in` and 
`!in` support
     new 1fdcedb590 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 6f03d16320 Use static `valueOf(String)` method instead of the 
deprecated `new Integer(String)` constructor
     new 5dec8691ff 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 18e5d2f7ae Equivalency to Java `equals(Object)` and `==` respectively
     new 9f72c55f89 Add membership negation assert example

The 5 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   | 8 ++++----
 src/spec/test/OperatorsTest.groovy | 5 +++--
 2 files changed, 7 insertions(+), 6 deletions(-)

Reply via email to