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 2008/12/10 03:00:47 UTC

[jira] Resolved: (THRIFT-121) Add support for type modifiers

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

David Reiss resolved THRIFT-121.
--------------------------------

    Resolution: Fixed

> Add support for type modifiers
> ------------------------------
>
>                 Key: THRIFT-121
>                 URL: https://issues.apache.org/jira/browse/THRIFT-121
>             Project: Thrift
>          Issue Type: New Feature
>          Components: Compiler (General)
>            Reporter: Bryan Duxbury
>
> We'd like to have the ability to add type modifiers in the IDL to help protocols decide what encodings can be used for certain types. Some examples would be "fixed" and "zigzag" for integer types, and "extern" for strings (and possibly binary?) types. 
> In addition to modifying the parser to properly detect type modifiers, we must change the signature of some protocol methods in all protocols to take a new parameter containing the type modifier. Implementations are free to act on or ignore the modifier accordingly.

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