[jira] [Commented] (THRIFT-2945) Implement support for Rust language

2017-02-16 Thread Tony Przygienda (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15869482#comment-15869482 ] Tony Przygienda commented on THRIFT-2945: - OK, rephrased in other points what I read a) we agree

[jira] [Closed] (THRIFT-4094) run "config" error in docker

2017-02-16 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King, III closed THRIFT-4094. -- If you have any more questions re-open and comment. Thanks. > run "config" error in

[jira] [Assigned] (THRIFT-4094) run "config" error in docker

2017-02-16 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King, III reassigned THRIFT-4094: -- Assignee: James E. King, III > run "config" error in docker >

[jira] [Resolved] (THRIFT-4094) run "config" error in docker

2017-02-16 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King, III resolved THRIFT-4094. Resolution: Fixed > run "config" error in docker > -

[jira] [Commented] (THRIFT-4094) run "config" error in docker

2017-02-16 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15871021#comment-15871021 ] James E. King, III commented on THRIFT-4094: It sounds like you did not start the docker

[jira] [Commented] (THRIFT-3859) Unix Domain Socket Support in Objective-C

2017-02-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15871014#comment-15871014 ] ASF GitHub Bot commented on THRIFT-3859: Github user jeking3 commented on the issue:

[jira] [Commented] (THRIFT-4094) run "config" error in docker

2017-02-16 Thread Weizhi Li (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15871026#comment-15871026 ] Weizhi Li commented on THRIFT-4094: --- Thank you for the reply. And, also,

[GitHub] thrift issue #1031: THRIFT-3859: Unix Domain Socket Support in Objective-C

2017-02-16 Thread clindsay
Github user clindsay commented on the issue: https://github.com/apache/thrift/pull/1031 Thanks @jeking3. Sorry for the slow response, a bit busy these days! Just to clarify, as far as I can tell there isn't a cocoa test client today. Is this correct? So, in order to add these

[jira] [Commented] (THRIFT-3706) There's no support for Multiplexed protocol on c_glib library

2017-02-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15869553#comment-15869553 ] ASF GitHub Bot commented on THRIFT-3706: Github user gadLinux commented on the issue:

[GitHub] thrift issue #1175: THRIFT-4064 Update node library dependencies

2017-02-16 Thread jeking3
Github user jeking3 commented on the issue: https://github.com/apache/thrift/pull/1175 Looks like the bufferutil thing caused some build jobs to break. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does

[GitHub] thrift issue #1191: THRIFT-3706 - Implement multiplexor.

2017-02-16 Thread gadLinux
Github user gadLinux commented on the issue: https://github.com/apache/thrift/pull/1191 I must say that like the SSL patch this is already tested in production. Java vs c_glib. We have to add support for the Server c_glib and Client Java. But I suppose this time it will work without

[GitHub] thrift issue #1175: THRIFT-4064 Update node library dependencies

2017-02-16 Thread bgould
Github user bgould commented on the issue: https://github.com/apache/thrift/pull/1175 `clang: error: unknown argument: '-fno-tree-vrp' clang: error: unknown argument: '-fno-delete-null-pointer-checks'` I'm guessing these are GCC-only options... and in that test runner

[jira] [Commented] (THRIFT-4064) Update node library dependencies

2017-02-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15870122#comment-15870122 ] ASF GitHub Bot commented on THRIFT-4064: Github user bgould commented on the issue:

[jira] [Commented] (THRIFT-3921) C++ code should print enums as strings

2017-02-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15870637#comment-15870637 ] ASF GitHub Bot commented on THRIFT-3921: Github user jeking3 commented on the issue:

[jira] [Assigned] (THRIFT-3921) C++ code should print enums as strings

2017-02-16 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King, III reassigned THRIFT-3921: -- Assignee: James E. King, III > C++ code should print enums as strings >

[GitHub] thrift pull request #1194: THRIFT-3921 cpp library- optional operator ostrea...

2017-02-16 Thread jeking3
GitHub user jeking3 opened a pull request: https://github.com/apache/thrift/pull/1194 THRIFT-3921 cpp library- optional operator ostream support for enumerations You can merge this pull request into a Git repository by running: $ git pull https://github.com/jeking3/thrift

[jira] [Commented] (THRIFT-3921) C++ code should print enums as strings

2017-02-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15870699#comment-15870699 ] ASF GitHub Bot commented on THRIFT-3921: GitHub user jeking3 opened a pull request:

[jira] [Commented] (THRIFT-3921) C++ code should print enums as strings

2017-02-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15871265#comment-15871265 ] ASF GitHub Bot commented on THRIFT-3921: Github user viveksjain commented on a diff in the pull

[GitHub] thrift pull request #1194: THRIFT-3921 cpp library- optional operator ostrea...

2017-02-16 Thread viveksjain
Github user viveksjain commented on a diff in the pull request: https://github.com/apache/thrift/pull/1194#discussion_r101694140 --- Diff: compiler/cpp/src/thrift/generate/t_cpp_generator.cc --- @@ -566,6 +567,47 @@ void t_cpp_generator::generate_enum(t_enum* tenum) {

[jira] [Created] (THRIFT-4094) run "config" error in docker

2017-02-16 Thread Weizhi Li (JIRA)
Weizhi Li created THRIFT-4094: - Summary: run "config" error in docker Key: THRIFT-4094 URL: https://issues.apache.org/jira/browse/THRIFT-4094 Project: Thrift Issue Type: Bug