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

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


    from 3c197f149e GROOVY-11919: Provide set operators for GINQ, e.g. union, 
intersect (tweak docs)
     new 978816738b GROOVY-11925: Improve consistency of TOML functionality
     new 29ccde6ef4 GROOVY-11926: Improve consistency of YAML functionality

The 2 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/main/java/groovy/toml/TomlBuilder.java     | 17 +++++
 .../src/main/java/groovy/toml/TomlSlurper.java     | 73 +++++++++++++++++++++
 .../groovy-toml/src/spec/doc/toml-userguide.adoc   | 25 ++++++++
 .../spec/test/groovy/toml/TomlBuilderTest.groovy   | 24 +++++++
 .../spec/test/groovy/toml/TomlParserTest.groovy    | 48 ++++++++++++++
 .../src/main/java/groovy/yaml/YamlBuilder.java     | 21 ++++++
 .../src/main/java/groovy/yaml/YamlSlurper.java     | 75 ++++++++++++++++++++++
 .../groovy-yaml/src/spec/doc/yaml-userguide.adoc   | 25 ++++++++
 .../spec/test/groovy/yaml/YamlBuilderTest.groovy   | 24 +++++++
 .../spec/test/groovy/yaml/YamlParserTest.groovy    | 48 ++++++++++++++
 10 files changed, 380 insertions(+)

Reply via email to