Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Friends of Apache Groovy

Supports activities within the Groovy community
Collective - Host: opensource - https://opencollective.com/friends-of-groovy - Website: https://twitter.com/FriendsOfGroovy - Code: https://github.com/apache/groovy

Move `AstStringCompiler` to Java source root

github.com/apache/groovy - fbfda5ee97ba36cbee918874da90215bd813b3ac authored about 5 years ago by Daniel Sun <[email protected]>
Minor refactoring: implement `AstStringCompiler` in Java

github.com/apache/groovy - ae9beecc6f753b7d13cec9747b3956c6ca7a609b authored about 5 years ago by Daniel Sun <[email protected]>
Trivial refactoring: Explicit type can be replaced with <>

github.com/apache/groovy - ae7450c2cdd5c173f7e62a938ce1cf25717138d8 authored about 5 years ago by Daniel Sun <[email protected]>
Minor refactoring: Remove redundant parameter

github.com/apache/groovy - c8b32dab918cfe0abee29b6249ec03f6fa07449b authored about 5 years ago by Daniel.Sun <[email protected]>
Handle resources robustly

github.com/apache/groovy - 35d5a6ce505d2a9680d69a4007576e9bfeff37f7 authored about 5 years ago by Daniel.Sun <[email protected]>
Fix hardcoded ASM API version

github.com/apache/groovy - a75b89a6271c1b424814af0d7993224ff77204ca authored about 5 years ago by Daniel.Sun <[email protected]>
GROOVY-8361: add test case

github.com/apache/groovy - 73eb7200cd3cb64f4ac4c829bc56daab30aa9b79 authored about 5 years ago by Eric Milles <[email protected]>
GROOVY-8468: add test case

github.com/apache/groovy - 4edad9994113a54ee3c3d47d658c3e369f866c82 authored about 5 years ago by Eric Milles <[email protected]>
refactor InvocationWriter to reduce duplication around makeCall

- replace usesSuper with AsmClassGenerator#isSuperExpression

- handling of "this" and "super" w...

github.com/apache/groovy - b56d1c17cc48f024d500688d4b2a8ca4a609f1cd authored about 5 years ago by Eric Milles <[email protected]>
make parameters final and remove dead path in visitAttributeExpression

github.com/apache/groovy - c9adec3438cdd14021362885538d336a3ddea738 authored about 5 years ago by Eric Milles <[email protected]>
add test case for super attribte expression

github.com/apache/groovy - 528fde0edb57b4c369c6e224afa4b06fd0f5fda8 authored about 5 years ago by Eric Milles <[email protected]>
refactor to move property-only field checking to visitPropertyExpression

replace usesSuper(PropertyExpression) with isSuperExpression(Expression)

github.com/apache/groovy - 3f37f60c7d0b4393c3d1f34c4880cb02c7296f62 authored about 5 years ago by Eric Milles <[email protected]>
GROOVY-8762: make WriterController#isInClosure() more selective

- any inner class that extended Closure got closure literal treatment

github.com/apache/groovy - 3cbc7e3170330d250dc5a2036f910dbf15664199 authored about 5 years ago by Eric Milles <[email protected]>
minor edits

github.com/apache/groovy - ceb9f95d8a7ae6a1da48160aee6e56a99f71df74 authored about 5 years ago by Eric Milles <[email protected]>
GROOVY-8762: add test case

github.com/apache/groovy - 683ff9ee6fee665cd4a6407b84188e5b9cc83799 authored about 5 years ago by Eric Milles <[email protected]>
GROOVY-8648: fix ASM error for this or super attribute expression on LHS

java.lang.NegativeArraySizeException
at groovyjarjarasm.asm.Frame.merge(Frame.java:1222)
at ...

github.com/apache/groovy - 06da9561f0a274ce71c7a1b669841bc70c61766d authored about 5 years ago by Eric Milles <[email protected]>
refactor to remove repeated creation of Class<Type>

github.com/apache/groovy - 7127bb5b3f120ddaffa6630adb436ce68117ed04 authored about 5 years ago by Eric Milles <[email protected]>
GROOVY-9318: add support for ** syntax in star import white/black lists

This closes #1100
This closes #1101

github.com/apache/groovy - 4483012e08ed4115bf25280260d7b2e3c95efeed authored about 5 years ago by Eric Milles <[email protected]>
GROOVY-9317: record field expression value for assert

github.com/apache/groovy - 9d75b171be28d3f33033ac3fa13b1296d5028cb0 authored about 5 years ago by Eric Milles <[email protected]>
reset flags after constructor (like after method) and other minor edits

github.com/apache/groovy - e03c5a6362de3d4239eedfeb0b5ef96c9c8aa597 authored about 5 years ago by Eric Milles <[email protected]>
remove dead code

- a ClassNode will never be equal to an Expression

github.com/apache/groovy - 1ed200297104752138b59decdad9e4315bfe4ff6 authored about 5 years ago by Eric Milles <[email protected]>
GROOVY-9316: Improved toString for AnnotationNode (closes #1102)

github.com/apache/groovy - e71eee4b6f915fa8c655439afe2061d1205d8ca5 authored about 5 years ago by Paul King <[email protected]>
Remove redundant checks

github.com/apache/groovy - 2a139994d25a1a6235bd6f3d89ed46e79dbaae7c authored about 5 years ago by Daniel Sun <[email protected]>
organize members and other minor edits

github.com/apache/groovy - b51fe06dd9aa5d41489106d7a3047dbda76bb68e authored about 5 years ago by Eric Milles <[email protected]>
GROOVY-9314: Bump picocli to 4.1.0

github.com/apache/groovy - 344b74c3272f3f9030dadaf01d91ed8504915357 authored about 5 years ago by Daniel Sun <[email protected]>
Avoid method calls as possible as we could

github.com/apache/groovy - 585d4d67aece5878cb8b511b3bcfe9bee513d838 authored about 5 years ago by Daniel Sun <[email protected]>
Trivial refactoring: create call site array with stream and trivial edits

github.com/apache/groovy - 1f3ae864a9217fb86e63d85ea3e7ff968bfcbbff authored about 5 years ago by Daniel Sun <[email protected]>
remove unused class

github.com/apache/groovy - bc130d46abf9311f648fed75e89a5ea6e1f65a3b authored about 5 years ago by Paul King <[email protected]>
Tweak the step name of testing on github-actions

github.com/apache/groovy - 018ae887d27bc73e534e10461995a6b0154ac72c authored about 5 years ago by Daniel Sun <[email protected]>
Fix the failing build on Java 11.0.5

github.com/apache/groovy - 002b8581aa3f8728b25a66690e7aac05f375ee0e authored about 5 years ago by Daniel Sun <[email protected]>
Fix the version JDK 8(LTS) of github-actions

github.com/apache/groovy - d6b6ee86cde9a0e793df07e97f8a20d425341782 authored about 5 years ago by Daniel Sun <[email protected]>
Add JDK 8(LTS) to github-actions

github.com/apache/groovy - d3c29f9193296ea5efc34815e5c5991af8c5cb62 authored about 5 years ago by Daniel Sun <[email protected]>
Use JDK 11(LTS) on github-actions

github.com/apache/groovy - 41a69cb26b2616628d16574aa28b8c0b9afd7d8a authored about 5 years ago by Daniel Sun <[email protected]>
Enable github-actions

As travis CI always shows "Received" and does not run tests immediately, enable github actions o...

github.com/apache/groovy - 8b65ad7589e13f23394fcdee9d31a3c2ebd984a5 authored about 5 years ago by Daniel Sun <[email protected]>
STC: isLHSOfEnclosingAssignment returns true for ++/-- on variable expr

PV_FIELDS_MUTATION is recorded instead of PV_FIELDS_ACCESS

This is a first step towards fixing...

github.com/apache/groovy - 8c0c5b018805fcab7217f5cdc784fc88354cfb15 authored about 5 years ago by Eric Milles <[email protected]>
GROOVY-9245: exclude synthetic constructors from CachedClass

github.com/apache/groovy - 9ee6f869762f377d542732bd5eb46e448d3a2654 authored about 5 years ago by Eric Milles <[email protected]>
GROOVY-8399: apply import customizations only once per module

github.com/apache/groovy - 5640447ece03d024b6689983c4f5a3e338e56c8d authored about 5 years ago by Eric Milles <[email protected]>
GROOVY-9312: disable direct references to local .m2 repo jars

github.com/apache/groovy - 0fdcf6aaa20d129a80ad0e517a9036ec0151840d authored about 5 years ago by Eric Milles <[email protected]>
Tweak GROOVY-9126: Remove unnecessary checks (#1096)

* Tweak GROOVY-9126: Remove unnecessary checks

* Check if block is empty

github.com/apache/groovy - d787ddd244a8e8c805d4941366faa1aa3f369c2c authored about 5 years ago by Daniel.Sun <[email protected]>
fix test suite isolation

github.com/apache/groovy - 751a89d12efee0231d057a2064c2cc1ecacc068c authored about 5 years ago by Eric Milles <[email protected]>
GROOVY-9238: look again for collector annotations when anno list changes

github.com/apache/groovy - 2af190780bd33c7c12806297e8f548f52f1b7c2c authored about 5 years ago by Eric Milles <[email protected]>
GROOVY-8686: restrict instanceof flow type to enclosing statement

github.com/apache/groovy - 3fc5fa6949ce2d46c84325a6f295f42064554347 authored about 5 years ago by Eric Milles <[email protected]>
GROOVY-9126: Unreachable line numbers after ARETURN in bytecode (#1095)

github.com/apache/groovy - ecb6c331edf08a0b41ac3ff4b63aae99b85a4b76 authored about 5 years ago by Daniel.Sun <[email protected]>
remove outer class

github.com/apache/groovy - b668bac0f481dac82bb935cbe1110f2fc9645067 authored about 5 years ago by Eric Milles <[email protected]>
refactor to use more of the SourceUnit API

github.com/apache/groovy - 4ae1eff52bf18124b4ef06bd8ab8b7154e2cdbd9 authored about 5 years ago by Eric Milles <[email protected]>
create parser-agnostic API for parsing snippet

github.com/apache/groovy - f6f55ab632fe451aa8fe98ca87ecdd26b06d659a authored about 5 years ago by Eric Milles <[email protected]>
minor edits

github.com/apache/groovy - ab2b7d827f9eddc552b7c6e8fe976cd59c0477e2 authored about 5 years ago by Eric Milles <[email protected]>
refactor addTransformsToClassNode and supporting methods

github.com/apache/groovy - b551e2b2def997463145cd995145fa10385d7389 authored about 5 years ago by Eric Milles <[email protected]>
rework checks for annotation collectors and fix generics warnings

evaluateExpression handles aliasing of "mode" and "processor" values

github.com/apache/groovy - d557787ac1ac8516d90d38b80726c4d57ac5d634 authored about 5 years ago by Eric Milles <[email protected]>
fixed style issues

github.com/apache/groovy - cedef0b2436901993c61edab115f03765fe24f21 authored about 5 years ago by Eric Milles <[email protected]>
favor early return

github.com/apache/groovy - fd997c942eaeea9866224f1a6ce18fb523e8814f authored about 5 years ago by Paul King <[email protected]>
minor edits

github.com/apache/groovy - 0b2155dd202107b5dfca51a36ada20884c983d69 authored about 5 years ago by Eric Milles <[email protected]>
minor edits

github.com/apache/groovy - ab630c095da254d346803e8406b05ddab7f724b6 authored about 5 years ago by Eric Milles <[email protected]>
GROOVY-9311: Bump jackson-dataformat-yaml to 2.10.1

github.com/apache/groovy - cb6d9c3350e479bc453b0e0310594817da6e5f9f authored about 5 years ago by Daniel Sun <[email protected]>
GROOVY-8579, GROOVY-8930: check static interface method for direct calls

- calling a static interface method requires Java 1.8+ bytecode

github.com/apache/groovy - fedc791efd562ed1fe74e3887340c38cabfcbb19 authored about 5 years ago by Eric Milles <[email protected]>
Improve the robustness of closing resources

github.com/apache/groovy - 148d14fb9c5642fe9a30d16630766470033d702c authored about 5 years ago by Daniel Sun <[email protected]>
GROOVY-8446: Antlr2: syntax error for void[] or void...

NOTE: Antlr4 parser does not recognize "void[]" or "void..." as types;
the JUnit tests can be sw...

github.com/apache/groovy - d99605b902ab3748641e44c3e768cfd072e5e75f authored about 5 years ago by Eric Milles <[email protected]>
consolidate calls to ClassNode#makeArray() and other minor edits

github.com/apache/groovy - 159e1a9d879e68431cd9d8895d372e598d2d7463 authored about 5 years ago by Eric Milles <[email protected]>
GROOVY-8955: prevent Matcher.find()'s side-effect on Matcher.asBoolean()

This closes #815

github.com/apache/groovy - f0d1c9abef1780c8f7088d002309f7384cdec6f2 authored about 5 years ago by Szymon Stępniak <[email protected]>
GROOVY-8775, GROOVY-9197: Ant: separate JVM and compilation classpaths

github.com/apache/groovy - c6e50bab27dc705116b93daccd62d53160c99938 authored about 5 years ago by Eric Milles <[email protected]>
Ant: add support for more joint compilation options

<groovyc>
<javac _attribute_ />
</groovyc>
- bootclasspath
- bootclasspathref
- deprecation
- ...

github.com/apache/groovy - 15dc98c9a499231931a8b98f5031569adb6a0b89 authored about 5 years ago by Eric Milles <[email protected]>
updated docs for groovyc ant task

github.com/apache/groovy - b2842cbce83546fdc73d351351cd114c5db23393 authored about 5 years ago by Eric Milles <[email protected]>
Trivial refactoring: Remove redundant type arguments

github.com/apache/groovy - abf7dda3a5b3626e3ce3de1e4703f8aa9ccebcf6 authored about 5 years ago by Daniel.Sun <[email protected]>
Trivial refactoring: Remove redundant `if` statement

github.com/apache/groovy - 1cd9c49e2a62b89a08f150c46cc3ceeb22153f25 authored about 5 years ago by Daniel.Sun <[email protected]>
Trivial refactoring: Remove redundant type cast

github.com/apache/groovy - 102ceaa5171b4136ba5395962208ac1805acb6ed authored about 5 years ago by Daniel.Sun <[email protected]>
GROOVY-8310: STC: check closure return type when method type has generic

github.com/apache/groovy - 4fb4dff8271fd4d0b6fa5c89f486cdd2bf4ca206 authored about 5 years ago by Eric Milles <[email protected]>
GROOVY-8423: Do not adjust access modifiers for inner class table

This closes #648

github.com/apache/groovy - 10cebe871a574808f1edb87c73f0c17f73a24e10 authored about 5 years ago by Shil Sinha <[email protected]>
fix generics and other minor edits

github.com/apache/groovy - 175bd3b0c0d56e0a1a0658b87d3183957c26c846 authored about 5 years ago by Eric Milles <[email protected]>
minor edits

github.com/apache/groovy - f22d47964cceca8d30dbda178768c7cfcd37844c authored about 5 years ago by Eric Milles <[email protected]>
add notes on joint compiler arguments and refactor minor stuff

github.com/apache/groovy - 6aff769ed697218229fa12f6bbf3e4903f725218 authored about 5 years ago by Eric Milles <[email protected]>
minor edits

github.com/apache/groovy - 81d8ac64923b9d514b3c49295a7f28241bbb46d4 authored about 5 years ago by Eric Milles <[email protected]>
GROOVY-9307: Bump javaparser to 3.15.5 (#1079)

github.com/apache/groovy - fd5794f9c8e8faa1c00a96f8f035d60b4b99e14b authored about 5 years ago by Daniel.Sun <[email protected]>
Refactor code (closes #1076)

I refactor some code about java7 and some performance issues.

--Learn and contribute to groovy.

github.com/apache/groovy - 038c52750c0ed944c0a68427b560053b023a8604 authored about 5 years ago by mattisonchao <[email protected]>
GROOVY-7722: prevent stack overflow resolving generics placeholders (closes #1077)

GROOVY-7864

github.com/apache/groovy - 1250071f13bd6f3666a6469c532c6f0ee3799bd3 authored about 5 years ago by Eric Milles <[email protected]>
trivial refactor

github.com/apache/groovy - 6b16708c41921b956929a97e14c0b55a39f5685b authored about 5 years ago by Eric Milles <[email protected]>
use redirect for reference comparison

github.com/apache/groovy - 3b7fffa60762730dfa6c8f4a09df51151188f37b authored about 5 years ago by Eric Milles <[email protected]>
minor edits

github.com/apache/groovy - 9ee678ba4d2e33d569e54d97ab5349dd39436a0e authored about 5 years ago by Eric Milles <[email protected]>
fix generics

github.com/apache/groovy - 936baebe9081443765b738c115feba0629898779 authored about 5 years ago by Eric Milles <[email protected]>
trivial refactor

github.com/apache/groovy - 7a8b01d1b9f342536e24fe5989e614d2f82fcc5a authored about 5 years ago by Eric Milles <[email protected]>
refactor checks for this and super object expressions

github.com/apache/groovy - 6caf4ede80e9ae9095e292dd80e05cf46b83129d authored about 5 years ago by Eric Milles <[email protected]>
minor edits for readability

github.com/apache/groovy - a219aca034911057aa44c2644acac171b540a327 authored about 5 years ago by Eric Milles <[email protected]>
JUnit 4

github.com/apache/groovy - 11fb3f97c2582e2db87320495a7682cc6bfe818c authored about 5 years ago by Eric Milles <[email protected]>
Remove outdated javadoc hotfix (#1074)

github.com/apache/groovy - 9e952112db70ab372371bef5603a36618869871a authored about 5 years ago by Daniel.Sun <[email protected]>
GROOVY-7996: check for get(String)/set(String,Object) or propertyMissing

github.com/apache/groovy - 8b0e5b7bc9aa7af2c08faee5dad482899a6a0265 authored about 5 years ago by Eric Milles <[email protected]>
Rework check for runtime retention of repeatable annotation collector

- if repeatee has runtime retention, collector must as well
- if repeatable isn't resolved, eval...

github.com/apache/groovy - c2ea336d935beb62da4977e82714261c182b69dd authored about 5 years ago by Eric Milles <[email protected]>
GROOVY-8372: pass remote (not local) conf to addDependencyArtifact

add dependency artifacts only if ext, type or classifier is non-default

github.com/apache/groovy - 16280716c22848df5ebbef799f3ec1f2b5c99322 authored about 5 years ago by Eric Milles <[email protected]>
if dependency is found in local .m2 repo, don't copy jars to grape cache

github.com/apache/groovy - eaf651e18c407e8564131c3cde36060c04811b03 authored about 5 years ago by Eric Milles <[email protected]>
remove extra config

github.com/apache/groovy - 707c2bf3a15c6354ba6d0f124fa08f3ff3fe22ff authored about 5 years ago by Eric Milles <[email protected]>
GROOVY-8305: build "file:" URL for "user.home" and set as Ivy variable

github.com/apache/groovy - 412edb87e78a62de9b0e4f6de09416cee0475cae authored about 5 years ago by Eric Milles <[email protected]>
copy method target for variable that resolves to implicit-this property

github.com/apache/groovy - 575f67a442048f875d8f2ab097c22329e9be7819 authored about 5 years ago by Eric Milles <[email protected]>
refactor code (closes #1072)

refactor some code about unnecessary objects

github.com/apache/groovy - 9fb8f89d85d822bc8975cb07450699904e9268a0 authored about 5 years ago by mattisonchao <[email protected]>
JUnit 4 and other minor edits

github.com/apache/groovy - 7c26ce6c81b258ae5d4b654d6c7ebc74d3030c5f authored about 5 years ago by Eric Milles <[email protected]>
Minor refactoring: remove unnecessary visiting (#1070)

github.com/apache/groovy - 25a7e2c704ec45d13fa8575f196b162013d2a457 authored about 5 years ago by Daniel.Sun <[email protected]>
refactor code

I refactor some code about new java version and some unnecessary
objects that I leant from effec...

github.com/apache/groovy - f1a0d190dd3bc84d5760cd44d5bd051ddca3a31b authored about 5 years ago by mattisonchao <[email protected]>
ClosureUtils#hasImplicitParameter(ClosureExpression) can test for "it"

github.com/apache/groovy - d91f5275a34b52b71594860d23cda2526f9418d9 authored about 5 years ago by Eric Milles <[email protected]>
GROOVY-8721, GROOVY-9015: Avoid calling ClassNode#getTypeClass()

GROOVY-4146

github.com/apache/groovy - 8c66dec035ffc3fb40a1322e6e1b902e217f3d1d authored about 5 years ago by Eric Milles <[email protected]>
Avoid potential invalid syntax (#1067)

github.com/apache/groovy - cd23b19909bc0e32e7cba405c8dd5cd990ad5c5c authored about 5 years ago by Daniel.Sun <[email protected]>
minor edits

github.com/apache/groovy - 5744d8c71d4b7a9784499f484409137ae1d652d4 authored about 5 years ago by Eric Milles <[email protected]>
refactor code

I refactor some code,the mainly about the new java version,
the other about some style or perfor...

github.com/apache/groovy - 871f756094e8759d6142fe8fecfbb6ee72a04e26 authored about 5 years ago by mattisonchao <[email protected]>
sync with groovy-eclipse

github.com/apache/groovy - e8f8f3dbbde12a9701ca236d1ba9c9f5e377d901 authored about 5 years ago by Eric Milles <[email protected]>