[Mono-bugs] [Bug 60908][Wis] Changed - [PATCH] Make OffsetToStringData an intrinsic
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 30 Jun 2004 13:00:18 -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 lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=60908
--- shadow/60908 2004-06-29 21:47:14.000000000 -0400
+++ shadow/60908.tmp.17753 2004-06-30 13:00:18.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 60908
Product: Mono: Runtime
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: bmaurer@users.sf.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -30,6 +30,11 @@
------- Additional Comments From bmaurer@users.sf.net 2004-06-29 21:47 -------
Created an attachment (id=8400)
the vm one without crap (thanks SP)
+
+------- Additional Comments From lupus@ximian.com 2004-06-30 13:00 -------
+You should not remove the GetOffsetToStringData icall registration
+right away, because you unnecessarily break old corlibs. The rest is
+fine, please commit.