You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2011/03/25 20:22:05 UTC

[jira] [Commented] (THRIFT-1111) The HTML generator does not distinguish between string and binary types

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

Hudson commented on THRIFT-1111:
--------------------------------

Integrated in Thrift #105 (See [https://hudson.apache.org/hudson/job/Thrift/105/])
    THRIFT-1111. html: The HTML generator does not distinguish between string and binary types

Patch: Adrian Muraru


> The HTML generator does not distinguish between string and binary types
> -----------------------------------------------------------------------
>
>                 Key: THRIFT-1111
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1111
>             Project: Thrift
>          Issue Type: Bug
>          Components: Compiler (General)
>    Affects Versions: 0.6
>            Reporter: Adrian Muraru
>            Assignee: Adrian Muraru
>             Fix For: 0.7
>
>         Attachments: THRIFT-1111.patch
>
>
> Given the following service method defined in thrift IDL,
>   list<string> my_method(
>     1: string arg1,
>     3: map<binary, map<binary, binary>> arg2,
>   )
> I would expect the html doc generated to reflect that arg is a string argument while elements in arg2 are of "binary" type.
> Currently HTML generator prints "string" type for both cases, misleading the API users.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira