[Mono-bugs] [Bug 80381][Wis] Changed - mcs crashes when compiling separate "corlib" type
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Dec 27 16:54:10 EST 2006
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 jonpryor at vt.edu.
http://bugzilla.ximian.com/show_bug.cgi?id=80381
--- shadow/80381 2006-12-27 16:50:21.000000000 -0500
+++ shadow/80381.tmp.11183 2006-12-27 16:54:10.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 80381
Product: Mono: Compilers
Version: 1.2
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: C#
AssignedTo: rharinath at novell.com
ReportedBy: jonpryor at vt.edu
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -57,6 +57,20 @@
No crash, and (preferably) the creation of an assembly with the type
System.Int32.
How often does this happen?
Always.
+
+------- Additional Comments From jonpryor at vt.edu 2006-12-27 16:54 -------
+Scenario: I'm looking into various monodocer fixes, and at present
+Monodocer does builtin-type replacement when creating class
+declarations, resulting in silliness like:
+
+ public struct int : IConvertable ...
+
+which is obviously wrong (it should be Int32).
+
+Consequently, I want to write a smaller test case for this for use in
+the regression tests, but any such use of `struct Int32' or other
+builtin types results in the above crash, so I can't create a
+simplified test case.
More information about the mono-bugs
mailing list