You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "David Reiss (JIRA)" <ji...@apache.org> on 2009/12/31 21:35:29 UTC

[jira] Commented: (THRIFT-546) Python generated code should give the ability to convert to/from string names of enums

    [ https://issues.apache.org/jira/browse/THRIFT-546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12795665#action_12795665 ] 

David Reiss commented on THRIFT-546:
------------------------------------

Hey, it looks like I committed this r827893 with a stub commit message.  Sorry, guys.  I'm not sure how that happened.

> Python generated code should give the ability to convert to/from string names of enums
> --------------------------------------------------------------------------------------
>
>                 Key: THRIFT-546
>                 URL: https://issues.apache.org/jira/browse/THRIFT-546
>             Project: Thrift
>          Issue Type: New Feature
>          Components: Compiler (Python)
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>             Fix For: 0.2
>
>         Attachments: thrift-546.txt, thrift-546.txt
>
>
> The current code just generates enums as int constants namespaced within a class. This patch adds dictionaries in that class called TO_STRING and FROM_STRING, so enum values can be nicely printed in log messages, etc.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.