https://bugzilla.novell.com/show_bug.cgi?id=659021
https://bugzilla.novell.com/show_bug.cgi?id=659021#c0 Summary: byref event->delegate Classification: Mono Product: MonoMac Version: GIT Platform: Macintosh OS/Version: Mac OS X 10.6 Status: NEW Severity: Normal Priority: P5 - None Component: Bindings AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_5; en-us) AppleWebKit/533.19.4 (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4 delegate definitions with parameters marked with ref do not compile. Example is NSDatePickerCellDelegate in monomac/src/appkit.cs The .netized events are generated as events and should not be. The bindings should be generated as a delegate. Reproducible: Always Steps to Reproduce: 1. An example to test with has already been sent to kangaroo - Geoff Actual Results: Stacktrace: at (wrapper managed-to-native) MonoMac.ObjCRuntime.Messaging.intptr_objc_msgSend (intptr,intptr) <0x00003> at (wrapper managed-to-native) MonoMac.ObjCRuntime.Messaging.intptr_objc_msgSend (intptr,intptr) <0x00003> at MonoMac.ObjCRuntime.Runtime.GetNSObject (intptr) <0x000f4> at MonoMac.ObjCRuntime.NSObjectMarshaler.MarshalNativeToManaged (intptr) <0x00010> at (wrapper native-to-managed) object.[DatePicker.TestWindowController.Void ValidateProposedDateValue(MonoMac.AppKit.NSDatePickerCell, MonoMac.Foundation.NSDate, Double)] (MonoMac.Foundation.NSObject,MonoMac.ObjCRuntime.Selector,MonoMac.AppKit.NSDatePickerCell,MonoMac.Foundation.NSDate,double) <0x00101> kangaroo asked me to file this bug and needs to talk to Miguel how they are to resolve the issue. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
