[jira] [Commented] (THRIFT-1857) Python 3.X Support

2014-06-25 Thread Eevee (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14044275#comment-14044275 ] Eevee commented on THRIFT-1857: --- You need six even for code targeting 2.7+; it exists to sm

[GitHub] thrift pull request: Python 3 support

2014-06-25 Thread eevee
Github user eevee commented on a diff in the pull request: https://github.com/apache/thrift/pull/144#discussion_r14222907 --- Diff: lib/py/src/transport/TSSLSocket.py --- @@ -200,7 +200,7 @@ def accept(self): try: client = ssl.wrap_socket(plain_client, certfile=s

[GitHub] thrift pull request: Python 3 support

2014-06-25 Thread eevee
Github user eevee commented on a diff in the pull request: https://github.com/apache/thrift/pull/144#discussion_r14222910 --- Diff: lib/py/src/server/TServer.py --- @@ -248,9 +248,9 @@ def try_close(file): try: while True: sel

[GitHub] thrift pull request: Python 3 support

2014-06-25 Thread eevee
Github user eevee commented on a diff in the pull request: https://github.com/apache/thrift/pull/144#discussion_r14222895 --- Diff: lib/py/src/transport/TTransport.py --- @@ -17,7 +17,7 @@ # under the License. # -from cStringIO import StringIO +from six impor

[GitHub] thrift pull request: Python 3 support

2014-06-25 Thread eevee
Github user eevee commented on a diff in the pull request: https://github.com/apache/thrift/pull/144#discussion_r14222829 --- Diff: lib/py/src/protocol/TBinaryProtocol.py --- @@ -119,8 +119,8 @@ def writeDouble(self, dub): self.trans.write(buff) def writeString

[jira] [Commented] (THRIFT-1857) Python 3.X Support

2014-06-25 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14044267#comment-14044267 ] Jake Farrell commented on THRIFT-1857: -- Most of the items that have been blocking 3.

[jira] [Commented] (THRIFT-1857) Python 3.X Support

2014-06-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14044115#comment-14044115 ] ASF GitHub Bot commented on THRIFT-1857: Github user bufferoverflow commented on

[jira] [Assigned] (THRIFT-1857) Python 3.X Support

2014-06-25 Thread Roger Meier (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Meier reassigned THRIFT-1857: --- Assignee: Roger Meier > Python 3.X Support > -- > > Key: THR

[jira] [Commented] (THRIFT-1857) Python 3.X Support

2014-06-25 Thread Roger Meier (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14044117#comment-14044117 ] Roger Meier commented on THRIFT-1857: - I like the approach with the six library and w

[GitHub] thrift pull request: Python 3 support

2014-06-25 Thread bufferoverflow
Github user bufferoverflow commented on the pull request: https://github.com/apache/thrift/pull/144#issuecomment-47165500 https://issues.apache.org/jira/browse/THRIFT-1857 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. I

[jira] [Commented] (THRIFT-1857) Python 3.X Support

2014-06-25 Thread Eevee (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14044071#comment-14044071 ] Eevee commented on THRIFT-1857: --- There's another Python 3 branch submitted as a pull reques

[jira] [Assigned] (THRIFT-2589) C# generator: const of BaseType in IDL generates static instead of const properties

2014-06-25 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer reassigned THRIFT-2589: -- Assignee: Jens Geyer > C# generator: const of BaseType in IDL generates static instead of cons

[jira] [Updated] (THRIFT-2578) Moving 'make cross' from test.sh to test.py

2014-06-25 Thread Chamila Dilshan Wijayarathna (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chamila Dilshan Wijayarathna updated THRIFT-2578: - Attachment: 0001-THRIFT-2578-Moving-make-cross-from-test.sh-to-te

Jenkins build is back to normal : Thrift #1194

2014-06-25 Thread Apache Jenkins Server
See

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

2014-06-25 Thread Ben Craig (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14043430#comment-14043430 ] Ben Craig commented on THRIFT-1805: --- Adding an exception to a class doesn't break the w

[jira] [Commented] (THRIFT-2579) Windows CE support

2014-06-25 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14043354#comment-14043354 ] Hudson commented on THRIFT-2579: FAILURE: Integrated in Thrift #1193 (See [https://build

Build failed in Jenkins: Thrift #1193

2014-06-25 Thread Apache Jenkins Server
See Changes: [henrique] THRIFT-2579 C++ lib Windows CE support -- [...truncated 1590 lines...] [WARNING::358] No field key specified fo

[jira] [Resolved] (THRIFT-2579) Windows CE support

2014-06-25 Thread JIRA
[ https://issues.apache.org/jira/browse/THRIFT-2579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henrique Mendonça resolved THRIFT-2579. --- Resolution: Fixed rebased and committed > Windows CE support > -- >

[jira] [Updated] (THRIFT-2589) C# generator: const of BaseType in IDL generates static instead of const properties

2014-06-25 Thread Thomas Lazar (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Lazar updated THRIFT-2589: - Attachment: thrift-2589-fix-csharp-basetype-const.patch > C# generator: const of BaseType in IDL

[jira] [Created] (THRIFT-2589) C# generator: const of BaseType in IDL generates static instead of const properties

2014-06-25 Thread Thomas Lazar (JIRA)
Thomas Lazar created THRIFT-2589: Summary: C# generator: const of BaseType in IDL generates static instead of const properties Key: THRIFT-2589 URL: https://issues.apache.org/jira/browse/THRIFT-2589 P