[jira] [Commented] (THRIFT-1770) Killing a thrift 0.8 server with telnet

2013-01-21 Thread Mustafa Paltun (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13558607#comment-13558607 ] Mustafa Paltun commented on THRIFT-1770: I think, i got it. Thank you, Jens and

[jira] [Created] (THRIFT-1836) Java compiler does not generate constructor with all fields

2013-01-21 Thread Erik van Oosten (JIRA)
Erik van Oosten created THRIFT-1836: --- Summary: Java compiler does not generate constructor with all fields Key: THRIFT-1836 URL: https://issues.apache.org/jira/browse/THRIFT-1836 Project: Thrift

[jira] [Updated] (THRIFT-1836) Java compiler does not generate constructor with all fields

2013-01-21 Thread Erik van Oosten (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik van Oosten updated THRIFT-1836: Attachment: thrift-1836-additional-java-constructor.patch Java compiler does not

[jira] [Commented] (THRIFT-1836) Java compiler does not generate constructor with all fields

2013-01-21 Thread Erik van Oosten (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13558631#comment-13558631 ] Erik van Oosten commented on THRIFT-1836: - Some comments on the patch: * I was

[jira] [Created] (THRIFT-1837) Deploy and use cxxfunctional.h in cpp code generated in cob_style mode

2013-01-21 Thread Nate Rosenblum (JIRA)
Nate Rosenblum created THRIFT-1837: -- Summary: Deploy and use cxxfunctional.h in cpp code generated in cob_style mode Key: THRIFT-1837 URL: https://issues.apache.org/jira/browse/THRIFT-1837 Project:

[jira] [Updated] (THRIFT-1837) Deploy and use cxxfunctional.h in cpp code generated in cob_style mode

2013-01-21 Thread Nate Rosenblum (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nate Rosenblum updated THRIFT-1837: --- Attachment: thrift-1837-cxxfunctional.patch Deploy and use cxxfunctional.h in cpp code

[jira] [Updated] (THRIFT-1837) Deploy and use cxxfunctional.h in cpp code generated in cob_style mode

2013-01-21 Thread Nate Rosenblum (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nate Rosenblum updated THRIFT-1837: --- Patch Info: Patch Available Deploy and use cxxfunctional.h in cpp code generated in

[jira] [Commented] (THRIFT-1805) Thrift should not swallow ALL exceptions

2013-01-21 Thread Diwaker Gupta (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13559155#comment-13559155 ] Diwaker Gupta commented on THRIFT-1805: --- [~roger.meier], I was able to run the Java

[jira] [Updated] (THRIFT-1805) Thrift should not swallow ALL exceptions

2013-01-21 Thread Diwaker Gupta (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Diwaker Gupta updated THRIFT-1805: -- Attachment: THRIFT-1805.patch Also available at

[jira] [Created] (THRIFT-1838) Can't build compiler on OS X because of missing thrifty.h

2013-01-21 Thread Diwaker Gupta (JIRA)
Diwaker Gupta created THRIFT-1838: - Summary: Can't build compiler on OS X because of missing thrifty.h Key: THRIFT-1838 URL: https://issues.apache.org/jira/browse/THRIFT-1838 Project: Thrift

[jira] [Updated] (THRIFT-1838) Can't build compiler on OS X because of missing thrifty.h

2013-01-21 Thread Diwaker Gupta (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Diwaker Gupta updated THRIFT-1838: -- Attachment: THRIFT-1838.patch I've only tested this on OS X, so its likely that this breaks

[jira] [Commented] (THRIFT-1839) When using py:twisted and service inheritance, base service Iface does not subclass Interface

2013-01-21 Thread Alex Gaynor (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13559278#comment-13559278 ] Alex Gaynor commented on THRIFT-1839: - On further review, I believe I misdiagnosed