[groovy] 01/01: GROOVY-9522: Throwing NPE when I use ternary operator with something special

2020-05-11 Thread sunlan
This is an automated email from the ASF dual-hosted git repository. sunlan pushed a commit to branch GROOVY-9522 in repository https://gitbox.apache.org/repos/asf/groovy.git commit 534f99313d40131d02821ece711a97593d918ee6 Author: Daniel Sun AuthorDate: Tue May 12 08:03:23 2020 +0800

[groovy] 04/04: GROOVY-9547: groovydoc: resolve tags later for Groovy source code (closes #1244)

2020-05-11 Thread paulk
This is an automated email from the ASF dual-hosted git repository. paulk pushed a commit to branch GROOVY_3_0_X in repository https://gitbox.apache.org/repos/asf/groovy.git commit 040cc2bf59af467230444df01020c87a1b6a696a Author: Mikko Värri AuthorDate: Mon May 11 11:51:37 2020 +0300

[groovy] 03/04: improved error message when parsing Java source file fails

2020-05-11 Thread paulk
This is an automated email from the ASF dual-hosted git repository. paulk pushed a commit to branch GROOVY_3_0_X in repository https://gitbox.apache.org/repos/asf/groovy.git commit e72c900bbf05c133bfe33ebf890bc2d2d56d3039 Author: Paul King AuthorDate: Mon May 11 20:48:41 2020 +1000

[groovy] 01/04: GROOVY-9546: groovydoc: fix annotation rendering (closes #1243)

2020-05-11 Thread paulk
This is an automated email from the ASF dual-hosted git repository. paulk pushed a commit to branch GROOVY_3_0_X in repository https://gitbox.apache.org/repos/asf/groovy.git commit feb09671193177280ad592fa199f53252c175a94 Author: Mikko Värri AuthorDate: Mon May 11 05:42:16 2020 +0300

[groovy] branch GROOVY_3_0_X updated (7cdcbf2 -> 040cc2b)

2020-05-11 Thread paulk
This is an automated email from the ASF dual-hosted git repository. paulk pushed a change to branch GROOVY_3_0_X in repository https://gitbox.apache.org/repos/asf/groovy.git. from 7cdcbf2 GROOVY-9544: Bump gradle to 6.4 new feb0967 GROOVY-9546: groovydoc: fix annotation rendering

[groovy] 02/04: GROOVY-9465: groovydoc: show class declaration header for all types (closes #1242)

2020-05-11 Thread paulk
This is an automated email from the ASF dual-hosted git repository. paulk pushed a commit to branch GROOVY_3_0_X in repository https://gitbox.apache.org/repos/asf/groovy.git commit aeb4cecca7a7e01d09c6d4bb0d1a742725687f30 Author: Mikko Värri AuthorDate: Mon May 11 02:03:31 2020 +0300

[groovy] branch GROOVY-9522 updated (534f993 -> ed04da9)

2020-05-11 Thread sunlan
This is an automated email from the ASF dual-hosted git repository. sunlan pushed a change to branch GROOVY-9522 in repository https://gitbox.apache.org/repos/asf/groovy.git. discard 534f993 GROOVY-9522: Throwing NPE when I use ternary operator with something special new ed04da9

[groovy] 01/01: GROOVY-9522: Throwing NPE when I use ternary operator with something special

2020-05-11 Thread sunlan
This is an automated email from the ASF dual-hosted git repository. sunlan pushed a commit to branch GROOVY-9522 in repository https://gitbox.apache.org/repos/asf/groovy.git commit ed04da9a178d92d0e27bc39129141398f942edee Author: Daniel Sun AuthorDate: Tue May 12 08:25:16 2020 +0800

[groovy] branch GROOVY-9522 created (now 534f993)

2020-05-11 Thread sunlan
This is an automated email from the ASF dual-hosted git repository. sunlan pushed a change to branch GROOVY-9522 in repository https://gitbox.apache.org/repos/asf/groovy.git. at 534f993 GROOVY-9522: Throwing NPE when I use ternary operator with something special This branch includes

[groovy] branch GROOVY_3_0_X updated: GROOVY-9540: Bump spotbugs plugin to 4.0.8

2020-05-11 Thread paulk
This is an automated email from the ASF dual-hosted git repository. paulk pushed a commit to branch GROOVY_3_0_X in repository https://gitbox.apache.org/repos/asf/groovy.git The following commit(s) were added to refs/heads/GROOVY_3_0_X by this push: new 5dcc0d2 GROOVY-9540: Bump spotbugs

[groovy] branch master updated: GROOVY-9551: Bump JavaParser to 3.15.22

2020-05-11 Thread paulk
This is an automated email from the ASF dual-hosted git repository. paulk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/groovy.git The following commit(s) were added to refs/heads/master by this push: new 993f19a GROOVY-9551: Bump JavaParser to 3.15.22

[groovy] branch GROOVY_3_0_X updated: GROOVY-9551: Bump JavaParser to 3.15.22

2020-05-11 Thread paulk
This is an automated email from the ASF dual-hosted git repository. paulk pushed a commit to branch GROOVY_3_0_X in repository https://gitbox.apache.org/repos/asf/groovy.git The following commit(s) were added to refs/heads/GROOVY_3_0_X by this push: new 45d915c GROOVY-9551: Bump

[groovy] 03/03: improved error message when parsing Java source file fails

2020-05-11 Thread paulk
This is an automated email from the ASF dual-hosted git repository. paulk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/groovy.git commit 657afee6848a3c5c832439a1bc063cb368104886 Author: Paul King AuthorDate: Mon May 11 20:48:41 2020 +1000 improved

[groovy] 01/03: GROOVY-9546: groovydoc: fix annotation rendering (closes #1243)

2020-05-11 Thread paulk
This is an automated email from the ASF dual-hosted git repository. paulk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/groovy.git commit 302bf2bf27b28fe6ffc86171b408698490229c17 Author: Mikko Värri AuthorDate: Mon May 11 05:42:16 2020 +0300

[groovy] branch master updated (26efb1e -> 657afee)

2020-05-11 Thread paulk
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 26efb1e add a reworked testcase for suspicious test (currently commented out) new 302bf2b GROOVY-9546:

[groovy] 02/03: GROOVY-9465: groovydoc: show class declaration header for all types (closes #1242)

2020-05-11 Thread paulk
This is an automated email from the ASF dual-hosted git repository. paulk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/groovy.git commit 27bcbb18ba99ba3cdb8e488836a7e8f2042ff1b2 Author: Mikko Värri AuthorDate: Mon May 11 02:03:31 2020 +0300

[groovy] branch master updated: GROOVY-9547: groovydoc: resolve tags later for Groovy source code (closes #1244)

2020-05-11 Thread paulk
This is an automated email from the ASF dual-hosted git repository. paulk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/groovy.git The following commit(s) were added to refs/heads/master by this push: new 9095a3a GROOVY-9547: groovydoc: resolve tags