Follow-up Comment #1, bug #36685 (project gnustep):
Woops sorry, pressed return by accident...
Description:
Apple defines NSStreamDelegate as a formal protocol now. This causes valid
foundation code not to compile.
Steps to reproduce:
1) create a new class @interface A : NSObject<NSStreamDelegate> @end
2) compile the code
Expected results:
Compilation success
Actual results:
Failure due to the NSStreamDelegate protocol not being defined
Notes:
Apple's definition:
@protocol NSStreamDelegate <NSObject>
@optional
- (void)stream:(NSStream *)aStream handleEvent:(NSStreamEvent)eventCode;
@end
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?36685>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
_______________________________________________
Bug-gnustep mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-gnustep