[ 
https://issues.apache.org/jira/browse/THRIFT-546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Todd Lipcon updated THRIFT-546:
-------------------------------

    Attachment: thrift-546.txt

Just went with the same patch, but changed the names of the dictionaries to 
_VALUES_TO_NAMES and _NAMES_TO_VALUES. This way we at least use the same name 
as the Java, and putting the underscore at the front pretty well insures 
uniqueness.

> 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
>         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.

Reply via email to