Hi all,

I'm just wandering if I'm right here: I tried to use (cecil 0.6-based)
mono merge from current SVN trunk and stumbled accross three issues
during merging, which I have fixed. Now I wonder where I should post
the patch. I'm planning to implement a new merge application based on
the current cecil code, but I thought it might be worth updating the
SVN code until cecil 0.9x is merged to SVN, too.

The fixed issues are:
- merge <PrivateImplementationDetails> classes created by MS csc.exe
when using switch on strings etc.
- fix method access when base class method is 'internal protected' and
derived class overrides this with 'protected' (not supported when both
classes are in the same assembly)
- fix referencing virtual methods that aren't declared in a
TypeDefinition in the merged assembly but only in base types (still,
csc.exe calls them on the direct parent when invoking them using
'base')

If this is not the correct list to post such patches, I'd be happy to
get a hint where to go. I'm just a bit confused by the fact that
monomerge seems a bit 'unsupported' by the main mono distribution...
And since it is using (the great!) cecil, I thought I might be right
here...

Thanks for reading this (long) post ;-)

Simon

-- 
--
mono-cecil

Reply via email to