You are viewing a plain text version of this content. The canonical link for it is here.
- groovy git commit: Minor refactoring: variableDeclaration - posted by su...@apache.org on 2017/10/01 00:49:17 UTC, 1 replies.
- groovy git commit: GROOVY-8213: Closures are maybe not Threadsafe (closes #609) - posted by jw...@apache.org on 2017/10/01 04:48:20 UTC, 3 replies.
- groovy git commit: trivial refactor: whitespace, formatting - posted by pa...@apache.org on 2017/10/01 05:49:28 UTC, 3 replies.
- groovy git commit: GROOVY-8336: Static compilation requires casting inside instanceof check (additional cases) - posted by pa...@apache.org on 2017/10/01 20:35:20 UTC, 3 replies.
- [1/2] groovy git commit: Fix wildcard arg handling in startGroovy.bat (closes #507) - posted by pa...@apache.org on 2017/10/01 21:04:42 UTC, 2 replies.
- [2/2] groovy git commit: GROOVY-8326: @Override should not copied onto methods generated by applying @Memoize (closes #610) - posted by pa...@apache.org on 2017/10/01 21:04:43 UTC, 2 replies.
- [1/2] groovy git commit: GROOVY-8326: @Override should not copied onto methods generated by applying @Memoize (closes #610) - posted by pa...@apache.org on 2017/10/01 21:08:51 UTC, 0 replies.
- [2/2] groovy git commit: Fix wildcard arg handling in startGroovy.bat (closes #507) - posted by pa...@apache.org on 2017/10/01 21:08:52 UTC, 0 replies.
- groovy git commit: fix build for pre jdk8 - posted by pa...@apache.org on 2017/10/01 22:38:15 UTC, 2 replies.
- groovy git commit: fix merge glitch - posted by pa...@apache.org on 2017/10/01 23:28:09 UTC, 0 replies.
- groovy git commit: GROOVY-4018: Make the Groovy truth value of NaN be false (closes #409) - posted by jw...@apache.org on 2017/10/02 00:45:21 UTC, 1 replies.
- svn commit: r22063 - in /dev/groovy/2.5.0-beta-2: ./ distribution/ sources/ - posted by pa...@apache.org on 2017/10/02 03:11:37 UTC, 0 replies.
- [groovy] Git Push Summary - posted by pa...@apache.org on 2017/10/02 03:11:43 UTC, 0 replies.
- groovy git commit: fix quality build for performance subproject - posted by pa...@apache.org on 2017/10/02 12:14:59 UTC, 2 replies.
- groovy git commit: tweak build file - posted by pa...@apache.org on 2017/10/02 12:16:51 UTC, 0 replies.
- groovy git commit: further quality build tweaks - posted by pa...@apache.org on 2017/10/02 22:44:50 UTC, 0 replies.
- groovy git commit: Minor refactoring: if-else - posted by su...@apache.org on 2017/10/04 18:04:02 UTC, 1 replies.
- groovy git commit: Minor refactoring: conditionalStatement - posted by su...@apache.org on 2017/10/04 18:27:12 UTC, 1 replies.
- groovy git commit: Treat conditional statement as expression - posted by su...@apache.org on 2017/10/05 04:47:20 UTC, 1 replies.
- groovy git commit: Refine error messages - posted by su...@apache.org on 2017/10/05 05:28:32 UTC, 4 replies.
- groovy git commit: Revert "Treat conditional statement as expression" related commits - posted by su...@apache.org on 2017/10/05 06:33:49 UTC, 1 replies.
- groovy git commit: Minor refactoring: compilationUnit - posted by su...@apache.org on 2017/10/05 08:11:56 UTC, 1 replies.
- groovy git commit: Minor improvement - posted by su...@apache.org on 2017/10/05 09:15:42 UTC, 0 replies.
- groovy git commit: Minor refactoring - posted by su...@apache.org on 2017/10/05 11:48:37 UTC, 1 replies.
- groovy git commit: Minor improvement for lexer - posted by su...@apache.org on 2017/10/05 13:48:43 UTC, 1 replies.
- svn commit: r22130 - in /release/groovy/2.5.0-beta-2: ./ distribution/ sources/ - posted by pa...@apache.org on 2017/10/05 18:16:31 UTC, 0 replies.
- svn commit: r22131 - /dev/groovy/2.5.0-beta-2/ - posted by pa...@apache.org on 2017/10/05 18:16:38 UTC, 0 replies.
- groovy-release git commit: tweak release based on 2.5.0-beta-2 - posted by pa...@apache.org on 2017/10/05 23:12:01 UTC, 0 replies.
- groovy git commit: GROOVY-8347: @AutoFinal: Added support to auto-finalize closure parameters (closes #613) - posted by pa...@apache.org on 2017/10/08 11:11:40 UTC, 0 replies.
- groovy git commit: GROOVY-8347: @AutoFinal: Added support to auto-finalize closure parameters (support more targets and inner classes) - posted by pa...@apache.org on 2017/10/08 13:43:51 UTC, 0 replies.
- groovy git commit: GROOVY-8347: @AutoFinal: Added support to auto-finalize closure parameters (allow disabling) - posted by pa...@apache.org on 2017/10/09 01:43:35 UTC, 0 replies.
- groovy git commit: GROOVY-8252: AIOOBE in combination with ncurry and rcurry (closes #612) - posted by pa...@apache.org on 2017/10/09 06:08:14 UTC, 1 replies.
- [1/4] groovy git commit: GROOVY-8252: AIOOBE in combination with ncurry and rcurry (closes #612) - posted by pa...@apache.org on 2017/10/09 06:09:14 UTC, 1 replies.
- [2/4] groovy git commit: GROOVY-8347: @AutoFinal: Added support to auto-finalize closure parameters (support more targets and inner classes) - posted by pa...@apache.org on 2017/10/09 06:09:15 UTC, 1 replies.
- [3/4] groovy git commit: GROOVY-8347: @AutoFinal: Added support to auto-finalize closure parameters (allow disabling) - posted by pa...@apache.org on 2017/10/09 06:09:16 UTC, 1 replies.
- [4/4] groovy git commit: GROOVY-8347: @AutoFinal: Added support to auto-finalize closure parameters (closes #613) - posted by pa...@apache.org on 2017/10/09 06:09:17 UTC, 1 replies.
- [1/2] groovy git commit: GROOVY-8347: AutoFinalTransformBlackBoxTest: Added @AutoFinal(enabled=false) testing (closes #615) - posted by pa...@apache.org on 2017/10/11 14:30:49 UTC, 0 replies.
- [2/2] groovy git commit: GROOVY-8347: @AutoFinal: tweaks to tests - posted by pa...@apache.org on 2017/10/11 14:30:50 UTC, 0 replies.
- [1/2] groovy git commit: GROOVY-8347: @AutoFinal: tweaks to tests - posted by pa...@apache.org on 2017/10/12 00:11:18 UTC, 1 replies.
- [2/2] groovy git commit: GROOVY-8347: AutoFinalTransformBlackBoxTest: Added @AutoFinal(enabled=false) testing (closes #615) - posted by pa...@apache.org on 2017/10/12 00:11:19 UTC, 1 replies.
- groovy git commit: GROOVY-8341: GDK: eachDirRecurse and eachFileRecurse are NOT depth-first - clarify wording in javadoc (closes #614) - posted by pa...@apache.org on 2017/10/12 03:16:01 UTC, 3 replies.
- groovy git commit: GROOVY-8353: groovyConsole should support -Dname=value setting of system properties - posted by pa...@apache.org on 2017/10/12 08:18:45 UTC, 0 replies.
- [1/2] groovy git commit: minor refactor: a little more consistency around how -Dname=value system properties are set - posted by pa...@apache.org on 2017/10/12 08:21:17 UTC, 0 replies.
- [2/2] groovy git commit: GROOVY-8353: groovyConsole should support -Dname=value setting of system properties - posted by pa...@apache.org on 2017/10/12 08:21:18 UTC, 0 replies.
- [1/2] groovy git commit: GROOVY-8353: groovyConsole should support -Dname=value setting of system properties - posted by pa...@apache.org on 2017/10/12 08:21:37 UTC, 0 replies.
- [2/2] groovy git commit: minor refactor: a little more consistency around how -Dname=value system properties are set - posted by pa...@apache.org on 2017/10/12 08:21:38 UTC, 0 replies.
- groovy git commit: minor refactor: a little more consistency around how -Dname=value system properties are set (port for 2_4_X) - posted by pa...@apache.org on 2017/10/12 09:53:22 UTC, 0 replies.
- groovy git commit: minor refactor: a little more consistency around how -Dname=value system properties are set - posted by pa...@apache.org on 2017/10/12 10:06:08 UTC, 0 replies.
- groovy git commit: remove out of date comment - posted by pa...@apache.org on 2017/10/12 13:12:56 UTC, 2 replies.
- groovy git commit: GROOVY-8332: Packaging issue for Antlr4-related jars - posted by pa...@apache.org on 2017/10/13 11:23:56 UTC, 0 replies.
- [1/2] groovy git commit: GROOVY-8332: Packaging issue for Antlr4-related jars - posted by pa...@apache.org on 2017/10/13 11:33:48 UTC, 0 replies.
- [2/2] groovy git commit: remove out of date comment - posted by pa...@apache.org on 2017/10/13 11:33:49 UTC, 0 replies.
- groovy git commit: GROOVY-8324: Use default/Object style toString for indy arg logging (closes #604) - posted by jw...@apache.org on 2017/10/15 03:59:27 UTC, 3 replies.
- groovy git commit: GROOVY-8325: @CompileStatic calls wrong newInstance method - posted by pa...@apache.org on 2017/10/16 05:39:56 UTC, 3 replies.
- [1/4] groovy git commit: Add a guard to figure out if @Generated should be created & added to methods - posted by bl...@apache.org on 2017/10/16 14:20:09 UTC, 0 replies.
- [2/4] groovy git commit: Remove author tags from javadoc - posted by bl...@apache.org on 2017/10/16 14:20:10 UTC, 2 replies.
- [3/4] groovy git commit: GROOVY-8352: add a @Generated annotation - posted by bl...@apache.org on 2017/10/16 14:20:11 UTC, 0 replies.
- [4/4] groovy git commit: Remove JDK8 check in GeneratedTransformTest (close #617) - posted by bl...@apache.org on 2017/10/16 14:20:12 UTC, 0 replies.
- [1/4] groovy git commit: Remove JDK8 check in GeneratedTransformTest - posted by bl...@apache.org on 2017/10/16 14:20:59 UTC, 1 replies.
- [3/4] groovy git commit: Add a guard to figure out if @Generated should be created & added to methods - posted by bl...@apache.org on 2017/10/16 14:21:01 UTC, 1 replies.
- [4/4] groovy git commit: GROOVY-8352: add a @Generated annotation - posted by bl...@apache.org on 2017/10/16 14:21:02 UTC, 1 replies.
- groovy git commit: GROOVY-8351: groovy-starter.conf could be extended to support configscript (closes #616) - posted by pa...@apache.org on 2017/10/16 22:33:03 UTC, 2 replies.
- groovy git commit: GROOVY-8313: NullPointerException in TypeResolver when using generic array return type - posted by pa...@apache.org on 2017/10/16 23:56:34 UTC, 3 replies.
- groovy git commit: trivial refactor - remove a little bit of duplication - posted by pa...@apache.org on 2017/10/17 00:42:46 UTC, 3 replies.
- groovy git commit: GROOVY-8343: Issue implementing Java interface - posted by pa...@apache.org on 2017/10/19 12:02:04 UTC, 0 replies.
- groovy git commit: refactor - posted by pa...@apache.org on 2017/10/19 13:02:10 UTC, 0 replies.
- [1/2] groovy git commit: refactor - posted by pa...@apache.org on 2017/10/19 13:03:55 UTC, 0 replies.
- [2/2] groovy git commit: GROOVY-8343: Issue implementing Java interface - posted by pa...@apache.org on 2017/10/19 13:03:56 UTC, 0 replies.
- [1/2] groovy git commit: GROOVY-8343: Issue implementing Java interface - posted by pa...@apache.org on 2017/10/19 13:09:26 UTC, 0 replies.
- [2/2] groovy git commit: refactor - posted by pa...@apache.org on 2017/10/19 13:09:27 UTC, 0 replies.
- groovy git commit: try travis-ci trusty dist - posted by pa...@apache.org on 2017/10/19 13:30:30 UTC, 1 replies.
- [1/2] groovy git commit: try travis-ci trusty dist - posted by pa...@apache.org on 2017/10/19 13:38:28 UTC, 0 replies.
- [2/2] groovy git commit: plus also with openjdk7 - posted by pa...@apache.org on 2017/10/19 13:38:29 UTC, 0 replies.
- groovy git commit: try travis-ci oraclejdk7 - posted by pa...@apache.org on 2017/10/19 22:07:19 UTC, 2 replies.
- groovy git commit: try travis-ci openjdk7 with bouncycastle fix - posted by pa...@apache.org on 2017/10/20 01:02:41 UTC, 2 replies.
- groovy git commit: try to avoid java.lang.OutOfMemoryError: GC overhead limit exceeded on travis-ci with openjdk7 (side effect: closes #618) - posted by pa...@apache.org on 2017/10/20 02:31:43 UTC, 0 replies.
- groovy git commit: try to avoid java.lang.OutOfMemoryError: GC overhead limit exceeded on travis-ci with openjdk7 (take 2) - posted by pa...@apache.org on 2017/10/20 02:49:03 UTC, 0 replies.
- groovy git commit: try to avoid java.lang.OutOfMemoryError: GC overhead limit exceeded on travis-ci with openjdk7 (take 2b) - posted by pa...@apache.org on 2017/10/20 02:53:34 UTC, 0 replies.
- groovy git commit: more ci tweaks - posted by pa...@apache.org on 2017/10/20 07:50:11 UTC, 0 replies.
- groovy git commit: some unmoved files from a previous merge - posted by pa...@apache.org on 2017/10/20 10:20:54 UTC, 0 replies.
- groovy git commit: CI tweaks - posted by pa...@apache.org on 2017/10/20 11:16:32 UTC, 1 replies.
- groovy git commit: minor fixes for openjdk7 on CI - posted by pa...@apache.org on 2017/10/21 01:23:34 UTC, 4 replies.
- groovy git commit: trivial refactor - posted by pa...@apache.org on 2017/10/21 03:36:00 UTC, 0 replies.
- groovy git commit: fix typo - posted by pa...@apache.org on 2017/10/21 06:02:47 UTC, 0 replies.
- groovy git commit: bump gradle version - posted by pa...@apache.org on 2017/10/21 11:09:14 UTC, 0 replies.
- groovy git commit: align JAVA_OPTS with 2_5_X - posted by pa...@apache.org on 2017/10/21 11:10:39 UTC, 0 replies.
- groovy git commit: try trusty env for 2_4_x - posted by pa...@apache.org on 2017/10/21 11:41:25 UTC, 0 replies.
- groovy git commit: try bypassing https - posted by pa...@apache.org on 2017/10/21 12:02:18 UTC, 0 replies.
- groovy git commit: use jdk8 to get zip and plugins - posted by pa...@apache.org on 2017/10/23 02:18:06 UTC, 0 replies.
- groovy git commit: some JDK9 test fixes - posted by pa...@apache.org on 2017/10/23 04:54:11 UTC, 0 replies.
- groovy git commit: jdk9 fixes plus bump ASM to 6.0 final - posted by pa...@apache.org on 2017/10/23 09:16:13 UTC, 0 replies.
- groovy git commit: ignore slight xml whitespace formatting changes on jdk9 - posted by pa...@apache.org on 2017/10/23 09:35:53 UTC, 0 replies.
- [1/3] groovy git commit: some JDK9 test fixes - posted by pa...@apache.org on 2017/10/23 10:26:40 UTC, 0 replies.
- [2/3] groovy git commit: jdk9 fixes plus bump ASM to 6.0 final - posted by pa...@apache.org on 2017/10/23 10:26:41 UTC, 0 replies.
- [3/3] groovy git commit: ignore slight xml whitespace formatting changes on jdk9 - posted by pa...@apache.org on 2017/10/23 10:26:42 UTC, 0 replies.
- groovy git commit: jdk9 adjustments only for oraclejdk9 env - posted by pa...@apache.org on 2017/10/23 10:28:38 UTC, 1 replies.
- groovy git commit: minor refactor - posted by pa...@apache.org on 2017/10/23 11:13:38 UTC, 1 replies.
- groovy git commit: put ci back to normal state - posted by pa...@apache.org on 2017/10/23 11:51:40 UTC, 0 replies.
- groovy git commit: fix wrong split for jdk8+ parts of test - posted by pa...@apache.org on 2017/10/23 11:57:51 UTC, 0 replies.
- groovy git commit: ci tweaks - posted by pa...@apache.org on 2017/10/25 03:53:14 UTC, 11 replies.
- groovy git commit: Adding spacing around equals operator for consistency (closes #620, side effect: closes #618) - posted by pa...@apache.org on 2017/10/27 20:08:07 UTC, 3 replies.
- groovy git commit: Replaced deprecated padLeft call in BaseDuration (closes #621) - posted by pa...@apache.org on 2017/10/30 20:17:29 UTC, 3 replies.