[Mono-list] Missing Interfaces in corlib

Duco Fijma duco@lorentz.xs4all.nl
06 Jan 2002 23:59:03 +0100


On Sun, 2002-01-06 at 19:03, Duncan Mak wrote:
...
> I'm the one that wrote all that code in System.Resources. I checked in
> what I had back in December and I know they aren't complete yet, so I
> added them to the exclude list to not break the build.
> 
> My laptop is busted right now and I won't be able to have it fixed until
> next week, or maybe even later. In the mean time, please feel free to
> fix anything you see, I don't have any pending patches.

I just checked in the changes necessary to make System.Resources.*
compile. IResourceReader and IResourceWriter do now appear in
corlib.dll, which was the original goal.

Please note that I just corrected the obvious typos and introduced the
necessary dummy implementations to the other source files making up to
namespace. I didn't do any "real" enhancements to the code, so I guess
it does make sense to have a look at the diffs.

Duco