[jira] [Commented] (GROOVY-7971) @CS flow typing incorrectly casting to map at runtime

2022-07-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-7971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17566336#comment-17566336 ] ASF GitHub Bot commented on GROOVY-7971: eric-milles closed pull request #1269: GROOVY-7971: do

[jira] [Commented] (GROOVY-7971) @CS flow typing incorrectly casting to map at runtime

2021-04-08 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-7971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17317232#comment-17317232 ] Eric Milles commented on GROOVY-7971: - See also GROOVY-8965 > @CS flow typing incorrectly casting

[jira] [Commented] (GROOVY-7971) @CS flow typing incorrectly casting to map at runtime

2018-04-16 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16440025#comment-16440025 ] Paul King commented on GROOVY-7971: --- Giving a compiler STC error would be better - treating it as a Map

[jira] [Commented] (GROOVY-7971) @CS flow typing incorrectly casting to map at runtime

2018-04-16 Thread Jochen Theodorou (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16439919#comment-16439919 ] Jochen Theodorou commented on GROOVY-7971: -- I think it is ok to support only if the instanceof

[jira] [Commented] (GROOVY-7971) @CS flow typing incorrectly casting to map at runtime

2018-04-16 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16439303#comment-16439303 ] Paul King commented on GROOVY-7971: --- A slightly simpler example: {code} import groovy.json.* import

[jira] [Commented] (GROOVY-7971) @CS flow typing incorrectly casting to map at runtime

2017-02-13 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15865311#comment-15865311 ] Paul King commented on GROOVY-7971: --- @blackdrag correct - the fact that {{value instanceof Map}} has

[jira] [Commented] (GROOVY-7971) @CS flow typing incorrectly casting to map at runtime

2016-10-16 Thread Shil Sinha (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15580208#comment-15580208 ] Shil Sinha commented on GROOVY-7971: This only seems to happen for calls to type-overloaded methods