yarp icon indicating copy to clipboard operation
yarp copied to clipboard

Bug in Thrift compiler

Open randaz81 opened this issue 2 years ago • 0 comments
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 (?)

randaz81 avatar Mar 21 '23 13:03 randaz81