[Mono-bugs] [Bug 56148][Wis] Changed - unhelpful message if bad args are passed to DllImport attribute

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 29 Mar 2004 16:24:29 -0500 (EST)


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 miguel@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=56148

--- shadow/56148	2004-03-29 00:47:07.000000000 -0500
+++ shadow/56148.tmp.28761	2004-03-29 16:24:29.000000000 -0500
@@ -5,13 +5,13 @@
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Wishlist
 Component: C#
-AssignedTo: mono-bugs@ximian.com                            
+AssignedTo: ravi@ximian.com                            
 ReportedBy: vladimir@pobox.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: unhelpful message if bad args are passed to DllImport attribute
@@ -47,6 +47,11 @@
 
 
 ------- Additional Comments From vladimir@pobox.com  2004-03-29 00:47 -------
 Ooh, this is my fault -- CallingConvention expects an enum value, not
 a string, as looking at attribute.cs revealed.  Some better
 diagnostics might be helpful here.
+
+------- Additional Comments From miguel@ximian.com  2004-03-29 16:24 -------
+It is still an internal crash in the compiler, we should fix this.
+
+Am CCing Ravi.