[Mono-bugs] [Bug 64443][Cos] Changed - IronPython is using unsupported debugging API

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 1 Sep 2004 07:49:12 -0400 (EDT)


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

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

--- shadow/64443	2004-08-29 14:19:19.000000000 -0400
+++ shadow/64443.tmp.27832	2004-09-01 07:49:12.000000000 -0400
@@ -1,23 +1,23 @@
 Bug#: 64443
 Product: Mono: Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
-Priority: Blocker
+Severity: Unknown
+Priority: Cosmetic
 Component: CORLIB
 AssignedTo: martin@ximian.com                            
 ReportedBy: bmaurer@users.sf.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: [REGRESSION] ModuleBuilder not updated for Debugger api
+Summary: IronPython is using unsupported debugging API
 
 Right now, ModuleBuilder throws exceptions in some cases because it has not
 been updated for the debugger api changes:
 
 
 using System;
@@ -43,6 +43,10 @@
 (string,System.Guid,System.Guid,System.Guid)
 in <0x00128> System.Reflection.Emit.X:Main ()
 
 MS executes this correctly.
 
 This prevents IronPython from running on HEAD.
+
+------- Additional Comments From martin@ximian.com  2004-09-01 07:49 -------
+Will close as NOTABUG after lunch, but I should remove that
+ModuleBuilder code first.