THRIFT-897. compiler: Don't allow unqualified constant access to enum values This patch makes it illegal to refer to enum values by just their names in the IDL. Now, you must also provide the enum type's name as well.