[Mono-bugs] [Bug 63684][Nor] Changed - Empty enum NSPropertyListFormat, plus nonworking NSPropertyListSerialization.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 24 Aug 2004 08:55:01 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by umuff@quark.com.

http://bugzilla.ximian.com/show_bug.cgi?id=63684

--- shadow/63684	2004-08-23 15:20:12.000000000 -0400
+++ shadow/63684.tmp.25005	2004-08-24 08:55:01.000000000 -0400
@@ -1,12 +1,12 @@
 Bug#: 63684
 Product: Cocoa#
 Version: 0.1
 OS: unknown
 OS Details: Mac OS X 10.3.5 (upgrade from 10.2.8)
-Status: NEW   
+Status: ASSIGNED   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: Bindings.
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: l0ne@email.it               
@@ -53,6 +53,13 @@
 (Apple.Foundation.NSData,Apple.Foundation.NSPropertyListMutabilityOptions,Apple.Found
 ation.NSPropertyListFormat,string)
 in <0x0023c> Mono.CocoaSharp.NibWrap.NibStructureLoader:loadNib (string)
 in <0x00030> Mono.CocoaSharp.NibWrap.Startup:Main (string[])
 
 Note that CocoaSharpLoader was used to start this .exe.
+
+------- Additional Comments From umuff@quark.com  2004-08-24 08:55 -------
+new NSData("Items = { a = b; };")
+==
+[[NSData alloc] initWithContentsOfFile: @"Items = { a = b; };"]
+
+which I don't think you wanted, right?  Please provide the right NSData construction.