Impossible to correctly qualify an enum constant in an external thrift file
---------------------------------------------------------------------------
Key: THRIFT-1006
URL: https://issues.apache.org/jira/browse/THRIFT-1006
Project: Thrift
Issue Type: Bug
Affects Versions: 0.5
Reporter: Bryan Duxbury
Assignee: Bryan Duxbury
Priority: Blocker
Fix For: 0.6
{code}
enum X {
ONE, TWO
}
{code}
{code}
include "x"
// compile error
const x.X MY_X = x.X.ONE;
{code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.