[jira] [Updated] (THRIFT-2974) writeToParcel throws NPE for optional enum fields

2015-10-15 Thread David Li (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Li updated THRIFT-2974: - Affects Version/s: 0.9.3 > writeToParcel throws NPE for optional enum fields > --

[jira] [Created] (THRIFT-3388) hash doesn't work on set/list

2015-10-15 Thread Michi Mutsuzaki (JIRA)
Michi Mutsuzaki created THRIFT-3388: --- Summary: hash doesn't work on set/list Key: THRIFT-3388 URL: https://issues.apache.org/jira/browse/THRIFT-3388 Project: Thrift Issue Type: Bug

[GitHub] thrift pull request: THRIFT-2411 C++: UTF-8 sent by PHP as JSON is...

2015-10-15 Thread phongphan
Github user phongphan commented on a diff in the pull request: https://github.com/apache/thrift/pull/648#discussion_r42150026 --- Diff: lib/cpp/src/thrift/protocol/TJSONProtocol.cpp --- @@ -736,7 +741,23 @@ uint32_t TJSONProtocol::readJSONString(std::string& str, bool skipContext)

[jira] [Commented] (THRIFT-2411) C++: UTF-8 sent by PHP as JSON is not understood by TJsonProtocol

2015-10-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14959222#comment-14959222 ] ASF GitHub Bot commented on THRIFT-2411: Github user phongphan commented on a dif

[jira] [Commented] (THRIFT-3382) TBase class for C++ Library

2015-10-15 Thread Nobuaki Sukegawa (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14959166#comment-14959166 ] Nobuaki Sukegawa commented on THRIFT-3382: -- OK, so people relying on "template"

[jira] [Created] (THRIFT-3387) Upgrade from 0.9.2 to 0.9.3 added perl dependencies to my project

2015-10-15 Thread Brian Johnston (JIRA)
Brian Johnston created THRIFT-3387: -- Summary: Upgrade from 0.9.2 to 0.9.3 added perl dependencies to my project Key: THRIFT-3387 URL: https://issues.apache.org/jira/browse/THRIFT-3387 Project: Thrift

[jira] [Commented] (THRIFT-3382) TBase class for C++ Library

2015-10-15 Thread Konrad Grochowski (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14959125#comment-14959125 ] Konrad Grochowski commented on THRIFT-3382: --- TTransport and TProtocol does it w

[jira] [Commented] (THRIFT-3382) TBase class for C++ Library

2015-10-15 Thread Nobuaki Sukegawa (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14959118#comment-14959118 ] Nobuaki Sukegawa commented on THRIFT-3382: -- It seems to me too inconsistent with

[jira] [Commented] (THRIFT-2411) C++: UTF-8 sent by PHP as JSON is not understood by TJsonProtocol

2015-10-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14959116#comment-14959116 ] ASF GitHub Bot commented on THRIFT-2411: Github user hcorg commented on a diff in

[GitHub] thrift pull request: THRIFT-2411 C++: UTF-8 sent by PHP as JSON is...

2015-10-15 Thread hcorg
Github user hcorg commented on a diff in the pull request: https://github.com/apache/thrift/pull/648#discussion_r42143016 --- Diff: lib/cpp/test/JSONProtoTest.cpp --- @@ -269,3 +271,70 @@ BOOST_AUTO_TEST_CASE(test_json_proto_8) { BOOST_CHECK_THROW(ooe2.read(proto.get()),

[jira] [Commented] (THRIFT-2411) C++: UTF-8 sent by PHP as JSON is not understood by TJsonProtocol

2015-10-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14959110#comment-14959110 ] ASF GitHub Bot commented on THRIFT-2411: Github user hcorg commented on a diff in

[GitHub] thrift pull request: THRIFT-2411 C++: UTF-8 sent by PHP as JSON is...

2015-10-15 Thread hcorg
Github user hcorg commented on a diff in the pull request: https://github.com/apache/thrift/pull/648#discussion_r42142463 --- Diff: lib/cpp/src/thrift/protocol/TJSONProtocol.cpp --- @@ -736,7 +741,23 @@ uint32_t TJSONProtocol::readJSONString(std::string& str, bool skipContext) {

[jira] [Commented] (THRIFT-2411) C++: UTF-8 sent by PHP as JSON is not understood by TJsonProtocol

2015-10-15 Thread Nobuaki Sukegawa (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14959107#comment-14959107 ] Nobuaki Sukegawa commented on THRIFT-2411: -- +1 I can confirm that everything is