[Mono-bugs] [Bug 475814] mdoc update fails with --exceptions=depasm
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Feb 17 23:32:22 EST 2009
https://bugzilla.novell.com/show_bug.cgi?id=475814
User jpryor at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=475814#c1
Jonathan Pryor <jpryor at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |jpryor at novell.com
Resolution| |FIXED
--- Comment #1 from Jonathan Pryor <jpryor at novell.com> 2009-02-17 21:32:20 MST ---
Fixed in trunk r127244.
2009-02-17 Jonathan Pryor <jpryor at novell.com>
* Test/DocTest-v1.cs: Add test for #471379.
* Mono.Documentation/exceptions.cs, Mono.Documentation/monodocer.cs:
Use the new Mono.Cecil .Resolve() methods instead of (erroneously)
duplicating their functionality with the .GetDefinition() methods.
ExceptionLookup.this[IMemberReference] checks for multi-dimensional
arrays, as MD arrays are "special" (Cecil can't resolve them, as
they're internal to the runtime with no specific associated IL).
Fixes #471379.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list