thriftpy2 icon indicating copy to clipboard operation
thriftpy2 copied to clipboard

typedef alias not deleted in generated module

Open aisk opened this issue 4 years ago • 0 comments

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 avatar Mar 03 '20 13:03 aisk