Generated code is invalid when thrift file basename is not a valid Objective-C identifier -----------------------------------------------------------------------------------------
Key: THRIFT-789 URL: https://issues.apache.org/jira/browse/THRIFT-789 Project: Thrift Issue Type: Bug Components: Compiler (Cocoa) Affects Versions: 0.2, 0.1, 0.3 Reporter: Mathias Herberts When using thrift file names that contain dots in them (or for that matter any character which is not valid in an Objective-C identifier), the generated code in the '.h' file is invalid as the base file name (returned by t_program->get_name) is used when generating Constant interface. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.