[jira] [Commented] (GROOVY-9617) map.put(key,value) and map[key] = value differ is key is a GString

2022-09-07 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17601320#comment-17601320 ] Eric Milles commented on GROOVY-9617: - GROOVY-6668, GROOVY-8212 and GROOVY-9529 actually request

[jira] [Commented] (GROOVY-9617) map.put(key,value) and map[key] = value differ is key is a GString

2020-07-17 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17160059#comment-17160059 ] Eric Milles commented on GROOVY-9617: - If you want the same behavior in the short term, you can cast

[jira] [Commented] (GROOVY-9617) map.put(key,value) and map[key] = value differ is key is a GString

2020-07-17 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17160056#comment-17160056 ] Eric Milles commented on GROOVY-9617: - The subscript operation {{map[key]}} has 2 potential