зеркало из https://github.com/mono/mail-archives.git
91 строка
3.4 KiB
HTML
91 строка
3.4 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-bugs] [Bug 24007][Nor] Changed - Scope of variables declared inside a switch case
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:bugzilla-daemon%40rocky.ximian.com">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
|
|
<LINK REL="Previous" HREF="001291.html">
|
|
<LINK REL="Next" HREF="001293.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-bugs] [Bug 24007][Nor] Changed - Scope of variables declared inside a switch case
|
|
</H1>
|
|
<B>bugzilla-daemon@rocky.ximian.com
|
|
</B>
|
|
<A HREF="mailto:bugzilla-daemon%40rocky.ximian.com"
|
|
TITLE="[Mono-bugs] [Bug 24007][Nor] Changed - Scope of variables declared inside a switch case">bugzilla-daemon@rocky.ximian.com
|
|
</A><BR>
|
|
<I>25 Jul 2002 23:08:53 -0000</I>
|
|
<P><UL>
|
|
<LI> Previous message: <A HREF="001291.html">[Mono-bugs] [Bug 27997][Wis] Changed - Multiple semicolons
|
|
</A></li>
|
|
<LI> Next message: <A HREF="001293.html">[Mono-bugs] [Bug 28223][Nor] New - mcs does not warn when a method hides an inherited member
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#1292">[ date ]</a>
|
|
<a href="thread.html#1292">[ thread ]</a>
|
|
<a href="subject.html#1292">[ subject ]</a>
|
|
<a href="author.html#1292">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>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 <A HREF="mailto:martin@gnome.org.">martin@gnome.org.</A>
|
|
|
|
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=24007">http://bugzilla.ximian.com/show_bug.cgi?id=24007</A>
|
|
|
|
--- shadow/24007 Tue May 14 00:23:50 2002
|
|
+++ shadow/24007.tmp.15421 Thu Jul 25 19:08:53 2002
|
|
@@ -1,13 +1,13 @@
|
|
Bug#: 24007
|
|
Product: Mono/MCS
|
|
Version: unspecified
|
|
OS: other
|
|
OS Details:
|
|
-Status: NEW
|
|
-Resolution:
|
|
+Status: RESOLVED
|
|
+Resolution: FIXED
|
|
Severity: Unknown
|
|
Priority: Normal
|
|
Component: Misc
|
|
AssignedTo: <A HREF="mailto:mono-bugs@ximian.com">mono-bugs@ximian.com</A>
|
|
ReportedBy: <A HREF="mailto:lupus@ximian.com">lupus@ximian.com</A>
|
|
QAContact: <A HREF="mailto:mono-bugs@ximian.com">mono-bugs@ximian.com</A>
|
|
@@ -40,6 +40,10 @@
|
|
return 0;
|
|
}
|
|
}
|
|
|
|
------- Additional Comments From <A HREF="mailto:miguel@ximian.com">miguel@ximian.com</A> 2002-05-14 00:23 -------
|
|
Just an update: I feel this is going to be very painful to implement.
|
|
+
|
|
+------- Additional Comments From <A HREF="mailto:martin@gnome.org">martin@gnome.org</A> 2002-07-25 19:08 -------
|
|
+Ok, this was much easier to implement than I expected.
|
|
+Fix it and added test-152.cs.
|
|
|
|
|
|
</PRE>
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI> Previous message: <A HREF="001291.html">[Mono-bugs] [Bug 27997][Wis] Changed - Multiple semicolons
|
|
</A></li>
|
|
<LI> Next message: <A HREF="001293.html">[Mono-bugs] [Bug 28223][Nor] New - mcs does not warn when a method hides an inherited member
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#1292">[ date ]</a>
|
|
<a href="thread.html#1292">[ thread ]</a>
|
|
<a href="subject.html#1292">[ subject ]</a>
|
|
<a href="author.html#1292">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
</body></html>
|