Hi Chris, On Wed, Apr 6, 2011 at 1:29 AM, Chris Seaton <[email protected]> wrote: > If anyone has the time I would appreciate an early code review to check that > it will fit into mono and could be merged in the future.
As I wrote in my earlier mail, there's a lot of code that can be lifted from: https://github.com/mono/cecil/tree/master/ildasm This code probably needs only a bit of cleanup and a port to the updated Cecil API. > I'm still not sure about the build and test systems so that might require > some attention in the future. ildasm should be in mcs/tools, ilasm is in mcs just for historical reasons. Also I don't think we should require python for the tests, a simple Makefile should be enough. Jb -- -- mono-cecil
