[jira] [Closed] (GROOVY-8356) Use javax.validation 2.0 API results in GroovyBugError

2017-10-18 Thread Graeme Rocher (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Graeme Rocher closed GROOVY-8356. - Resolution: Fixed Fix Version/s: 2.5.0-beta-2 Actually this is fixed in beta 2, sorry for

[jira] [Commented] (GROOVY-8355) Instanceof inference does not work on field assigning

2017-10-18 Thread Daniil Ovchinnikov (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16209340#comment-16209340 ] Daniil Ovchinnikov commented on GROOVY-8355: It turns out that in the example above the user

[jira] [Commented] (GROOVY-8355) Instanceof inference does not work on field assigning

2017-10-18 Thread Daniil Ovchinnikov (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16209333#comment-16209333 ] Daniil Ovchinnikov commented on GROOVY-8355: I think that {{str = "str"}} is more _telling

[jira] [Reopened] (GROOVY-7772) Class. had better to have same meaning of Class::instanceMethod of Java8

2017-10-18 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King reopened GROOVY-7772: --- I'll temporarily re-open this until we understand current status a bit better. My goal will be to close

[jira] [Commented] (GROOVY-8355) Instanceof inference does not work on field assigning

2017-10-18 Thread Alexey Afanasiev (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16209097#comment-16209097 ] Alexey Afanasiev commented on GROOVY-8355: -- So the only difference is in instanceof we trust

[jira] [Created] (GROOVY-8357) EncodingGroovyMethods.decodeBase64() throws "bad character in base64 value" when meets \t \r

2017-10-18 Thread Xin (JIRA)
Xin created GROOVY-8357: --- Summary: EncodingGroovyMethods.decodeBase64() throws "bad character in base64 value" when meets \t \r Key: GROOVY-8357 URL: https://issues.apache.org/jira/browse/GROOVY-8357 Project:

[jira] [Commented] (GROOVY-8355) Instanceof inference does not work on field assigning

2017-10-18 Thread JIRA
[ https://issues.apache.org/jira/browse/GROOVY-8355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16208986#comment-16208986 ] Cédric Champeau commented on GROOVY-8355: - This works as expected. You cannot compare the two

[jira] [Commented] (GROOVY-8355) Instanceof inference does not work on field assigning

2017-10-18 Thread Alexey Afanasiev (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16208963#comment-16208963 ] Alexey Afanasiev commented on GROOVY-8355: -- [~shils] Exactly. Could you read