Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug in Thrift compiler #2957

Open
randaz81 opened this issue Mar 21, 2023 · 0 comments
Open

Bug in Thrift compiler #2957

randaz81 opened this issue Mar 21, 2023 · 0 comments
Assignees

Comments

@randaz81
Copy link
Member

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 randaz81 self-assigned this Mar 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant