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

GROOVY-9383: Bump javaparser to 3.15.11

github.com/apache/groovy - 54f0539be192be553c2a8f0ee2b5a49fa98b9a86 authored almost 5 years ago
GROOVY-6097: add test cases

github.com/apache/groovy - d7c913334edd15350506a7ba71bf6fc2d624a436 authored almost 5 years ago
Fix occasional syntax highlighting issues of groovy console

For example:
1) input the following code in groovy console
```
def a =
123
```
2) select all tex...

github.com/apache/groovy - 00b46e9212e1dd2cedbe18ef4b20f41188f2cdda authored almost 5 years ago
GROOVY-9376: add grab/grape resolver to start of chain

github.com/apache/groovy - cea98eede044204dde4bc12ad61c173c15d4b43d authored almost 5 years ago
minor refactoring

github.com/apache/groovy - efaa3bf52c078c520f2047a5edc548dfe551961c authored almost 5 years ago
Tweak `variableDeclaration` rule

```
classifiedModifiers[$t]? type variableDeclarators
```

can be written as:

```
( classifiedM...

github.com/apache/groovy - bc84072f29d48977b5951d9777f47201ece834b1 authored almost 5 years ago
Tweak unbalanced parens

github.com/apache/groovy - 81fbbb45d9fd59f2d2ba8b00fdf26c30031175d0 authored almost 5 years ago
minor refactoring

github.com/apache/groovy - 5f05b8ebf6dc8a61ecb45e01ebab03adbd05ec17 authored almost 5 years ago
Revert "GROOVY-4694: Move AstBuilderTransformation Global xForm to separate module"

This reverts commit 995053bd89477e605637b26884adba5051141de4.

github.com/apache/groovy - 6c9cbbad4cffd4eaa3826f5a0736bc94382913d1 authored almost 5 years ago
GROOVY-4694: Move AstBuilderTransformation Global xForm to separate module (module should be optional) (closes #1154)

github.com/apache/groovy - a4d414d5d4899388b6adaf4908080fce8e1a59cb authored almost 5 years ago
Revert "GROOVY-4694: Move AstBuilderTransformation Global xForm to separate module (module should be optional) (closes #1154)"

This reverts commit dbacfd65d0110106d5bd6b2ad13d75d39db0a9dc.

github.com/apache/groovy - c6b81226131cb58ad625ca1e98cf5a7593483f31 authored almost 5 years ago
GROOVY-4694: Move AstBuilderTransformation Global xForm to separate module (module should be optional) (closes #1154)

github.com/apache/groovy - dbacfd65d0110106d5bd6b2ad13d75d39db0a9dc authored almost 5 years ago
GROOVY-4694: Move AstBuilderTransformation Global xForm to separate module

github.com/apache/groovy - 995053bd89477e605637b26884adba5051141de4 authored almost 5 years ago
SC: check for getter/setter on implicit-this expression in closure

@groovy.transform.CompileStatic
void meth(Pogo pogo) {
pogo.with {
string ...

github.com/apache/groovy - 67509d9bb8ff8c18b07755fc58130e3082d7eedf authored almost 5 years ago
Tweak `expressionListElement` rule

github.com/apache/groovy - 5ab5a58da1b280261bc37afa7addf1a9a323f0d8 authored almost 5 years ago
Refine test for GROOVY-9204

Use isolated test java classes instead.

github.com/apache/groovy - 29f43f165f002299e3e7e2f8e8daff003dbb3403 authored almost 5 years ago
Tweak `classifiedModifiers` rule: remove redundant alternative

github.com/apache/groovy - 0efe035d42f32ae7b2827ecc6a3356326f4f7ca0 authored almost 5 years ago
refactor some code into java 8 style (closes #1156)

github.com/apache/groovy - 9381aa58db42874ca5fede79feef8ae8ed16686f authored almost 5 years ago
Minor refactoring: simplify the code for adding annotations to array

github.com/apache/groovy - e32a9a864e529f478925e5e9c7d1d484d949932b authored almost 5 years ago
Minor refactoring: simplify the code for adding annotations to array

github.com/apache/groovy - 92eb3037b2196f51b4af79b4ff75527f87512e36 authored almost 5 years ago
GROOVY-4976: NPE in AntlrParserPlugin on incorrect array creation expression

github.com/apache/groovy - a5629358ecb847fff01f5afc4f266938c8b5ef03 authored almost 5 years ago
Remove the semantic predicate in the `returnType` rule suggested by @sharwell

github.com/apache/groovy - 52409103df8e8ccef3d093c71a726723f0e0adf8 authored almost 5 years ago
Fix GROOVY-9204

github.com/apache/groovy - 0cb6d88b96871320ec5ece8609cd9437766b71e5 authored almost 5 years ago
GROOVY-9380: VMPlugin refactor: Coalesce Java5 through Java7 into Java8 (remove deprecated classes)

github.com/apache/groovy - 6e10c35b7fdc7c6b213372d7fa771f723ca5906a authored almost 5 years ago
GROOVY-9380: VMPlugin refactor: Coalesce Java5 through Java7 into Java8 (remove reference to unused class)

github.com/apache/groovy - 152f376df31ea115f8db5e53646e0f9fd2b668d8 authored almost 5 years ago
Tweak `elementValueArrayInitializer` rule

github.com/apache/groovy - 388c5f402509f976c85f6e95a6941261cac46456 authored almost 5 years ago
Avoid ambiguities

github.com/apache/groovy - 93beace97e38066af8cdb0fede7a8fa5befe9635 authored almost 5 years ago
allow for slightly more max heap space

github.com/apache/groovy - 950e72396fc013607858c1b9e026f5db0716c84f authored almost 5 years ago
make test more resilient to failure under high load (plus formatting)

github.com/apache/groovy - c74c026b35b5de6d4e22c61af22dbcd860b51917 authored almost 5 years ago
Tweak `pathElement` rule

github.com/apache/groovy - 029e76f0e4a84aa5ee94e1cda85dda3ab93cc303 authored almost 5 years ago
GROOVY-9380: VMPlugin refactor: Coalesce Java5 through Java7 into Java8

github.com/apache/groovy - 697bf094a40b9afda80ae1da0b431c26ec5a3ca3 authored almost 5 years ago
Add comment for `classOrInterfaceModifiersOpt`

github.com/apache/groovy - b5f58bcb07b0d06169f82716dc8f1d12fd158b1e authored almost 5 years ago
wait a little longer - avoid occasional fail when run on a machine under heavy load

github.com/apache/groovy - ddf2d602ec5bcc3e961525ba16288b5ceca55efd authored almost 5 years ago
Add openjdk13 build to travis CI

github.com/apache/groovy - dd1fb236839cbed178448929c43bbf3db1a101c9 authored almost 5 years ago
Fix the failing build due to compilation error

github.com/apache/groovy - 47bf960130e34f08df3f8800ce2d75a0dbf5eb3c authored almost 5 years ago
GROOVY-9377: Support JDK15

github.com/apache/groovy - 8c34cacc37e55a9264e56182ff9eedd186312704 authored almost 5 years ago
fix test since we now longer use a special test grape config

(it possibly makes GrabResolverTest run slow - we might want to bring back the config instead)

github.com/apache/groovy - 5d757288769251bd05edf02460c6bb7fcd8c0916 authored almost 5 years ago
GROOVY-9271: fix regression of brackets in method names due to buggy ASM version (test case)

github.com/apache/groovy - 8d9431ff2292beae2ce0dbe201770c8cc502f7b0 authored almost 5 years ago
add license header

github.com/apache/groovy - 56372d42bb9c9f8fc5a258a9844da675002aaf35 authored almost 5 years ago
minor edits

github.com/apache/groovy - 61ee9c9fa31cef2adb0ef0c8a5558f29ab1ec82e authored almost 5 years ago
prevent unnecessary end label visit

github.com/apache/groovy - 5ef88093d58ef55745f0913299bbdd2716760661 authored almost 5 years ago
minor edits

github.com/apache/groovy - bb05a131ff71ed251c842f66e26f5e1272b49154 authored almost 5 years ago
remove org.apache.groovy.parser package and other minor edits

github.com/apache/groovy - 624ee946ca0578e8e57efd209fa8d45503daccec authored almost 5 years ago
Tweak `classOrInterfaceModifiersOpt` rule

github.com/apache/groovy - fb8d8dcb62d4a79c75494eb28fd5d9b5372e02a3 authored almost 5 years ago
Tweak `commandExpression` rule's semantic predicate

github.com/apache/groovy - 9f9821c541bf92555d4b58515134cde65659b4c3 authored almost 5 years ago
Tweak rules

github.com/apache/groovy - 4cd3b09760d21238f3864f2a3772922d76220592 authored almost 5 years ago
Tweak `classOrInterfaceModifiers` rule

github.com/apache/groovy - 28c4e91a5d5634c263b2630669f7b39b73b4aac4 authored almost 5 years ago
Use ubuntu-18.04 to align with the OS version of gradle workflow

github.com/apache/groovy - bab5c23e89e36e082d2437828e6c2ae9fb1bb4de authored almost 5 years ago
remove need for compiler config from parser creation

github.com/apache/groovy - 6a7bf3677c0e7488f5dd2ae89c4bd21420392cfb authored almost 5 years ago
Tweak `methodDeclaration` rule to fix last line/col number of method node

github.com/apache/groovy - e2869dad60976a5af3f5a6bf6bba90dc66d43167 authored almost 5 years ago
Add Github Workflow for Gradle Wrapper Validation (closes #1152)

github.com/apache/groovy - 37952adce22b662776bee6581c438a73b618649b authored almost 5 years ago
GROOVY-9371: Bump gradle to 6.1.1

github.com/apache/groovy - 3a850e0ceffd5174a59990cf2f39b764062b085d authored almost 5 years ago
remove legacy comment

github.com/apache/groovy - de98fa557a70124341fb20c0ab4dd630d4d2430e authored almost 5 years ago
minor edits

github.com/apache/groovy - 739373b15a5a5d0516d1bce3ace34aefeaa8f300 authored almost 5 years ago
minor edits

github.com/apache/groovy - 264fd555bec149f1e2fb430666a8fb5b0092165c authored almost 5 years ago
Revert "Tweak `nls` rule" for now

This reverts commit d1424a8d

github.com/apache/groovy - 56e9ff96b9a15cb2512fbe2a5434181ae654d0f4 authored almost 5 years ago
minor edits

github.com/apache/groovy - d3e3851d2b869cffc49bd61b119164876e0f46f5 authored almost 5 years ago
Tweak `nls` rule

nls has a "Rule" where the content is a "Greedy Closure"

We need to set the sll field of the St...

github.com/apache/groovy - d1424a8d4f5ea65b474ed9318aeedd44b2e52189 authored almost 5 years ago
minor edits

github.com/apache/groovy - 12a7e4da9b6dc0bc060aa2970b8853bd10db1d2f authored almost 5 years ago
Trivial refactoring: remove duplicated code

github.com/apache/groovy - 1200723c0ec98772b698421f3821138a9f44bc23 authored almost 5 years ago
remove push/pop for if/else blocks

if (boolVar) {
}

3 astore_1
4 iconst_0
5 istore_2 [boolVar]
6 i...

github.com/apache/groovy - 343c15a949b08430991d35e8666de9c6c75a71dd authored almost 5 years ago
Trivial refactoring: simplify `block` rule

github.com/apache/groovy - 1ec05d06615ff9265cfead99d8649c7f03940499 authored almost 5 years ago
minor edits

github.com/apache/groovy - 5695432a2e779b61839ef03b2d7b519302cb66ec authored about 5 years ago
minor edits

github.com/apache/groovy - f62e033d9410ae1f4eeb555faa68b7001f923b51 authored about 5 years ago
do not add null statement label

github.com/apache/groovy - f7f6c33ed420033a023d2d1dd095d7157ce03d45 authored about 5 years ago
minor edits

github.com/apache/groovy - a54966c7bcbb7d756aa2022e777156d7fdc07804 authored about 5 years ago
use a specified version of checkstyle

github.com/apache/groovy - fc0df262260d25c41031c4c551499d042ee51e09 authored about 5 years ago
minor edits

github.com/apache/groovy - b521a35285c1e8a317ab18fbb55552894f907695 authored about 5 years ago
restore support for invokedynamic=true and targetBytecode=1.7

github.com/apache/groovy - 09ecc4ddd5cff6cb383cbc0e1d856dd606dbb1a9 authored about 5 years ago
Fix method conflicts between JDK13 and GDK(closes #1139)

github.com/apache/groovy - 3d85ccb76f88018ca07921c564f660d404587783 authored about 5 years ago
GROOVY-9370: check for non-synthetic propertyMissing

github.com/apache/groovy - 0caea18429de7a95d8e2f19a7266c9c5bab56764 authored about 5 years ago
GROOVY-9368: handle in-memory stubs system property in compilation unit

github.com/apache/groovy - 363fcb894a2a18c4ff735490db98e6de801debc0 authored about 5 years ago
Fix the gradle version in properties file

github.com/apache/groovy - 8385c8587669087e9990916015f8cc5c348b3a75 authored about 5 years ago
minor edits

github.com/apache/groovy - d9d25f9d7e9cd9f14436f64a909fdbadf32b84a0 authored about 5 years ago
use trait class

github.com/apache/groovy - ce7dc4805243b95578fd94cca67982b34e82d70a authored about 5 years ago
minor edits

github.com/apache/groovy - ad0b9c8faa37e8746c92396f4c38114495ef8640 authored about 5 years ago
fix for build warnings

github.com/apache/groovy - a85fe87dcb222c8ce6e48c567388759cc882c1d0 authored about 5 years ago
anon. inner class should have default visibility

"Illegal modifier for the local class 'new Object(){}'; only abstract or
final is permitted"

github.com/apache/groovy - 8161515b24ff7b650d5eb90f72e5bd4e4fbdf736 authored about 5 years ago
use newer (but experimental) gradle spotbugs plugin

github.com/apache/groovy - d6c5fcfef4c5e198ec37680cb6a0619ee0f3b6b1 authored about 5 years ago
fix spotbug warning

github.com/apache/groovy - f6177f5c22c683ef9ac75e97b994edc696a5f02b authored about 5 years ago
GROOVY-9371: Update gradle wrapper to 6.1 plus fix associated issues (closes #1142)

github.com/apache/groovy - 16c8ae886aac26f08c77130cf0697095236be230 authored about 5 years ago
fix javadoc warnings

github.com/apache/groovy - 336c72230979d54f1e63335bc17e0742a406fd4f authored about 5 years ago
GROOVY-9372: Bump junit to 5.6.0

github.com/apache/groovy - 2e5dd6509fabcbc118651b64c1d3deb98058267f authored about 5 years ago
support for enum constant with trailing comma and semicolon

enum E {
A,
B,
;
}

github.com/apache/groovy - 8f051fb2217d66622e231b7d377c4896e8f14f93 authored about 5 years ago
Add "Stargazers over time" in README

github.com/apache/groovy - 8a139f8639737150c88ff700a3053d742e570df4 authored about 5 years ago
add missing license header

github.com/apache/groovy - 2f38920354fff7dd70f6c5872f049a9cae1be0a7 authored about 5 years ago
move need for compiler configuration up in call graph

github.com/apache/groovy - 7703c7e58d6df0cc7bf101a54cd36f9198b100e0 authored about 5 years ago
fix for indy builds

github.com/apache/groovy - 3405219599df308d49abd816ca348ca00e022b4a authored about 5 years ago
GROOVY-9368: joint compilation options are null by default

github.com/apache/groovy - 4ed12ade3866662ea3cf5c9dc88f7277234c2415 authored about 5 years ago
Fix choosing wrong parser plugin factory and catch up changes of antlr2 parser

github.com/apache/groovy - cbb338854ee1e39a819575ad8ed0f87925a17d73 authored about 5 years ago
GROOVY-9365: Implement JavaShell to run Java code

github.com/apache/groovy - aa274f8e582834fe3cd970e4fd1e687a5198ee9a authored about 5 years ago
remove deprecated class

github.com/apache/groovy - 78ff74ff71155210f644cba281cd42934cc31279 authored about 5 years ago
remove spotbugs format string warning

github.com/apache/groovy - f22a30fd9c8b140dae9a9fad79d634d915aa07fc authored about 5 years ago
GROOVY-9220: Bump spotbugs gradle plugin to 2.0.0 (revert for the time being)

github.com/apache/groovy - 3984978b9dd6425ba45acc5e85fe9b1a851f4564 authored about 5 years ago
Tweak lazy logic with double-checked locking

github.com/apache/groovy - 45444ed2b9e27997ef8b3927a82291bfba098325 authored about 5 years ago
Use StringBuilder#append(char[] str, int offset, int len) to improve performance.

github.com/apache/groovy - 8480a596f15034f44bb4461c4e351c553dbc259d authored about 5 years ago
Use System#lineSeparator instead of System.getProperty("line.separator") (closes #1145)

github.com/apache/groovy - d258408d7eda093c20d20dcf2de817e34a17e952 authored about 5 years ago
Use String#replace instead of String#replaceAll where possible for improved performance.

github.com/apache/groovy - 7465b2c2878dbab1e7d7a299b024693a701ff27d authored about 5 years ago
use consistent class loader for finding DGMs

github.com/apache/groovy - 692e42f4be1846d36fbec7203c0764c2cc2a008c authored about 5 years ago
Revert removing `Comparable` for `NumberRange`

github.com/apache/groovy - 886aeca15fa8f9b3425085a3a5d7d8a9d839f84c authored about 5 years ago