You are viewing a plain text version of this content. The canonical link for it is here.
- [groovy] branch master updated: minor refactor: use consistent subdirectory naming for generated sources and exclude from checkstyle - posted by pa...@apache.org on 2019/04/01 07:48:59 UTC, 0 replies.
- [groovy] branch master updated: minor refactor: remove some codenarc warnings - posted by pa...@apache.org on 2019/04/01 13:01:25 UTC, 0 replies.
- [groovy] branch master updated: GROOVY-9062: Bump codenarc to 1.3 - posted by pa...@apache.org on 2019/04/01 13:03:07 UTC, 0 replies.
- [groovy] branch master updated: minor refactor: remove some codenarc violations - posted by pa...@apache.org on 2019/04/02 11:13:03 UTC, 0 replies.
- [groovy] branch master updated: minor refactor: remove some codenarc violations (cont'd) - posted by pa...@apache.org on 2019/04/02 13:35:53 UTC, 0 replies.
- [groovy] branch GROOVY_2_5_X updated (5c3159f -> 1389742) - posted by pa...@apache.org on 2019/04/02 23:06:30 UTC, 0 replies.
- [groovy] 01/02: minor refactor: remove some codenarc violations - posted by pa...@apache.org on 2019/04/02 23:06:31 UTC, 0 replies.
- [groovy] 02/02: minor refactor: remove some codenarc violations (cont'd) - posted by pa...@apache.org on 2019/04/02 23:06:32 UTC, 0 replies.
- [groovy] branch GROOVY_2_5_X updated: minor refactor: remove some codenarc violations (part 3) - posted by pa...@apache.org on 2019/04/03 13:43:27 UTC, 0 replies.
- [groovy] branch GROOVY_2_5_X updated: minor refactor: remove some codenarc violations (part 4) - posted by pa...@apache.org on 2019/04/04 01:48:56 UTC, 0 replies.
- [groovy] branch master updated (ebe8c51 -> e4cc76b) - posted by pa...@apache.org on 2019/04/04 04:57:24 UTC, 0 replies.
- [groovy] 01/02: minor refactor: remove some codenarc violations (part 3) - posted by pa...@apache.org on 2019/04/04 04:57:25 UTC, 0 replies.
- [groovy] 02/02: minor refactor: remove some codenarc violations (part 4) - posted by pa...@apache.org on 2019/04/04 04:57:26 UTC, 0 replies.
- [groovy] branch master updated: minor refactor: remove some codenarc violations (part 5) - posted by pa...@apache.org on 2019/04/04 21:38:58 UTC, 0 replies.
- [groovy] branch master updated: GROOVY-9071: Bump gradle to 5.3.1 - posted by su...@apache.org on 2019/04/05 17:06:10 UTC, 0 replies.
- [groovy] branch master updated: Trivial refactoring: Avoid calling 'getClass()' on Class instance - posted by su...@apache.org on 2019/04/05 18:01:52 UTC, 0 replies.
- [groovy] branch master updated: Trivial refactoring: Replace lambda expression with method reference - posted by su...@apache.org on 2019/04/05 18:16:34 UTC, 0 replies.
- [groovy] branch master updated: Trivial refactoring: Simplify code by `Objects.equals()` - posted by su...@apache.org on 2019/04/05 18:26:53 UTC, 0 replies.
- [groovy] branch master updated: Trivial refactoring: Remove duplicated branch in `switch` statement - posted by su...@apache.org on 2019/04/05 18:41:02 UTC, 0 replies.
- [groovy] branch GROOVY_2_5_X updated (7169cba -> f510eba) - posted by su...@apache.org on 2019/04/05 19:24:33 UTC, 0 replies.
- [groovy] 01/02: Trivial refactoring: Avoid calling 'getClass()' on Class instance - posted by su...@apache.org on 2019/04/05 19:24:34 UTC, 0 replies.
- [groovy] 02/02: Trivial refactoring: Simplify code by `Objects.equals()` - posted by su...@apache.org on 2019/04/05 19:24:35 UTC, 0 replies.
- [groovy] branch master updated (336baf0 -> ffae2ba) - posted by pa...@apache.org on 2019/04/08 12:58:52 UTC, 0 replies.
- [groovy] 01/20: GROOVY-9008: Prefactoring - posted by pa...@apache.org on 2019/04/08 12:58:53 UTC, 0 replies.
- [groovy] 02/20: Initial implementation of native method reference - posted by pa...@apache.org on 2019/04/08 12:58:54 UTC, 0 replies.
- [groovy] 03/20: Support type inference of method reference - posted by pa...@apache.org on 2019/04/08 12:58:55 UTC, 0 replies.
- [groovy] 04/20: Minor refactor and prepare to infer parameter types of method reference - posted by pa...@apache.org on 2019/04/08 12:58:56 UTC, 0 replies.
- [groovy] 05/20: Reuse the type inference of lambda expression - posted by pa...@apache.org on 2019/04/08 12:58:57 UTC, 0 replies.
- [groovy] 06/20: Create parameters of dynamic type for constructed lambda expression - posted by pa...@apache.org on 2019/04/08 12:58:58 UTC, 0 replies.
- [groovy] 07/20: Minor refactor and improve robustness - posted by pa...@apache.org on 2019/04/08 12:58:59 UTC, 0 replies.
- [groovy] 08/20: Clone the parameters to avoid impacting the original parameter type of SAM - posted by pa...@apache.org on 2019/04/08 12:59:00 UTC, 0 replies.
- [groovy] 09/20: Support class::staticMethod, instance::instanceMethod and instance::staticMethod - posted by pa...@apache.org on 2019/04/08 12:59:01 UTC, 0 replies.
- [groovy] 10/20: Try to fix the failing build - posted by pa...@apache.org on 2019/04/08 12:59:02 UTC, 0 replies.
- [groovy] 11/20: Support class::new and arrayClass::new - posted by pa...@apache.org on 2019/04/08 12:59:03 UTC, 0 replies.
- [groovy] 12/20: Handle types properly when using Java 9+ - posted by pa...@apache.org on 2019/04/08 12:59:04 UTC, 0 replies.
- [groovy] 13/20: Support expression::instanceMethod and expression::staticMethod - posted by pa...@apache.org on 2019/04/08 12:59:05 UTC, 0 replies.
- [groovy] 14/20: Simplify the prefix of synthetic method name - posted by pa...@apache.org on 2019/04/08 12:59:06 UTC, 0 replies.
- [groovy] 15/20: Choose method candidate - posted by pa...@apache.org on 2019/04/08 12:59:07 UTC, 0 replies.
- [groovy] 16/20: Support reference on the RHS - posted by pa...@apache.org on 2019/04/08 12:59:08 UTC, 0 replies.
- [groovy] 17/20: Add more tests for method reference and constructor reference - posted by pa...@apache.org on 2019/04/08 12:59:09 UTC, 0 replies.
- [groovy] 18/20: Improve the robustness - posted by pa...@apache.org on 2019/04/08 12:59:10 UTC, 0 replies.
- [groovy] 19/20: Fix typo - posted by pa...@apache.org on 2019/04/08 12:59:11 UTC, 0 replies.
- [groovy] 20/20: GROOVY-9008: add bytecode test - posted by pa...@apache.org on 2019/04/08 12:59:12 UTC, 0 replies.
- [groovy] branch master updated: GROOVY-9008: fix merge glitch - posted by pa...@apache.org on 2019/04/09 03:12:51 UTC, 0 replies.
- [groovy] branch master updated: GROOVY-9008: minor refactor - posted by pa...@apache.org on 2019/04/09 03:19:19 UTC, 0 replies.
- [groovy] branch master updated: Fix minor mismatch between text and code (closes #907) - posted by pa...@apache.org on 2019/04/09 12:36:11 UTC, 0 replies.
- [groovy] branch master updated: finesse some wording for java.time upto/downto doco and fix some doco typos - posted by pa...@apache.org on 2019/04/09 12:44:41 UTC, 0 replies.
- [groovy] branch master updated: GROOVY-9008: minor refactor: better error processing when method not found - posted by pa...@apache.org on 2019/04/09 23:55:54 UTC, 0 replies.
- [groovy] branch master updated: GROOVY-9008: minor refactor - choose slightly more meaningful var/method names - posted by pa...@apache.org on 2019/04/10 05:34:06 UTC, 0 replies.
- [groovy] branch master updated: GROOVY-9008: initial cut at doco - posted by pa...@apache.org on 2019/04/10 08:36:08 UTC, 0 replies.
- [groovy] branch master updated: fix typo during previous refactor - posted by pa...@apache.org on 2019/04/10 14:20:20 UTC, 0 replies.
- [groovy] branch master updated: tests seem to work now - posted by pa...@apache.org on 2019/04/10 14:30:48 UTC, 0 replies.
- [groovy] branch master updated (d1c45d0 -> 1b5381b) - posted by pa...@apache.org on 2019/04/12 00:28:16 UTC, 0 replies.
- [groovy] 01/03: GROOVY-9078: Inefficiency in MethodNode and ConstructorNode - posted by pa...@apache.org on 2019/04/12 00:28:17 UTC, 0 replies.
- [groovy] 02/03: Remove extra "a" - posted by pa...@apache.org on 2019/04/12 00:28:18 UTC, 1 replies.
- [groovy] 03/03: Change doc URL from beta to non-beta (closes #908) - posted by pa...@apache.org on 2019/04/12 00:28:19 UTC, 0 replies.
- [groovy] branch GROOVY_2_4_X updated (c01a2f6 -> acd211e) - posted by pa...@apache.org on 2019/04/12 00:37:56 UTC, 0 replies.
- [groovy] 01/03: Change doc URL from beta to non-beta (closes #908) - posted by pa...@apache.org on 2019/04/12 00:37:57 UTC, 0 replies.
- [groovy] 03/03: GROOVY-9078: Inefficiency in MethodNode and ConstructorNode - posted by pa...@apache.org on 2019/04/12 00:37:59 UTC, 0 replies.
- [groovy] branch GROOVY_2_5_X updated (f510eba -> d19aef0) - posted by pa...@apache.org on 2019/04/12 00:38:30 UTC, 0 replies.
- [groovy] 01/07: minor refactor: remove some codenarc warnings - posted by pa...@apache.org on 2019/04/12 00:38:31 UTC, 0 replies.
- [groovy] 02/07: GROOVY-9062: Bump codenarc to 1.3 - posted by pa...@apache.org on 2019/04/12 00:38:32 UTC, 0 replies.
- [groovy] 03/07: Fix minor mismatch between text and code (closes #907) - posted by pa...@apache.org on 2019/04/12 00:38:33 UTC, 0 replies.
- [groovy] 04/07: finesse some wording for java.time upto/downto doco and fix some doco typos - posted by pa...@apache.org on 2019/04/12 00:38:34 UTC, 0 replies.
- [groovy] 05/07: GROOVY-9078: Inefficiency in MethodNode and ConstructorNode - posted by pa...@apache.org on 2019/04/12 00:38:35 UTC, 0 replies.
- [groovy] 06/07: Remove extra "a" - posted by pa...@apache.org on 2019/04/12 00:38:36 UTC, 0 replies.
- [groovy] 07/07: Change doc URL from beta to non-beta (closes #908) - posted by pa...@apache.org on 2019/04/12 00:38:37 UTC, 0 replies.
- [groovy] branch master updated (1b5381b -> 4244569) - posted by pa...@apache.org on 2019/04/12 04:00:57 UTC, 0 replies.
- [groovy] 01/02: add some javadoc - posted by pa...@apache.org on 2019/04/12 04:00:58 UTC, 1 replies.
- [groovy] 02/02: GROOVY-9079: STC: NPE in StaticTypeCheckingVisitor.inferSAMTypeGenericsInAssignment - posted by pa...@apache.org on 2019/04/12 04:00:59 UTC, 1 replies.
- [groovy] branch GROOVY_2_5_X updated (d19aef0 -> 9e12175) - posted by pa...@apache.org on 2019/04/12 04:06:37 UTC, 0 replies.
- [groovy] branch GROOVY_2_5_X updated: revert import - posted by pa...@apache.org on 2019/04/12 06:31:42 UTC, 0 replies.
- [groovy] branch master updated: GROOVY-9008: Tweak the error message - posted by su...@apache.org on 2019/04/12 16:48:55 UTC, 0 replies.
- [groovy] branch master updated: GROOVY-9008: Add one more test - posted by su...@apache.org on 2019/04/12 17:09:07 UTC, 0 replies.
- [groovy] branch master updated: GROOVY-9083: groovyConsole should be updated to understand method references and lambda expressions - posted by pa...@apache.org on 2019/04/16 03:12:28 UTC, 0 replies.
- [groovy] branch master updated (5a2d84d -> be7961a) - posted by pa...@apache.org on 2019/04/16 04:12:10 UTC, 0 replies.
- [groovy] 01/02: Added example in sql module for calling stored function with in out parameter - posted by pa...@apache.org on 2019/04/16 04:12:11 UTC, 1 replies.
- [groovy] 02/02: GROOVY-9085: Add INOUT stored procedure example to asciidoc doc for groovy-sql (closes #893) - posted by pa...@apache.org on 2019/04/16 04:12:12 UTC, 1 replies.
- [groovy] branch GROOVY_2_5_X updated (7d5b5b2 -> 77457e9) - posted by pa...@apache.org on 2019/04/16 04:13:18 UTC, 0 replies.
- [groovy] branch master updated (be7961a -> 241eca6) - posted by pa...@apache.org on 2019/04/16 07:29:05 UTC, 0 replies.
- [groovy] 01/03: remove codenarc warnings - posted by pa...@apache.org on 2019/04/16 07:29:06 UTC, 0 replies.
- [groovy] 02/03: remove codenarc warnings - posted by pa...@apache.org on 2019/04/16 07:29:07 UTC, 0 replies.
- [groovy] 03/03: remove codenarc warnings - posted by pa...@apache.org on 2019/04/16 07:29:08 UTC, 0 replies.
- [groovy] branch master updated (241eca6 -> 5d34fd3) - posted by pa...@apache.org on 2019/04/16 09:43:13 UTC, 0 replies.
- [groovy] 01/04: Revert "remove codenarc warnings" - posted by pa...@apache.org on 2019/04/16 09:43:14 UTC, 0 replies.
- [groovy] 02/04: Revert "remove codenarc warnings" - posted by pa...@apache.org on 2019/04/16 09:43:15 UTC, 0 replies.
- [groovy] 03/04: remove codenarc warnings (take 2) - posted by pa...@apache.org on 2019/04/16 09:43:16 UTC, 0 replies.
- [groovy] 04/04: remove codenarc warnings (take 2) - posted by pa...@apache.org on 2019/04/16 09:43:17 UTC, 0 replies.
- [groovy] branch master updated: GROOVY-9087: Bump gradle to 5.4(closes #912) - posted by su...@apache.org on 2019/04/16 15:51:46 UTC, 0 replies.
- [groovy] branch master updated (7e76191 -> 8fc0e23) - posted by pa...@apache.org on 2019/04/17 01:05:54 UTC, 0 replies.
- [groovy] 01/02: fix unintended illegal access - posted by pa...@apache.org on 2019/04/17 01:05:55 UTC, 3 replies.
- [groovy] 02/02: add an additional test method - posted by pa...@apache.org on 2019/04/17 01:05:56 UTC, 0 replies.
- [groovy] branch master updated: more consistent JDK version checking in tests - posted by pa...@apache.org on 2019/04/17 01:28:41 UTC, 1 replies.
- [groovy] branch GROOVY_2_5_X updated (77457e9 -> db9349e) - posted by pa...@apache.org on 2019/04/17 01:35:27 UTC, 0 replies.
- [groovy] 01/02: add an additional test method - posted by pa...@apache.org on 2019/04/17 01:35:28 UTC, 0 replies.
- [groovy] 02/02: more consistent JDK version checking in tests - posted by pa...@apache.org on 2019/04/17 01:35:29 UTC, 0 replies.
- [groovy] branch master updated: more consistent JDK version checking in tests (fix for JDK11+) - posted by pa...@apache.org on 2019/04/17 02:18:08 UTC, 0 replies.
- [groovy] branch GROOVY_2_5_X updated: more consistent JDK version checking in tests (fix for JDK11+) - posted by pa...@apache.org on 2019/04/17 02:19:33 UTC, 0 replies.
- [groovy] branch master updated (61ebc9e -> cd7ab7d) - posted by pa...@apache.org on 2019/04/17 04:16:57 UTC, 0 replies.
- [groovy] 02/02: fix unintended illegal access - posted by pa...@apache.org on 2019/04/17 04:16:59 UTC, 1 replies.
- [groovy] branch GROOVY_2_5_X updated: more consistent JDK version checking in tests - posted by pa...@apache.org on 2019/04/17 10:47:03 UTC, 0 replies.
- [groovy] branch master updated: unfeched javadoc fix (closes #911) - posted by pa...@apache.org on 2019/04/17 10:50:15 UTC, 0 replies.
- [groovy] branch GROOVY_2_5_X updated: unfeched javadoc fix (closes #911) - posted by pa...@apache.org on 2019/04/17 10:50:47 UTC, 0 replies.
- [groovy] branch master updated: Correcting @ClosureParams to correct types (closes #834) - posted by pa...@apache.org on 2019/04/17 11:34:40 UTC, 0 replies.
- [groovy] branch GROOVY_2_5_X updated: Correcting @ClosureParams to correct types (closes #834) - posted by pa...@apache.org on 2019/04/17 11:35:19 UTC, 0 replies.
- [groovy] branch master updated: GROOVY-9080: MarkupTemplateEngine uses invalid XML entity for escaping double quotes - posted by pa...@apache.org on 2019/04/18 03:02:52 UTC, 0 replies.
- [groovy] branch GROOVY_2_5_X updated: GROOVY-9080: MarkupTemplateEngine uses invalid XML entity for escaping double quotes - posted by pa...@apache.org on 2019/04/18 03:03:49 UTC, 0 replies.
- [groovy] branch master updated (1ec71b0 -> 53345dc) - posted by pa...@apache.org on 2019/04/18 03:09:46 UTC, 0 replies.
- [groovy] 02/02: Allow illegal access scenarios to be tested using -Pgroovy.force.illegal.access=true property. - posted by pa...@apache.org on 2019/04/18 03:09:48 UTC, 0 replies.
- [groovy] branch master updated (53345dc -> aafe51f) - posted by pa...@apache.org on 2019/04/18 12:06:43 UTC, 0 replies.
- [groovy] 01/04: fix unintended illegal access - posted by pa...@apache.org on 2019/04/18 12:06:44 UTC, 0 replies.
- [groovy] 02/04: fix unintended illegal access - posted by pa...@apache.org on 2019/04/18 12:06:45 UTC, 0 replies.
- [groovy] 03/04: fix unintended illegal access - posted by pa...@apache.org on 2019/04/18 12:06:46 UTC, 0 replies.
- [groovy] 04/04: fix unintended illegal access - posted by pa...@apache.org on 2019/04/18 12:06:47 UTC, 0 replies.
- [groovy] branch master updated (aafe51f -> 7d66e07) - posted by pa...@apache.org on 2019/04/18 12:19:43 UTC, 0 replies.
- [groovy] branch master updated (7d66e07 -> b053eff) - posted by pa...@apache.org on 2019/04/18 14:48:10 UTC, 0 replies.
- [groovy] 01/03: fix unintended illegal access - posted by pa...@apache.org on 2019/04/18 14:48:11 UTC, 0 replies.
- [groovy] 02/03: fix unintended illegal access - posted by pa...@apache.org on 2019/04/18 14:48:12 UTC, 0 replies.
- [groovy] 03/03: fix unintended illegal access - posted by pa...@apache.org on 2019/04/18 14:48:13 UTC, 0 replies.
- [groovy] branch master updated: avoid accessing all properties to see if frame has title set - posted by pa...@apache.org on 2019/04/18 23:43:54 UTC, 0 replies.
- [groovy] branch GROOVY_2_5_X updated (87c09dc -> 3151547) - posted by pa...@apache.org on 2019/04/19 01:43:41 UTC, 0 replies.
- [groovy] 01/17: fix unintended illegal access - posted by pa...@apache.org on 2019/04/19 01:43:42 UTC, 0 replies.
- [groovy] 02/17: more consistent JDK version checking in tests - posted by pa...@apache.org on 2019/04/19 01:43:43 UTC, 0 replies.
- [groovy] 03/17: more consistent JDK version checking in tests (fix for JDK11+) - posted by pa...@apache.org on 2019/04/19 01:43:44 UTC, 0 replies.
- [groovy] 04/17: fix unintended illegal access - posted by pa...@apache.org on 2019/04/19 01:43:45 UTC, 0 replies.
- [groovy] 05/17: fix unintended illegal access - posted by pa...@apache.org on 2019/04/19 01:43:46 UTC, 0 replies.
- [groovy] 06/17: more consistent JDK version checking in tests - posted by pa...@apache.org on 2019/04/19 01:43:47 UTC, 0 replies.
- [groovy] 07/17: fix unintended illegal access - posted by pa...@apache.org on 2019/04/19 01:43:48 UTC, 0 replies.
- [groovy] 08/17: Allow illegal access scenarios to be tested using -Pgroovy.force.illegal.access=true property. - posted by pa...@apache.org on 2019/04/19 01:43:49 UTC, 0 replies.
- [groovy] 09/17: fix unintended illegal access - posted by pa...@apache.org on 2019/04/19 01:43:50 UTC, 0 replies.
- [groovy] 10/17: fix unintended illegal access - posted by pa...@apache.org on 2019/04/19 01:43:51 UTC, 0 replies.
- [groovy] 11/17: fix unintended illegal access - posted by pa...@apache.org on 2019/04/19 01:43:52 UTC, 0 replies.
- [groovy] 12/17: fix unintended illegal access - posted by pa...@apache.org on 2019/04/19 01:43:53 UTC, 0 replies.
- [groovy] 13/17: fix unintended illegal access - posted by pa...@apache.org on 2019/04/19 01:43:54 UTC, 0 replies.
- [groovy] 14/17: fix unintended illegal access - posted by pa...@apache.org on 2019/04/19 01:43:55 UTC, 0 replies.
- [groovy] 15/17: fix unintended illegal access - posted by pa...@apache.org on 2019/04/19 01:43:56 UTC, 0 replies.
- [groovy] 16/17: fix unintended illegal access - posted by pa...@apache.org on 2019/04/19 01:43:57 UTC, 0 replies.
- [groovy] 17/17: avoid accessing all properties to see if frame has title set - posted by pa...@apache.org on 2019/04/19 01:43:58 UTC, 0 replies.
- [groovy] branch master updated: avoid the doPriveleged block for the null case - posted by pa...@apache.org on 2019/04/19 10:41:07 UTC, 0 replies.
- [groovy] branch master updated: GROOVY-9008: Support compatible parameter types of native method reference - posted by su...@apache.org on 2019/04/19 14:29:42 UTC, 0 replies.
- [groovy] branch master updated: trivial refactor - consistency in generating toString and whitespace - posted by pa...@apache.org on 2019/04/20 04:22:35 UTC, 0 replies.
- [groovy] branch master updated: GROOVY-9035: config script: unexpected NPE when processing compiler config DSL - posted by pa...@apache.org on 2019/04/20 05:23:08 UTC, 0 replies.
- [groovy] branch GROOVY_2_5_X updated: GROOVY-9035: config script: unexpected NPE when processing compiler config DSL - posted by pa...@apache.org on 2019/04/20 05:25:09 UTC, 0 replies.
- [groovy] branch master updated: minor refactor: don't set configuration twice and use DEFAULT rather than creating a new one when none supplied - posted by pa...@apache.org on 2019/04/20 13:43:37 UTC, 0 replies.
- [groovy] branch GROOVY_2_5_X updated: minor refactor: don't set configuration twice and use DEFAULT rather than creating a new one when none supplied - posted by pa...@apache.org on 2019/04/20 14:20:17 UTC, 0 replies.
- [groovy] branch master updated: minor refactor: whitespace and formatting - posted by pa...@apache.org on 2019/04/21 21:44:24 UTC, 0 replies.
- [groovy] branch master updated: minor refactor: remove duplication, improve clarify - posted by pa...@apache.org on 2019/04/21 22:02:45 UTC, 0 replies.
- [groovy] branch GROOVY_2_5_X updated (bb4530b -> 8f70d1b) - posted by pa...@apache.org on 2019/04/21 23:42:26 UTC, 0 replies.
- [groovy] 01/02: minor refactor: whitespace and formatting - posted by pa...@apache.org on 2019/04/21 23:42:27 UTC, 0 replies.
- [groovy] 02/02: minor refactor: remove duplication, improve clarify - posted by pa...@apache.org on 2019/04/21 23:42:28 UTC, 0 replies.
- [groovy] branch master updated: update notices - some still had 2018 - posted by pa...@apache.org on 2019/04/22 09:36:42 UTC, 0 replies.
- [groovy] branch GROOVY_2_5_X updated: update notices - some still had 2018 - posted by pa...@apache.org on 2019/04/22 09:37:30 UTC, 0 replies.
- [groovy] branch GROOVY_2_4_X updated: update notices - some still had 2018 - posted by pa...@apache.org on 2019/04/22 09:41:48 UTC, 0 replies.
- [groovy] branch master updated: GROOVY-9077: STC: inferred type of property that resolves to method not always stored - posted by pa...@apache.org on 2019/04/22 13:31:35 UTC, 0 replies.
- [groovy] branch master updated: GROOVY-5961: Variable scope not checked properly for AIC in static method - posted by pa...@apache.org on 2019/04/23 04:51:40 UTC, 0 replies.
- [groovy] branch GROOVY_2_5_X updated (b88184f -> 888411c) - posted by pa...@apache.org on 2019/04/23 04:55:01 UTC, 0 replies.
- [groovy] 01/02: GROOVY-9077: STC: inferred type of property that resolves to method not always stored - posted by pa...@apache.org on 2019/04/23 04:55:02 UTC, 0 replies.
- [groovy] 02/02: GROOVY-5961: Variable scope not checked properly for AIC in static method - posted by pa...@apache.org on 2019/04/23 04:55:03 UTC, 0 replies.
- [groovy] branch master updated: GROOVY-9043: Access to package-scoped static field is forbidden for inner class in static compilation mode - posted by pa...@apache.org on 2019/04/23 10:19:14 UTC, 0 replies.
- [groovy] branch GROOVY_2_5_X updated: GROOVY-9043: Access to package-scoped static field is forbidden for inner class in static compilation mode - posted by pa...@apache.org on 2019/04/23 10:34:58 UTC, 0 replies.
- [groovy] branch master updated: minor refactor: reduce some codenarc warnings - posted by pa...@apache.org on 2019/04/23 21:45:14 UTC, 0 replies.
- [groovy] branch GROOVY_2_5_X updated: minor refactor: reduce some codenarc warnings - posted by pa...@apache.org on 2019/04/24 00:57:44 UTC, 0 replies.
- [groovy] branch master updated (50ce10e -> b03dc09) - posted by pa...@apache.org on 2019/04/25 02:32:20 UTC, 0 replies.
- [groovy] 01/02: GROOVY-9073: added compiler option to enable preview features (JEP 12) - posted by pa...@apache.org on 2019/04/25 02:32:21 UTC, 0 replies.
- [groovy] 02/02: GROOVY-9073: added compiler option to enable preview features (adjustments to startup scripts) - posted by pa...@apache.org on 2019/04/25 02:32:22 UTC, 0 replies.
- [groovy] branch master updated: GROOVY-9073: added compiler option to enable preview features - fix typo (closes #906) - posted by pa...@apache.org on 2019/04/25 10:01:22 UTC, 0 replies.
- [groovy] branch GROOVY_2_5_X updated (1875cf3 -> 4945a52) - posted by pa...@apache.org on 2019/04/25 10:13:10 UTC, 0 replies.
- [groovy] 01/03: GROOVY-9073: added compiler option to enable preview features (JEP 12) - posted by pa...@apache.org on 2019/04/25 10:13:11 UTC, 0 replies.
- [groovy] 02/03: GROOVY-9073: added compiler option to enable preview features (adjustments to startup scripts) - posted by pa...@apache.org on 2019/04/25 10:13:12 UTC, 0 replies.
- [groovy] 03/03: GROOVY-9073: added compiler option to enable preview features - fix typo (closes #906) - posted by pa...@apache.org on 2019/04/25 10:13:13 UTC, 0 replies.
- [groovy] branch master updated: GROOVY-9073: added compiler option to enable preview features - simplify case where preview wouldn't be allowed by JDK anyway - posted by pa...@apache.org on 2019/04/25 10:15:53 UTC, 0 replies.
- [groovy] branch master updated: GROOVY-9098: Bump gradle to 5.4.1 - posted by pa...@apache.org on 2019/04/27 00:30:08 UTC, 0 replies.
- [groovy] branch master updated (3305465 -> addd13f) - posted by pa...@apache.org on 2019/04/27 07:16:09 UTC, 0 replies.
- [groovy] 01/05: minor refactor: remove javadoc warnings and tidy up - posted by pa...@apache.org on 2019/04/27 07:16:10 UTC, 0 replies.
- [groovy] 02/05: minor refactor: remove javadoc warnings and tidy up (cont'd) - posted by pa...@apache.org on 2019/04/27 07:16:11 UTC, 0 replies.
- [groovy] 03/05: minor refactor: fix CRLF endings - posted by pa...@apache.org on 2019/04/27 07:16:12 UTC, 0 replies.
- [groovy] 04/05: minor refactor: remove javadoc warnings (cont'd) - posted by pa...@apache.org on 2019/04/27 07:16:13 UTC, 0 replies.
- [groovy] 05/05: minor refactor: remove javadoc warnings (cont'd 2) - posted by pa...@apache.org on 2019/04/27 07:16:14 UTC, 0 replies.
- [groovy] branch GROOVY_2_5_X updated (4945a52 -> 4230c1c) - posted by pa...@apache.org on 2019/04/27 09:50:53 UTC, 0 replies.
- [groovy] 01/06: minor refactor: remove javadoc warnings and tidy up - posted by pa...@apache.org on 2019/04/27 09:50:54 UTC, 0 replies.
- [groovy] 02/06: minor refactor: remove javadoc warnings and tidy up (cont'd) - posted by pa...@apache.org on 2019/04/27 09:50:55 UTC, 0 replies.
- [groovy] 03/06: minor refactor: fix CRLF endings - posted by pa...@apache.org on 2019/04/27 09:50:56 UTC, 0 replies.
- [groovy] 04/06: minor refactor: remove javadoc warnings (cont'd) - posted by pa...@apache.org on 2019/04/27 09:50:57 UTC, 0 replies.
- [groovy] 05/06: minor refactor: remove javadoc warnings (cont'd 2) - posted by pa...@apache.org on 2019/04/27 09:50:58 UTC, 0 replies.
- [groovy] 06/06: minor refactor: remove javadoc warnings (fix typo) - posted by pa...@apache.org on 2019/04/27 09:50:59 UTC, 0 replies.
- [groovy] branch GROOVY_2_5_X updated: minor refactor: remove javadoc warnings (fix typo) - posted by pa...@apache.org on 2019/04/27 09:54:54 UTC, 0 replies.
- [groovy] branch master updated: minor refactor: remove javadoc warnings (fix typo) - posted by pa...@apache.org on 2019/04/27 09:56:27 UTC, 0 replies.
- [groovy] branch master updated (7b5da6a -> e4e10a0) - posted by pa...@apache.org on 2019/04/28 06:03:27 UTC, 0 replies.
- [groovy] 01/05: GROOVY-9095: Default retention policy not implemented for annotation (also covers GROOVY-9096) - posted by pa...@apache.org on 2019/04/28 06:03:28 UTC, 1 replies.
- [groovy] 02/05: checkstyle warnings - posted by pa...@apache.org on 2019/04/28 06:03:29 UTC, 1 replies.
- [groovy] 03/05: fix codenarc warnings - posted by pa...@apache.org on 2019/04/28 06:03:30 UTC, 1 replies.
- [groovy] 04/05: minor refactor: formatting and tidy up - posted by pa...@apache.org on 2019/04/28 06:03:31 UTC, 1 replies.
- [groovy] 05/05: GROOVY-9095: Default retention policy not implemented for annotation (add test) - posted by pa...@apache.org on 2019/04/28 06:03:32 UTC, 1 replies.
- [groovy] branch GROOVY_2_5_X updated (cff8452 -> b223f6f) - posted by pa...@apache.org on 2019/04/28 09:02:11 UTC, 0 replies.
- [groovy] branch master updated: GROOVY-9100: CompilerConfiguration.DEFAULT should be immutable - posted by pa...@apache.org on 2019/04/29 01:19:54 UTC, 0 replies.
- [groovy] branch GROOVY_2_5_X updated: GROOVY-9100: CompilerConfiguration.DEFAULT should be immutable - posted by pa...@apache.org on 2019/04/29 02:04:16 UTC, 0 replies.
- [groovy] branch master updated: minor refactor: improved javadoc and additional consistency - posted by pa...@apache.org on 2019/04/29 04:20:39 UTC, 0 replies.
- [groovy] branch GROOVY_2_5_X updated: minor refactor: improved javadoc and additional consistency - posted by pa...@apache.org on 2019/04/29 05:43:20 UTC, 0 replies.
- [groovy] branch master updated: GROOVY-8990: expecting compilation error for mismatched generics in the presence of multiple bounds - posted by pa...@apache.org on 2019/04/30 04:21:36 UTC, 0 replies.
- [groovy] branch GROOVY_2_5_X updated: GROOVY-8990: expecting compilation error for mismatched generics in the presence of multiple bounds - posted by pa...@apache.org on 2019/04/30 04:22:33 UTC, 0 replies.
- [groovy] branch master updated: refactor generics tests - posted by pa...@apache.org on 2019/04/30 04:52:33 UTC, 0 replies.
- [groovy] branch GROOVY_2_5_X updated: refactor generics tests - posted by pa...@apache.org on 2019/04/30 05:03:21 UTC, 0 replies.
- [groovy] branch master updated (ee3f183 -> 6578021) - posted by pa...@apache.org on 2019/04/30 08:02:19 UTC, 0 replies.
- [groovy] 01/02: test refactor - posted by pa...@apache.org on 2019/04/30 08:02:20 UTC, 0 replies.
- [groovy] 02/02: GROOVY-8651: Method override weaker access check does not fully account for package-private visibility - posted by pa...@apache.org on 2019/04/30 08:02:21 UTC, 0 replies.
- [groovy] branch master updated: refactor: don't weaken method access during override - posted by pa...@apache.org on 2019/04/30 08:23:08 UTC, 0 replies.
- [groovy] branch GROOVY_2_5_X updated (b2e1bf6 -> 3113198) - posted by pa...@apache.org on 2019/04/30 09:06:53 UTC, 0 replies.
- [groovy] 01/03: test refactor - posted by pa...@apache.org on 2019/04/30 09:06:54 UTC, 0 replies.
- [groovy] 02/03: GROOVY-8651: Method override weaker access check does not fully account for package-private visibility - posted by pa...@apache.org on 2019/04/30 09:06:55 UTC, 0 replies.
- [groovy] 03/03: refactor: don't weaken method access during override - posted by pa...@apache.org on 2019/04/30 09:06:56 UTC, 0 replies.