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

typedef alias not deleted in generated module #124

Open
aisk opened this issue Mar 3, 2020 · 0 comments
Open

typedef alias not deleted in generated module #124

aisk opened this issue Mar 3, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@aisk
Copy link
Member

aisk commented Mar 3, 2020

For we have thirft file:

test.thrift

struct A {
    1: i32 a
}

typedef A B

With generated module, we had test.B, with value (12, test.A). I think this field is not excepted, and in apache thrift, test.B does not exists.

@aisk aisk added the bug Something isn't working label Mar 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant