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

Trivial refactoring: rename getter and setter of `recordComponentNodes`

github.com/apache/groovy - a7f7834cd21781bfa84e5ef74037e29d52d0d00b authored about 3 years ago by Daniel Sun <[email protected]>
Minor refactoring: reuse `Throwable` class node

github.com/apache/groovy - 9ad01a9c1d9228806271c809576603f95d35ca9a authored about 3 years ago by Daniel Sun <[email protected]>
Trivial refactoring: use empty array constant

github.com/apache/groovy - c72e6650ad3c28670b8b6466e13ecc4237b2ccc5 authored about 3 years ago by Daniel Sun <[email protected]>
fix instructions for bootstrap step (thanks Balachandran Sivakumar)

github.com/apache/groovy - a9b32f00abca40f7b73beaa2e26a9122a34c1eef authored about 3 years ago by Paul King <[email protected]>
Tweak builds on travis CI and ignore JDK 18 build for now

github.com/apache/groovy - 696996a6fdc5ea010eff412df78681ba2b882c8a authored about 3 years ago by Daniel Sun <[email protected]>
Build groovy snapshot distribution with JDK 17

github.com/apache/groovy - fdd8105a0be2edc273eff85258145df0ebe534e5 authored about 3 years ago by Daniel Sun <[email protected]>
Add JDK 17 build to github actions

github.com/apache/groovy - 570df67913783f5244166f4e4a9e06cb66f99845 authored about 3 years ago by Daniel Sun <[email protected]>
Update verification metadata

github.com/apache/groovy - 021264651e5db75606a10e7f05895184b7a3f8ad authored about 3 years ago by Daniel Sun <[email protected]>
GROOVY-10349: Bump gradle to 7.3-rc-5

github.com/apache/groovy - 8d9016adbe1ce952d97329f9e12230ad0cd7f7d1 authored about 3 years ago by Daniel Sun <[email protected]>
GROOVY-10348: Bump picocli to 4.6.2

github.com/apache/groovy - 8c8d55d359e06d879e623d62e55a89b1a816503e authored about 3 years ago by Daniel Sun <[email protected]>
Update README

github.com/apache/groovy - 2cb44116a2cca680713cc1ca25dd5aafa1603df1 authored about 3 years ago by Daniel Sun <[email protected]>
GROOVY-10339: STC: incorporate additional type witnesses for method call

github.com/apache/groovy - 1e087f8d9df4520e896f82f667efab1fe7446105 authored about 3 years ago by Eric Milles <[email protected]>
fix broken javadoc links in comments

github.com/apache/groovy - 14212089d70c249f5b0680300053ee3e4493ddbb authored about 3 years ago by Paul King <[email protected]>
GROOVY-10192: Smarter Closure delegation detection in annotation parameters

github.com/apache/groovy - 6c84f5b071c857d85a616113a4ee1594555d74bb authored about 3 years ago by Paul King <[email protected]>
Temp revert "GROOVY-10339: STC: incorporate additional type witnesses for method call"

This reverts commit 070063f24df8936c1af8e168a14634219f548905.

github.com/apache/groovy - 9b55c7392a8a6d7992fe699928b6f23c5d1b2a4d authored about 3 years ago by Paul King <[email protected]>
GROOVY-10338: refactor record copyWith (reinstate commented out tests and fix)

github.com/apache/groovy - aade108b04132afd40a0fda2774695b6e2e91660 authored about 3 years ago by Paul King <[email protected]>
minor refactor for copyWith (needs further work)

github.com/apache/groovy - 0cabd01cba62f23786ebfb5833bed754a74b967c authored about 3 years ago by Paul King <[email protected]>
GROOVY-10344: STC: dereference type parameter before generics transfer

github.com/apache/groovy - 3dc6945fd3ba318801129b4300766fba39e3c1ef authored about 3 years ago by Eric Milles <[email protected]>
update sealed documentation

github.com/apache/groovy - 6bc78d3211b2e7a17f47c082dd56ba791213fd9e authored about 3 years ago by Paul King <[email protected]>
additional record test (fix for different JDK versions)

github.com/apache/groovy - 6d5b83be04f64ed0a0a5d14f2fc7c2a92a84fb56 authored about 3 years ago by Paul King <[email protected]>
additional record test

github.com/apache/groovy - fe1818ab261723fe14eb44c7c6eacf3fcefd5f76 authored about 3 years ago by Paul King <[email protected]>
fix comments

github.com/apache/groovy - 1a11eb75ebe320a04a784baa4fbc138d3707bde0 authored about 3 years ago by Paul King <[email protected]>
tweak records components() generation for no component case

github.com/apache/groovy - a56359fabd1908c6b2b21852685aeff12eee25be authored about 3 years ago by Paul King <[email protected]>
tweak records components() generation for no component case

github.com/apache/groovy - e6b0981214a1d3660c57733e9eaeca321a96540b authored about 3 years ago by Paul King <[email protected]>
tweak records doco

github.com/apache/groovy - 537bd488eb118cdd06aa47ee05ea1d8fbafd9383 authored about 3 years ago by Paul King <[email protected]>
GROOVY-10322: STC: remove hidden generics when checking method arguments

github.com/apache/groovy - 5baa8c8e17fb414d6fbad37835da87a93ede2900 authored about 3 years ago by Eric Milles <[email protected]>
GROOVY-10340: Refine sealed classes to not use system properties

github.com/apache/groovy - 891ab4edb88488be6d2fa1382b021222c4d819a4 authored about 3 years ago by Paul King <[email protected]>
GROOVY-10338: Enhance records with additional helper methods (additional refactoring)

github.com/apache/groovy - c29cf0f30352498c3577d85513876df174ae63d2 authored about 3 years ago by Paul King <[email protected]>
GROOVY-10337: STC: don't mutate explicit constructor call type arguments

github.com/apache/groovy - cee45d768bb65d1254a61a6dd4ce3c6a1f2ee3ca authored about 3 years ago by Eric Milles <[email protected]>
GROOVY-10338: Enhance records with additional helper methods (additional refactoring)

github.com/apache/groovy - 9bb41a408e275536fe2e90bafb3cc92ae580649a authored about 3 years ago by Paul King <[email protected]>
GROOVY-10338: Enhance records with additional helper methods (add size method)

github.com/apache/groovy - 8f54eb57ec946da33a44dd809e46f24a15cda363 authored about 3 years ago by Paul King <[email protected]>
GROOVY-10338: Enhance records with additional helper methods

github.com/apache/groovy - d7e725de4a01adb1261b986d454bb50a5fe4ab27 authored about 3 years ago by Paul King <[email protected]>
GROOVY-10339: STC: incorporate additional type witnesses for method call

github.com/apache/groovy - 070063f24df8936c1af8e168a14634219f548905 authored about 3 years ago by Eric Milles <[email protected]>
GROOVY-10310: STC: retain wildcard flag during diamond generics transfer

github.com/apache/groovy - 1972cee19fceae7ed0282b20d6cfcb0704da7542 authored about 3 years ago by Eric Milles <[email protected]>
GROOVY-10228: STC: diamond inference for method call's object expression

github.com/apache/groovy - fb1cac6334a1d6f338b499bf21a541be20c36579 authored about 3 years ago by Eric Milles <[email protected]>
helper methods for map entry expressions

github.com/apache/groovy - 1f1668c88048fd8087f87a1cb979e3cac61c0425 authored about 3 years ago by Paul King <[email protected]>
GROOVY-10291: STC: fix diamond inference for property object expression

github.com/apache/groovy - cffdc8eda40be102eba6de33d13c4d9179b844ad authored about 3 years ago by Eric Milles <[email protected]>
GROOVY-10324: STC: don't erase placeholder information

github.com/apache/groovy - e685390fbd77c9b24986ba24044cd84841c5d579 authored about 3 years ago by Eric Milles <[email protected]>
GROOVY-10336: STC: handle method reference(s) supplied to variadic param

github.com/apache/groovy - 43715e58bff3cb579371e68e1423c153c6742f9a authored about 3 years ago by Eric Milles <[email protected]>
remove old comment

github.com/apache/groovy - 936983152430a7c030522126eb9e505c04cfb575 authored about 3 years ago by Paul King <[email protected]>
add some shorthands for switch and case

github.com/apache/groovy - 59390d91bb87689f7047c3032871dfd2aa824af9 authored about 3 years ago by Paul King <[email protected]>
GROOVY-10315: STC: merge multiple witnesses for type parameter of method

github.com/apache/groovy - 8bc6523fe63a4aecc68639da3be2da3dbc4af57a authored about 3 years ago by Eric Milles <[email protected]>
`UIManager#setLookAndFeel(String)` can load system classes

github.com/apache/groovy - c3833778db575551ff506bd1fecaa001690834a6 authored about 3 years ago by Eric Milles <[email protected]>
GROOVY-10294: STC: track assign `null` to variable within `if` or `else`

github.com/apache/groovy - e7e6356ac2045dc5100c6a03e87d8d9947774dcf authored about 3 years ago by Eric Milles <[email protected]>
Revert "GROOVY-10294: STC: track assign `null` to variable within `if` or `else`"

This reverts commit c59a02ad15b9b9fd7548860d51fc7f7e643bb12f.

github.com/apache/groovy - 22955a57b4972f32408824d20fc554c9d40e3291 authored about 3 years ago by Paul King <[email protected]>
documentation for records (cont'd) plus minor refactoring/cleanup

github.com/apache/groovy - 419e411495103413ca47d0653fba9c05f9d59ef8 authored about 3 years ago by Paul King <[email protected]>
GROOVY-10294: STC: track assign `null` to variable within `if` or `else`

github.com/apache/groovy - c59a02ad15b9b9fd7548860d51fc7f7e643bb12f authored about 3 years ago by Eric Milles <[email protected]>
GROOVY-10323: STC: graceful handling of duplicate type parameter name(s)

github.com/apache/groovy - 76f85565461822d8a7b5f4f7cd62b0e237aa0329 authored about 3 years ago by Eric Milles <[email protected]>
GROOVY-10330: STC: given type parameter `T`, LUB(`T`,`T`) is `T`

github.com/apache/groovy - 49199147eedf9c459c358ae354c771c7df0af5f7 authored about 3 years ago by Eric Milles <[email protected]>
GROOVY-10128, GROOVY-10306: STC: simple covariace of closure's primitive

github.com/apache/groovy - 26aa02c56833cc558cee29658028c817fa992e67 authored about 3 years ago by Eric Milles <[email protected]>
documentation for records (cont'd) plus minor refactoring/cleanup

github.com/apache/groovy - 77919a1502280df0986772cd1f3b925292e11512 authored about 3 years ago by Paul King <[email protected]>
documentation for records (cont'd) plus minor refactoring/cleanup

github.com/apache/groovy - 0f78bf3a30480cc76362bcd752e92b3c9d038465 authored about 3 years ago by Paul King <[email protected]>
Merge pull request #1648 from avano/doc-typo

[Doc] Fix typo in integrating guide

github.com/apache/groovy - a3a0467123bd7114a88427ecfeaccc8c8b14d106 authored about 3 years ago by Paul King <[email protected]>
[Doc] Fix typo in integrating guide

github.com/apache/groovy - ac47f339da704564b1f6c496fba67ce9e8962274 authored about 3 years ago by Andrej Vano <[email protected]>
GROOVY-6328: STC: `onMethodSelection(expr,node)` callback for property

github.com/apache/groovy - b5fe697764bc2a7b55666b4d0e2e93433fc469d6 authored about 3 years ago by Eric Milles <[email protected]>
documentation for records (draft)

github.com/apache/groovy - db8132fe69a762838a56aefa3eef873dc82379b9 authored about 3 years ago by Paul King <[email protected]>
documentation for records (draft)

github.com/apache/groovy - 20c2e04f0872670beee5f18eee1baf4bbc7b8608 authored about 3 years ago by Paul King <[email protected]>
GROOVY-10334: Bump Ant version to 1.10.12

github.com/apache/groovy - 65f70fbcf2ca0771739b06040a2ed8584b4d5615 authored about 3 years ago by Paul King <[email protected]>
GROOVY-10333: Bump slf4j to 1.7.32

github.com/apache/groovy - 3002152ea07ab2e8e78f987ebb86e03dfac8a6a5 authored about 3 years ago by Paul King <[email protected]>
GROOVY-10332: Bump logback to 1.2.6

github.com/apache/groovy - c11c6574e339be8cf4ac47006317ebfbe8d776d1 authored about 3 years ago by Paul King <[email protected]>
GROOVY-10331: Bump Commons CLI to 1.5.0

github.com/apache/groovy - f28afbc38e5abbb6f96b856a59c0fb3de98d6f51 authored about 3 years ago by Paul King <[email protected]>
root project wasn't showing up in coverage report ... oops!

github.com/apache/groovy - 4be1fa62c0f8c9ad99493de09324bf9306f4e36a authored about 3 years ago by Paul King <[email protected]>
GROOVY-7510: stubgen: skip over `import static pack.Type.propertyName`

github.com/apache/groovy - b1360f4a953ff295b7ee0454e1f1ecd522375e31 authored about 3 years ago by Eric Milles <[email protected]>
GROOVY-10298: Refine records to not use system properties

github.com/apache/groovy - 80530316a15340cb900766069604d3cdc24a669c authored about 3 years ago by Paul King <[email protected]>
GROOVY-10298: Refine records to not use system properties

github.com/apache/groovy - 7240a0402cf9c143cf84845321989df0e2fb0fbf authored about 3 years ago by Paul King <[email protected]>
GROOVY-10329: StaticImportVisitor: import static star: callable property

github.com/apache/groovy - 21b252adbaa2a28810a4aa440936962b7e71edda authored about 3 years ago by Eric Milles <[email protected]>
GROOVY-3945, GROOVY-7490, GROOVY-8389: remove redundant transformation

github.com/apache/groovy - 92ec8815c72a2cf9e6e2153cf5eb3f37b89c8990 authored about 3 years ago by Eric Milles <[email protected]>
GROOVY-8389: StaticImportVisitor: import static closure property/field

github.com/apache/groovy - 56fd1b05eaf9ee7d53ce743ded0afa4677d1810b authored about 3 years ago by Eric Milles <[email protected]>
GROOVY-10308: STC: variable flow type: do not use `INFERRED_RETURN_TYPE`

github.com/apache/groovy - 72c791402fef8181b218aad74b379dc3272829c7 authored about 3 years ago by Eric Milles <[email protected]>
GROOVY-6954: SC: optimize `map.foo = 'bar'` using `java.util.Map#put(K,V)`

GROOVY-6954: SC: optimize `map.foo = 'bar'` using `java.util.Map#put(K,V)`

github.com/apache/groovy - da12804698e19fa68961e746c7eca3657dbc45f8 authored about 3 years ago by Eric Milles <[email protected]>
GROOVY-9006: STC: compare to null for types that overload equals

GROOVY-9006: STC: compare to null for types that overload equals

github.com/apache/groovy - c48525afc0aa1632d89c3e4f6c8d932ecfb710e4 authored about 3 years ago by Eric Milles <[email protected]>
GROOVY-10328: STC: `List<? super Type>` dot get returns Object, not Type

github.com/apache/groovy - 51eb2a026a9ce1b4f6232d8ac4414eda586ac3e0 authored about 3 years ago by Eric Milles <[email protected]>
GROOVY-10326: STC: error for assignment `map*.key = x`

github.com/apache/groovy - 6f940246d4b77e01f5801fe23617b3ced2729901 authored about 3 years ago by Eric Milles <[email protected]>
GROOVY-10325: STC: no error for covariant assignment `map*.value = x`

Map<String,Object> map = ...
map.entrySet()[0].value = '' // already works without typecast

github.com/apache/groovy - 868dabf9fadbddd13c7e8859556e4ed2796f7e1b authored about 3 years ago by Eric Milles <[email protected]>
GROOVY-10321: @ToString could provide annotation attributes to control further the format of the created toString

github.com/apache/groovy - 64d83506103500476e5152932d1f912f16d28351 authored about 3 years ago by Paul King <[email protected]>
GROOVY-6954: SC: optimize `map.foo = 'bar'` using java.util.Map#put(K,V)

github.com/apache/groovy - fd171dacd3a7ef3c0dbfc3da456cb8639a3a942e authored about 3 years ago by Eric Milles <[email protected]>
GROOVY-5746: SC: one execution of receiver and subscript for `a[i] += x`

github.com/apache/groovy - 1e4b7816896724553f2d2ef6f9bf447e39c8e836 authored about 3 years ago by Eric Milles <[email protected]>
GROOVY-9006: STC: compare to null for types that overload equals

github.com/apache/groovy - 8651402c5a75811c5fd93519bb97f899d4415ce2 authored about 3 years ago by Eric Milles <[email protected]>
GROOVY-10320: add test case

github.com/apache/groovy - 123a00b0f32cafd6b7990fa53ee7f4be76fd5b6e authored about 3 years ago by Eric Milles <[email protected]>
GROOVY-10319: STC: array `clone()` is public and returns array's type

github.com/apache/groovy - d736cdd98448277f01222c05171a416b39a9f315 authored about 3 years ago by Eric Milles <[email protected]>
Merge pull request #1643 from suoyi123wang/master

fix ArrayIndexOutOfBoundsException

github.com/apache/groovy - 76dcca56f0757b1a2ee432a91797afcd2e06aba8 authored about 3 years ago by Paul King <[email protected]>
add testcase

github.com/apache/groovy - 6cc67dfee72b6a1a37567162dd89507171f501f7 authored about 3 years ago by suoyi123wang <[email protected]>
GROOVY-10298: Refine records to not use system properties

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

github.com/apache/groovy - 23301fa1b8ff6d560ef5b7bd43995dcad16a8adc authored about 3 years ago by Eric Milles <[email protected]>
GROOVY-10055: STC: handle raw type incl. self-referential type parameter

github.com/apache/groovy - 5946717d13b6f8df8b6dfbc3edff902126304587 authored about 3 years ago by Eric Milles <[email protected]>
fix ArrayIndexOutOfBoundsException

github.com/apache/groovy - 9893c4eea58166d2907976b8bb30793d1f3e579f authored about 3 years ago by suoyi123wang <[email protected]>
GROOVY-9500: add test case

github.com/apache/groovy - a0f367a24eeb5c4d03da31d56f9dd113efc9d580 authored about 3 years ago by Eric Milles <[email protected]>
GROOVY-10312: $static$self.staticMethod(...) for method with default arg

github.com/apache/groovy - 14fb5f073b530332fbdcad4bc4540787d3eaf143 authored about 3 years ago by Eric Milles <[email protected]>
GROOVY-10314: classgen: no extra finally if try or catch(es) can't reach

github.com/apache/groovy - 11d8e65751ae4b6556dd0da13e5997e5ff36e4d7 authored about 3 years ago by Eric Milles <[email protected]>
Tweak type annotation support for native record

github.com/apache/groovy - 3e3d489a279fc55dbfa70447947185c482d67027 authored about 3 years ago by Daniel Sun <[email protected]>
Trivial tweak: remove outdated check for annotation support

github.com/apache/groovy - 5288ee88d0ad06504ea83068b2d32805df728170 authored about 3 years ago by Daniel Sun <[email protected]>
Add position information to method node for compact constructor

github.com/apache/groovy - 408c71940ffd1da388be3555e509be754882517f authored about 3 years ago by Daniel Sun <[email protected]>
Trivial tweak: validate modifiers of compact constructor

github.com/apache/groovy - f6b3f90771370bed918794907b74486d1f14a283 authored about 3 years ago by Daniel Sun <[email protected]>
GROOVY-10313: Bump jansi to 2.4.0

github.com/apache/groovy - 511563b8ab3355307f9468f10e19c7462265c926 authored about 3 years ago by Daniel Sun <[email protected]>
Add one more test case for record

github.com/apache/groovy - 9f0f27d36caa6aace2501b9198c863855499687e authored about 3 years ago by Daniel Sun <[email protected]>
GROOVY-10303: non-indy: ensure declared variable end label is non-null

github.com/apache/groovy - e7f316af9055e5138f36874b47d22b0923efc34e authored about 3 years ago by Eric Milles <[email protected]>
GROOVY-10311: no static property for non-static field+getter (no setter)

github.com/apache/groovy - 51cbecc00e73c6ca858d2fe3dbce6dd7c06b49b3 authored about 3 years ago by Eric Milles <[email protected]>
refactor and reorder

github.com/apache/groovy - 03bb5b1d78691d2a1d76af4319850ec29f1c1a7f authored about 3 years ago by Eric Milles <[email protected]>
refactor and reorder

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