Re: [PR] Remove redundant `gradle_version` property [groovy]

2024-02-03 Thread via GitHub
Goooler commented on PR #2050: URL: https://github.com/apache/groovy/pull/2050#issuecomment-1925609969 If we can remove that line to prevent `gradle/wrapper` been deleted? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

Re: [PR] Remove redundant `gradle_version` property [groovy]

2024-02-03 Thread via GitHub
paulk-asert commented on PR #2050: URL: https://github.com/apache/groovy/pull/2050#issuecomment-1925604789 I don't think we can remove this. Current ASF policy prohibits binary files like the wrapper jar from being included in the src zip. So, to build from source, we need to have the boots

Re: [PR] Remove redundant `gradle_version` property [groovy]

2024-02-03 Thread via GitHub
codecov-commenter commented on PR #2050: URL: https://github.com/apache/groovy/pull/2050#issuecomment-1925559975 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/2050?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Re

[PR] Remove redundant `gradle_version` property [groovy]

2024-02-03 Thread via GitHub
Goooler opened a new pull request, #2050: URL: https://github.com/apache/groovy/pull/2050 It's easy to forget to modify this property, and we have no much necessary to input it for Wrapper tasks. -- This is an automated message from the Apache Git Service. To respond to the message, pleas

Re: [PR] Bump Gradle to 8.6 [groovy]

2024-02-03 Thread via GitHub
Goooler merged PR #2049: URL: https://github.com/apache/groovy/pull/2049 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@groov

[jira] [Commented] (GROOVY-11305) STC: support for-each or for-in loop for implicitly-Iterable type

2024-02-03 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17813989#comment-17813989 ] Eric Milles commented on GROOVY-11305: -- inferLoopElemementType is static is the on

[jira] [Updated] (GROOVY-11305) STC: support for-each or for-in loop for implicitly-Iterable type

2024-02-03 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-11305: - Description: Consider the following: {code:groovy} class C { // implicitly Iterable Iterator

[jira] [Updated] (GROOVY-8133) Static type checking failure for streams and spread operator

2024-02-03 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-8133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-8133: Priority: Minor (was: Major) > Static type checking failure for streams and spread operator > ---

[jira] [Updated] (GROOVY-11305) STC: support for-each or for-in loop for implicitly-Iterable type

2024-02-03 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-11305: - Priority: Minor (was: Major) > STC: support for-each or for-in loop for implicitly-Iterable ty

[jira] [Created] (GROOVY-11305) STC: support for-each or for-in loop for implicitly-Iterable type

2024-02-03 Thread Eric Milles (Jira)
Eric Milles created GROOVY-11305: Summary: STC: support for-each or for-in loop for implicitly-Iterable type Key: GROOVY-11305 URL: https://issues.apache.org/jira/browse/GROOVY-11305 Project: Groovy

[jira] [Updated] (GROOVY-11305) STC: support for-each or for-in loop for implicitly-Iterable type

2024-02-03 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-11305: - Description: Consider the following: {code:groovy} class C { // implicitly Iterable Iterator