[jira] [Assigned] (THRIFT-2784) Eliminate compiler warnings in generated C++ code

2014-10-13 Thread Roger Meier (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Meier reassigned THRIFT-2784: --- Assignee: Roger Meier Eliminate compiler warnings in generated C++ code

[jira] [Commented] (THRIFT-1940) Deploy Haskell package as part of release process

2014-10-13 Thread Sean Parsons (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14169046#comment-14169046 ] Sean Parsons commented on THRIFT-1940: -- The uppercased one supposedly is replaced by

[jira] [Commented] (THRIFT-2784) Eliminate compiler warnings in generated C++ code

2014-10-13 Thread Roger Meier (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14169461#comment-14169461 ] Roger Meier commented on THRIFT-2784: - Thanks John, just committed your patch.

[jira] [Commented] (THRIFT-2784) Eliminate compiler warnings in generated C++ code

2014-10-13 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14169520#comment-14169520 ] Hudson commented on THRIFT-2784: SUCCESS: Integrated in Thrift #1313 (See

[jira] [Commented] (THRIFT-2785) Wrap errors in iostream_transport.go

2014-10-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14169807#comment-14169807 ] ASF GitHub Bot commented on THRIFT-2785: Github user Jens-G commented on the pull

[jira] [Created] (THRIFT-2785) Wrap errors in iostream_transport.go

2014-10-13 Thread Jens Geyer (JIRA)
Jens Geyer created THRIFT-2785: -- Summary: Wrap errors in iostream_transport.go Key: THRIFT-2785 URL: https://issues.apache.org/jira/browse/THRIFT-2785 Project: Thrift Issue Type: Improvement

[GitHub] thrift pull request: Wrap errors in iostream_transport.go

2014-10-13 Thread Jens-G
Github user Jens-G commented on the pull request: https://github.com/apache/thrift/pull/246#issuecomment-58942808 tracked in THRIFT-2785 --- 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 not have this

[GitHub] thrift pull request: Wrap errors in iostream_transport.go

2014-10-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/thrift/pull/246 --- 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 not have this feature enabled and wishes so, or if the feature is

[jira] [Resolved] (THRIFT-2785) Wrap errors in iostream_transport.go

2014-10-13 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2785?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer resolved THRIFT-2785. Resolution: Fixed Fix Version/s: 0.9.2 Committed, thanks! Wrap errors in

[jira] [Commented] (THRIFT-2785) Wrap errors in iostream_transport.go

2014-10-13 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14169884#comment-14169884 ] Hudson commented on THRIFT-2785: SUCCESS: Integrated in Thrift #1314 (See

unicode types

2014-10-13 Thread Peter Neumark
Hi all, Looking at the wire format's type IDs, it's clear that thrift supports several thrift encodings in it's wire format, yet the IDL does not allow one to speak of string encoding (string/binary are the only type names in the IDL). Is this a design decision (where each language

[jira] [Commented] (THRIFT-2784) Eliminate compiler warnings in generated C++ code

2014-10-13 Thread John Campbell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14170142#comment-14170142 ] John Campbell commented on THRIFT-2784: --- Well, that's generating bad C++ -- I had

[jira] [Commented] (THRIFT-2784) Eliminate compiler warnings in generated C++ code

2014-10-13 Thread Konrad Grochowski (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14170150#comment-14170150 ] Konrad Grochowski commented on THRIFT-2784: --- as a workaround - use -Wpedantic,

[jira] [Commented] (THRIFT-2784) Eliminate compiler warnings in generated C++ code

2014-10-13 Thread John Campbell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14170161#comment-14170161 ] John Campbell commented on THRIFT-2784: --- Ok, after thinking about this for a bit, I

[jira] [Commented] (THRIFT-2727) C glib coding standards

2014-10-13 Thread JIRA
[ https://issues.apache.org/jira/browse/THRIFT-2727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14170326#comment-14170326 ] Henrique Mendonça commented on THRIFT-2727: --- Hi Konrad, that should do it if

[jira] [Commented] (THRIFT-2755) ThreadSanitizer reports data race in ThreadManager::Impl::addWorker

2014-10-13 Thread JIRA
[ https://issues.apache.org/jira/browse/THRIFT-2755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14170338#comment-14170338 ] Henrique Mendonça commented on THRIFT-2755: ---

[jira] [Commented] (THRIFT-1940) Deploy Haskell package as part of release process

2014-10-13 Thread John Chee (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14170339#comment-14170339 ] John Chee commented on THRIFT-1940: --- [~jfarrell] [~clavoie] both of you are listed as

[jira] [Commented] (THRIFT-1940) Deploy Haskell package as part of release process

2014-10-13 Thread John Chee (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14170340#comment-14170340 ] John Chee commented on THRIFT-1940: --- [~jfarrell] [~clavoie] Whoops, didn't notice the

[jira] [Commented] (THRIFT-1940) Deploy Haskell package as part of release process

2014-10-13 Thread John Chee (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14170343#comment-14170343 ] John Chee commented on THRIFT-1940: --- [~roger.meier] [~seanparsons] Thrift (uppercased)

[jira] [Commented] (THRIFT-1940) Deploy Haskell package as part of release process

2014-10-13 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14170350#comment-14170350 ] Jake Farrell commented on THRIFT-1940: -- hey [~cheecheeo], I just got added as a

[jira] [Commented] (THRIFT-1940) Deploy Haskell package as part of release process

2014-10-13 Thread John Chee (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14170352#comment-14170352 ] John Chee commented on THRIFT-1940: --- [~jfarrell] Great, thanks :). Deploy Haskell