[jira] [Created] (GROOVY-10076) No warning for type parameter that hides a type

2021-05-08 Thread Eric Milles (Jira)
Eric Milles created GROOVY-10076: Summary: No warning for type parameter that hides a type Key: GROOVY-10076 URL: https://issues.apache.org/jira/browse/GROOVY-10076 Project: Groovy Issue

[GitHub] [groovy] nineninesevenfour opened a new pull request #1575: fix GROOVY-10077

2021-05-08 Thread GitBox
nineninesevenfour opened a new pull request #1575: URL: https://github.com/apache/groovy/pull/1575 Description in https://issues.apache.org/jira/browse/GROOVY-10077 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[jira] [Updated] (GROOVY-10077) Groovy Console: Support JDKs without macOS Runtime Support for Java

2021-05-08 Thread Harald Fassler (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10077?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harald Fassler updated GROOVY-10077: Labels: newbie pull-request-available (was: newbie) > Groovy Console: Support JDKs

[jira] [Created] (GROOVY-10077) Groovy Console: Support JDKs without macOS Runtime Support for Java

2021-05-08 Thread Harald Fassler (Jira)
Harald Fassler created GROOVY-10077: --- Summary: Groovy Console: Support JDKs without macOS Runtime Support for Java Key: GROOVY-10077 URL: https://issues.apache.org/jira/browse/GROOVY-10077 Project:

[jira] [Resolved] (GROOVY-10067) STC: Wrong return value type inferred for generic method with upper bound without parameters

2021-05-08 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles resolved GROOVY-10067. -- Fix Version/s: 4.0.0-beta-1 Resolution: Fixed > STC: Wrong return value type inferred

[jira] [Updated] (GROOVY-10076) No warning for type parameter that hides a type

2021-05-08 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-10076: - Description: Consider the following: {code:groovy} class Type { def m(T t) { } } {code}

[GitHub] [groovy] muse-dev[bot] commented on a change in pull request #1575: fix GROOVY-10077

2021-05-08 Thread GitBox
muse-dev[bot] commented on a change in pull request #1575: URL: https://github.com/apache/groovy/pull/1575#discussion_r628816451 ## File path: subprojects/groovy-console/src/main/groovy/groovy/console/ui/view/MacOSXMenuBar.groovy ## @@ -152,3 +220,12 @@ menuBar {

[GitHub] [groovy] nineninesevenfour commented on pull request #1575: fix GROOVY-10077

2021-05-08 Thread GitBox
nineninesevenfour commented on pull request #1575: URL: https://github.com/apache/groovy/pull/1575#issuecomment-835606040 I have some more findings in Console.groovy, you can look it up here: