Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
0.6.1
-
None
-
None
Description
thrift definition
service Foo{
list<i32> test()
}
c# implementation
public List<int> test ()
{
return new List<int>
;
}
produces:
[1,"test",2,0,{"0":{"lst":["i32",2,42],"4242"]}}
reformatted:
[1,"test",2,0,
{
"0":
}
it works as expected with only one item in the list.
[EDIT] Tried to correct formatting/intendations
Attachments
Issue Links
- is a clone of
-
THRIFT-1120 proto.WriteListEnd being called in the wrong place
- Closed