Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
0.8
-
None
-
with Xcode on Mac OS X.
Description
The following IDL file always produces two "ping_args" classes in the generated objective-C source file and causes "Duplicate interface definition for class 'ping_args'" error.
The class name should be Foo_ping_args and Bar_ping_args.
--------------------------------
service Foo {
void ping(1:string msg)
}
service Bar {
void ping(1:string msg)
}
Attachments
Issue Links
- is duplicated by
-
THRIFT-2905 Cocoa compiler should have option to produce "modern" Objective-C
- Closed