[jira] [Updated] (THRIFT-5540) Can't use a typedef for a container type containing enums in a constant

2022-03-16 Thread Jens Geyer (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer updated THRIFT-5540: --- Component/s: Compiler (General) (was: C++ - Compiler)

[jira] [Updated] (THRIFT-5540) Can't use a typedef for a container type containing enums in a constant

2022-03-16 Thread Jens Geyer (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer updated THRIFT-5540: --- Component/s: Dart - Compiler > Can't use a typedef for a container type containing enums in a

[jira] [Updated] (THRIFT-5540) Can't use a typedef for a container type containing enums in a constant

2022-03-16 Thread Jens Geyer (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer updated THRIFT-5540: --- Component/s: C++ - Compiler > Can't use a typedef for a container type containing enums in a

[jira] [Updated] (THRIFT-5540) Can't use a typedef for a container type containing enums in a constant

2022-03-16 Thread Jens Geyer (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer updated THRIFT-5540: --- Component/s: (was: Compiler (General)) > Can't use a typedef for a container type containing

[jira] [Updated] (THRIFT-5540) Can't use a typedef for a container type containing enums in a constant

2022-03-15 Thread Raymond Chee (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Chee updated THRIFT-5540: - Description: This small thrift file fails to compile. {code:java} enum SomeEnum {     A,     B,

[jira] [Updated] (THRIFT-5540) Can't use a typedef for a container type containing enums in a constant

2022-03-15 Thread Raymond Chee (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Chee updated THRIFT-5540: - Description: This small thrift file fails to compile. {code:java} enum SomeEnum {     A,     B,