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

[jira] [Resolved] (THRIFT-1148) list<> type with multiple items is not encoded properly

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

Roger Meier resolved THRIFT-1148.
---------------------------------

    Resolution: Duplicate

This has been fixed on THRIFT-1120

here's the latest Thrift Compiler for Windows
https://builds.apache.org/hudson/view/S-Z/view/Thrift/job/Thrift-Compiler-Windows/lastSuccessfulBuild/artifact/thrift/thrift.exe


> list<> type with multiple items is not encoded properly
> -------------------------------------------------------
>
>                 Key: THRIFT-1148
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1148
>             Project: Thrift
>          Issue Type: Bug
>          Components: C# - Library
>    Affects Versions: 0.6.1
>            Reporter: Nils Hügelmann
>
> thrift definition
> service Foo{
>   list<i32> test()
> }
> c# implementation
> public List<int> test ()
> {
>   return new List<int>{
>     42,4242
>   };
> }
> produces:
> [1,"test",2,0,{"0":{"lst":["i32",2,42],"4242"]}}
> reformatted:
> [1,"test",2,0,
> {
>  "0":{
>    "lst":["i32",2,42],"4242"]
>  }
> }
> it works as expected with only one item in the list.
> [EDIT] Tried to correct formatting/intendations

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