You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by em...@apache.org on 2021/07/12 16:05:47 UTC

[groovy] branch master updated (ae92f9a -> d865108)

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

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


    from ae92f9a  Tweak the initial capacity of singleton bucket
     add d865108  GROOVY-7867: collection conversion: attach exception of constructor as suppressed exception

No new revisions were added by this update.

Summary of changes:
 .../typehandling/DefaultTypeTransformation.java    |   6 ++
 src/test/groovy/bugs/Groovy7867.groovy             | 114 +++++++++++++++++++++
 2 files changed, 120 insertions(+)
 create mode 100644 src/test/groovy/bugs/Groovy7867.groovy