[jira] [Commented] (THRIFT-2452) Python doesn't handle unexpected Exceptions in server

2014-04-07 Thread James Haggerty (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13962477#comment-13962477 ] James Haggerty commented on THRIFT-2452: Thanks, Jens. Didn't check the comments

[jira] [Created] (THRIFT-2452) Python doesn't handle unexpected Exceptions in server

2014-04-06 Thread James Haggerty (JIRA)
James Haggerty created THRIFT-2452: -- Summary: Python doesn't handle unexpected Exceptions in server Key: THRIFT-2452 URL: https://issues.apache.org/jira/browse/THRIFT-2452 Project: Thrift

[jira] [Updated] (THRIFT-2452) Python doesn't handle unexpected Exceptions in server

2014-04-06 Thread James Haggerty (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Haggerty updated THRIFT-2452: --- Attachment: thrift-2452-python-unexpected-exceptions.patch This patch implements it in the

[jira] [Updated] (THRIFT-2452) Python doesn't handle unexpected Exceptions in server

2014-04-06 Thread James Haggerty (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Haggerty updated THRIFT-2452: --- Description: Based on Thrift-378, the appropriate behaviour is to throw a

[jira] [Commented] (THRIFT-2452) Python doesn't handle unexpected Exceptions in server

2014-04-06 Thread James Haggerty (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13961617#comment-13961617 ] James Haggerty commented on THRIFT-2452: Should say that the oneway functions

[jira] [Commented] (THRIFT-1528) Inconsistency in optional fields between Java/C# and python

2014-01-07 Thread James Haggerty (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13865039#comment-13865039 ] James Haggerty commented on THRIFT-1528: As Josh mentioned, there are significant

[jira] [Commented] (THRIFT-1528) Inconsistency in optional fields between Java/C# and python

2014-01-07 Thread James Haggerty (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13865044#comment-13865044 ] James Haggerty commented on THRIFT-1528: I guess the other way of working around

[jira] [Commented] (THRIFT-1528) Inconsistency in optional fields between Java/C# and python

2014-01-07 Thread James Haggerty (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13865068#comment-13865068 ] James Haggerty commented on THRIFT-1528: Yeah, I see the ugliness of defaults set

[jira] [Updated] (THRIFT-1229) Python fastbinary.c can not handle unicode as generated python code

2014-01-07 Thread James Haggerty (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Haggerty updated THRIFT-1229: --- Attachment: thrift-1229-fastbinary-utf8-v3.patch Python fastbinary.c can not handle

[jira] [Commented] (THRIFT-1229) Python fastbinary.c can not handle unicode as generated python code

2014-01-07 Thread James Haggerty (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13865078#comment-13865078 ] James Haggerty commented on THRIFT-1229: I've attached what I think is a nicer

[jira] [Commented] (THRIFT-1229) Python fastbinary.c can not handle unicode as generated python code

2013-09-30 Thread James Haggerty (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13781650#comment-13781650 ] James Haggerty commented on THRIFT-1229: Just went to use this today, and found

[jira] [Comment Edited] (THRIFT-1229) Python fastbinary.c can not handle unicode as generated python code

2013-09-30 Thread James Haggerty (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13781650#comment-13781650 ] James Haggerty edited comment on THRIFT-1229 at 9/30/13 7:36 AM:

[jira] [Created] (THRIFT-2059) Support for Python 3.4 enums

2013-06-22 Thread James Haggerty (JIRA)
James Haggerty created THRIFT-2059: -- Summary: Support for Python 3.4 enums Key: THRIFT-2059 URL: https://issues.apache.org/jira/browse/THRIFT-2059 Project: Thrift Issue Type: Improvement

[jira] [Updated] (THRIFT-2059) Support for Python 3.4 enums

2013-06-22 Thread James Haggerty (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Haggerty updated THRIFT-2059: --- Description: Currently enums are represented in Python by classes (see #546) but those

[jira] [Updated] (THRIFT-2059) Support for Python 3.4 enums

2013-06-22 Thread James Haggerty (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Haggerty updated THRIFT-2059: --- Patch Info: Patch Available Support for Python 3.4 enums

[jira] [Updated] (THRIFT-2059) Support for Python 3.4 enums

2013-06-22 Thread James Haggerty (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Haggerty updated THRIFT-2059: --- Description: Currently enums are represented in Python by classes (see #546) but those

[jira] [Updated] (THRIFT-2059) Support for Python 3.4 enums

2013-06-22 Thread James Haggerty (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Haggerty updated THRIFT-2059: --- Description: Currently enums are represented in Python by classes (see [#THRIFT-546]) but

[jira] [Commented] (THRIFT-2059) Support for Python 3.4 enums

2013-06-22 Thread James Haggerty (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13691073#comment-13691073 ] James Haggerty commented on THRIFT-2059: If this is likely to get accepted, I'll

[jira] [Updated] (THRIFT-2059) Support for Python 3.4 enums

2013-06-22 Thread James Haggerty (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Haggerty updated THRIFT-2059: --- Attachment: thrift-0001-Python3.4-style-enum-support.patch Support for Python 3.4

[jira] [Updated] (THRIFT-2059) Support for Python 3.4 enums

2013-06-22 Thread James Haggerty (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Haggerty updated THRIFT-2059: --- Description: Currently enums are represented in Python by classes (see [#THRIFT-546]) but

[jira] [Updated] (THRIFT-2059) Support for Python 3.4 enums

2013-06-22 Thread James Haggerty (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Haggerty updated THRIFT-2059: --- Description: Currently enums are represented in Python by classes (see [#THRIFT-546]) but

[jira] [Updated] (THRIFT-2059) Support for Python 3.4 enums

2013-06-22 Thread James Haggerty (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Haggerty updated THRIFT-2059: --- Description: Currently enums are represented in Python by classes (see [#THRIFT-546]) but

[jira] [Updated] (THRIFT-2059) Support for Python 3.4 enums

2013-06-22 Thread James Haggerty (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Haggerty updated THRIFT-2059: --- Description: Currently enums are represented in Python by classes (see [#THRIFT-546]) but

[jira] [Updated] (THRIFT-2059) Support for Python 3.4 enums

2013-06-22 Thread James Haggerty (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Haggerty updated THRIFT-2059: --- Description: Currently enums are represented in Python by classes (see [#THRIFT-546]) but

[jira] [Created] (THRIFT-2060) Copy some annotations to generated Python

2013-06-22 Thread James Haggerty (JIRA)
James Haggerty created THRIFT-2060: -- Summary: Copy some annotations to generated Python Key: THRIFT-2060 URL: https://issues.apache.org/jira/browse/THRIFT-2060 Project: Thrift Issue Type:

[jira] [Updated] (THRIFT-2060) Copy some annotations to generated Python

2013-06-22 Thread James Haggerty (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Haggerty updated THRIFT-2060: --- Description: I noticed today that thrift has customisable annotations, but at the moment