[jira] [Commented] (GROOVY-7933) Incorrect boxing of boolean primitive types

2016-09-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15521379#comment-15521379 ] ASF GitHub Bot commented on GROOVY-7933: Github user asfgit closed the pull request at:

[jira] [Commented] (GROOVY-7933) Incorrect boxing of boolean primitive types

2016-09-15 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15494628#comment-15494628 ] Paul King commented on GROOVY-7933: --- Jochen, when you run this, do you get what you expect: {code} int

[jira] [Commented] (GROOVY-7933) Incorrect boxing of boolean primitive types

2016-09-15 Thread Jochen Theodorou (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15492946#comment-15492946 ] Jochen Theodorou commented on GROOVY-7933: -- ah... I get a feeling I know the problem this is

[jira] [Commented] (GROOVY-7933) Incorrect boxing of boolean primitive types

2016-09-13 Thread Jose Ignacio Acin Pozo (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15486826#comment-15486826 ] Jose Ignacio Acin Pozo commented on GROOVY-7933: Should @CompileStatic and interpreted

[jira] [Commented] (GROOVY-7933) Incorrect boxing of boolean primitive types

2016-09-12 Thread Henri Tremblay (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15486048#comment-15486048 ] Henri Tremblay commented on GROOVY-7933: It think it should be fixed indeed. At least for one

[jira] [Commented] (GROOVY-7933) Incorrect boxing of boolean primitive types

2016-09-12 Thread Jose Ignacio Acin Pozo (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15485466#comment-15485466 ] Jose Ignacio Acin Pozo commented on GROOVY-7933: Of course, your resolution makes more

[jira] [Commented] (GROOVY-7933) Incorrect boxing of boolean primitive types

2016-09-12 Thread John Wagenleitner (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15485443#comment-15485443 ] John Wagenleitner commented on GROOVY-7933: --- {quote}Primitives like Integer should be something

[jira] [Commented] (GROOVY-7933) Incorrect boxing of boolean primitive types

2016-09-12 Thread John Wagenleitner (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15485343#comment-15485343 ] John Wagenleitner commented on GROOVY-7933: --- If the methods are called in the same class it

[jira] [Commented] (GROOVY-7933) Incorrect boxing of boolean primitive types

2016-09-12 Thread Jose Ignacio Acin Pozo (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15485289#comment-15485289 ] Jose Ignacio Acin Pozo commented on GROOVY-7933: Fair enough. I always went my way by

[jira] [Commented] (GROOVY-7933) Incorrect boxing of boolean primitive types

2016-09-12 Thread John Wagenleitner (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15485229#comment-15485229 ] John Wagenleitner commented on GROOVY-7933: --- It seems to work as expected for all primitives

[jira] [Commented] (GROOVY-7933) Incorrect boxing of boolean primitive types

2016-09-12 Thread John Wagenleitner (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15485196#comment-15485196 ] John Wagenleitner commented on GROOVY-7933: --- I think the issue here is that in the absence of a

[jira] [Commented] (GROOVY-7933) Incorrect boxing of boolean primitive types

2016-09-12 Thread Jose Ignacio Acin Pozo (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15485152#comment-15485152 ] Jose Ignacio Acin Pozo commented on GROOVY-7933: That would be the expected method

[jira] [Commented] (GROOVY-7933) Incorrect boxing of boolean primitive types

2016-09-12 Thread Henri Tremblay (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15484673#comment-15484673 ] Henri Tremblay commented on GROOVY-7933: Great. Thanks [~jwagenleitner]. Do you confirm this is

[jira] [Commented] (GROOVY-7933) Incorrect boxing of boolean primitive types

2016-09-12 Thread Jochen Theodorou (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15483838#comment-15483838 ] Jochen Theodorou commented on GROOVY-7933: -- I am not able to reproduce this > Incorrect boxing