[jira] [Commented] (THRIFT-2036) Thrift gem warns about class variable access from top level

2013-08-13 Thread Takuya Hashimoto (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13739136#comment-13739136 ] Takuya Hashimoto commented on THRIFT-2036: -- Hi, I'm the original author(memereli

[jira] [Commented] (THRIFT-2105) Generated code for default values of collections ignores t_field::T_REQUIRED

2013-08-13 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13738965#comment-13738965 ] Hudson commented on THRIFT-2105: FAILURE: Integrated in Thrift #848 (See [https://builds

[jira] [Commented] (THRIFT-2117) Cocoa TBinaryProtocol strictWrite should be set to true by default

2013-08-13 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13738966#comment-13738966 ] Hudson commented on THRIFT-2117: FAILURE: Integrated in Thrift #848 (See [https://builds

[jira] [Commented] (THRIFT-2117) Cocoa TBinaryProtocol strictWrite should be set to true by default

2013-08-13 Thread Carl Yeksigian (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13738927#comment-13738927 ] Carl Yeksigian commented on THRIFT-2117: Committed, thanks! > Co

[jira] [Commented] (THRIFT-2105) Generated code for default values of collections ignores t_field::T_REQUIRED

2013-08-13 Thread Carl Yeksigian (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13738929#comment-13738929 ] Carl Yeksigian commented on THRIFT-2105: Committed, thanks! > Ge

[jira] [Closed] (THRIFT-2105) Generated code for default values of collections ignores t_field::T_REQUIRED

2013-08-13 Thread Carl Yeksigian (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Yeksigian closed THRIFT-2105. -- Resolution: Fixed Fix Version/s: 0.9.1 Assignee: Carl Yeksigian > Generate

[jira] [Closed] (THRIFT-2117) Cocoa TBinaryProtocol strictWrite should be set to true by default

2013-08-13 Thread Carl Yeksigian (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Yeksigian closed THRIFT-2117. -- Resolution: Fixed Fix Version/s: 0.9.1 Assignee: Carl Yeksigian > Cocoa TB

[jira] [Updated] (THRIFT-820) The readLength attribute of TBinaryProtocol is used as an instance variable and is decremented on each call of checkReadLength

2013-08-13 Thread Carl Yeksigian (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Yeksigian updated THRIFT-820: -- Assignee: Carl Yeksigian > The readLength attribute of TBinaryProtocol is used as an instan

[jira] [Updated] (THRIFT-820) The readLength attribute of TBinaryProtocol is used as an instance variable and is decremented on each call of checkReadLength

2013-08-13 Thread Carl Yeksigian (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Yeksigian updated THRIFT-820: -- Attachment: 820-v2.patch > The readLength attribute of TBinaryProtocol is used as an instan

[jira] [Commented] (THRIFT-820) The readLength attribute of TBinaryProtocol is used as an instance variable and is decremented on each call of checkReadLength

2013-08-13 Thread Carl Yeksigian (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13738849#comment-13738849 ] Carl Yeksigian commented on THRIFT-820: --- Attached patch also removes from delphi.

[jira] [Updated] (THRIFT-2118) Certificate error handling still incorrect

2013-08-13 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer updated THRIFT-2118: --- Description: The error handling at LoadX509KeyPair() is still incorrect, it may now throw a Panic i

[jira] [Updated] (THRIFT-2118) Certificate error handling still incorrect

2013-08-13 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer updated THRIFT-2118: --- Attachment: 0001-THRIFT-2118-Certificate-error-handling-still-incorre.patch The patch is quite trivi

[jira] [Updated] (THRIFT-2118) Certificate error handling still incorrect

2013-08-13 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer updated THRIFT-2118: --- Description: The error handling at LoadX509KeyPair() is still incorrect, it may now throw a Panic i

[jira] [Created] (THRIFT-2118) Certificate error handling still incorrect

2013-08-13 Thread Jens Geyer (JIRA)
Jens Geyer created THRIFT-2118: -- Summary: Certificate error handling still incorrect Key: THRIFT-2118 URL: https://issues.apache.org/jira/browse/THRIFT-2118 Project: Thrift Issue Type: Bug

[jira] [Commented] (THRIFT-2109) Secure connections should be supported in Go

2013-08-13 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13738747#comment-13738747 ] Hudson commented on THRIFT-2109: FAILURE: Integrated in Thrift #847 (See [https://builds

[jira] [Resolved] (THRIFT-2109) Secure connections should be supported in Go

2013-08-13 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer resolved THRIFT-2109. Resolution: Fixed Fix Version/s: 0.9.1 Committed - many thanks, Justin! >

[jira] [Closed] (THRIFT-2047) Thrift.Protocol.TCompactProtocol, intToZigZag data lost (TCompactProtocol.cs)

2013-08-13 Thread JIRA
[ https://issues.apache.org/jira/browse/THRIFT-2047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henrique Mendonça closed THRIFT-2047. - Resolution: Fixed Fix Version/s: 0.9.1 > Thrift.Protocol.TCompactProtocol, in