groovy git commit: refactor: remove duplicate code

2016-11-26 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/GROOVY_2_4_X 3a31e958a -> 67c5fa1ca refactor: remove duplicate code Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/67c5fa1c Tree:

groovy git commit: refactor: remove duplicate code

2016-11-26 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/master ef7384c74 -> 273c15375 refactor: remove duplicate code Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/273c1537 Tree:

[1/5] groovy git commit: Fix test: BigInteger.longValueExact added in 1.8

2016-11-26 Thread sunlan
Repository: groovy Updated Branches: refs/heads/parrot 08ebc38cb -> 8b4cdff35 Fix test: BigInteger.longValueExact added in 1.8 Use longValue instead since it still verifies the fix and works for Java 1.7. Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit:

[4/5] groovy git commit: GROOVY-6862: Traits dont allow $ in identifiers where normal classes do (closes #464)

2016-11-26 Thread sunlan
GROOVY-6862: Traits dont allow $ in identifiers where normal classes do (closes #464) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/ef7384c7 Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/ef7384c7 Diff:

[3/5] groovy git commit: GROOVY-6175: invoking memoized closure property as method fails (closes #462)

2016-11-26 Thread sunlan
GROOVY-6175: invoking memoized closure property as method fails (closes #462) Per the Closure class docs, to be able to use a Closure in short form, e.g., c(), in subclasses, you need to provide a doCall method with any signature you want to, if no doCall method is provided a closure must be

[2/5] groovy git commit: @TailRecursive doc should read "Method annotation ..." (closes #461)

2016-11-26 Thread sunlan
@TailRecursive doc should read "Method annotation ..." (closes #461) Minor text fixes to TailRecursive annotation's documentation: - it is a method annotation, not a class annotation - since I was already here, added an 's' to make pluralization of "recursive calls" consistent Project:

groovy git commit: GROOVY-8006: [parrot] Allow dropping 'def' or type in try with resources

2016-11-26 Thread sunlan
Repository: groovy Updated Branches: refs/heads/parrot 2ca95086e -> 08ebc38cb GROOVY-8006: [parrot] Allow dropping 'def' or type in try with resources Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/08ebc38c Tree: