yarp
yarp copied to clipboard
Bug in Thrift compiler
trafficstars
Describe the bug The following thrift file generates an error (the generated code is not valid)
service Demo
{
i32 test( 1:list<i32> lst1, 2:list<i32> lst2);
}
because the two lists use the same iterator (?)