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/28 17:32:05 UTC

[jira] [Commented] (THRIFT-1120) proto.WriteListEnd being called in the wrong place

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

Hudson commented on THRIFT-1120:
--------------------------------

Integrated in Thrift #106 (See [https://hudson.apache.org/hudson/job/Thrift/106/])
    THRIFT-1120. csharp: proto.WriteListEnd being called in the wrong place

Patch: guoyunfeng


> proto.WriteListEnd being called in the wrong place
> --------------------------------------------------
>
>                 Key: THRIFT-1120
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1120
>             Project: Thrift
>          Issue Type: Bug
>          Components: C# - Compiler
>    Affects Versions: 0.6
>            Reporter: guoyunfeng
>            Assignee: guoyunfeng
>              Labels: patch
>             Fix For: 0.7
>
>         Attachments: C#  ListEnd error.diff
>
>
> t_csharp_generator.cc 
>   scope_down(out);
> if (ttype->is_map()) {
>     indent(out) << "oprot.WriteMapEnd();" << endl;
>   } else if (ttype->is_set()) {
>     indent(out) << "oprot.WriteSetEnd();" << endl;
>   } else if (ttype->is_list()) {
>     indent(out) << "oprot.WriteListEnd();" << endl;
>   }
>   scope_down(out);

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