[Mono-bugs] [Bug 30812][Nor] Changed - custom modifiers not handled on locals and calls
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
24 Sep 2002 10:30:05 -0000
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=30812
--- shadow/30812 Fri Sep 20 13:37:56 2002
+++ shadow/30812.tmp.17357 Tue Sep 24 06:30:05 2002
@@ -1,14 +1,14 @@
Bug#: 30812
Product: Mono/Runtime
Version: unspecified
OS: Debian Woody
OS Details:
-Status: NEW
+Status: NEEDINFO
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: vargaz@freemail.hu
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -26,6 +26,15 @@
------- Additional Comments From vargaz@freemail.hu 2002-09-20 13:37 -------
Created an attachment (id=2322)
proposed fix
+
+------- Additional Comments From lupus@ximian.com 2002-09-24 06:30 -------
+Uhm, the spec doesn't allow custom modifiers on the local var
+signature. If we want to enable that, we should simply move the
+MONO_PARSE_LOCAL case.
+I also don't understand how the custom modifier could be attached to
+the call: care to explain?
+Also, while the sample code compiles with ilasm, it doesn't run
+on the ms runtime.