зеркало из https://github.com/mono/mail-archives.git
99 строки
4.0 KiB
HTML
99 строки
4.0 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-bugs] [Bug 75111][Wis] New - CharEnumerator doesn't implement
|
|
IDisposable
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%2075111%5D%5BWis%5D%20New%20-%20CharEnumerator%20doesn%27t%20implement%0A%09IDisposable&In-Reply-To=bug-75111%40chernobyl.ximian.com">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
|
<LINK REL="Previous" HREF="029870.html">
|
|
<LINK REL="Next" HREF="029872.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-bugs] [Bug 75111][Wis] New - CharEnumerator doesn't implement
|
|
IDisposable</H1>
|
|
<B>bugzilla-daemon at bugzilla.ximian.com</B>
|
|
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%2075111%5D%5BWis%5D%20New%20-%20CharEnumerator%20doesn%27t%20implement%0A%09IDisposable&In-Reply-To=bug-75111%40chernobyl.ximian.com"
|
|
TITLE="[Mono-bugs] [Bug 75111][Wis] New - CharEnumerator doesn't implement
|
|
IDisposable">bugzilla-daemon at bugzilla.ximian.com
|
|
</A><BR>
|
|
<I>Wed Jun 1 13:38:49 EDT 2005</I>
|
|
<P><UL>
|
|
<LI>Previous message: <A HREF="029870.html">[Mono-bugs] [Bug 74976][Maj] Changed - System.Net.Dns fails for
|
|
unprivileged user
|
|
</A></li>
|
|
<LI>Next message: <A HREF="029872.html">[Mono-bugs] [Bug 74878][Maj] Changed - Arg_InvalidUTF8 exception in
|
|
System.Text.UTF8Encoding:InternalGetChars()
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#29871">[ date ]</a>
|
|
<a href="thread.html#29871">[ thread ]</a>
|
|
<a href="subject.html#29871">[ subject ]</a>
|
|
<a href="author.html#29871">[ 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="http://lists.ximian.com/mailman/listinfo/mono-bugs">malekith at pld-linux.org.</A>
|
|
|
|
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=75111">http://bugzilla.ximian.com/show_bug.cgi?id=75111</A>
|
|
|
|
--- shadow/75111 2005-06-01 13:38:49.000000000 -0400
|
|
+++ shadow/75111.tmp.29504 2005-06-01 13:38:49.000000000 -0400
|
|
@@ -0,0 +1,25 @@
|
|
+Bug#: 75111
|
|
+Product: Mono: Class Libraries
|
|
+Version: 1.1
|
|
+OS:
|
|
+OS Details: amd64 pld linux
|
|
+Status: NEW
|
|
+Resolution:
|
|
+Severity:
|
|
+Priority: Wishlist
|
|
+Component: CORLIB
|
|
+AssignedTo: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at ximian.com</A>
|
|
+ReportedBy: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">malekith at pld-linux.org</A>
|
|
+QAContact: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at ximian.com</A>
|
|
+TargetMilestone: ---
|
|
+URL:
|
|
+Cc:
|
|
+Summary: CharEnumerator doesn't implement IDisposable
|
|
+
|
|
+Description of Problem:
|
|
+
|
|
+In ms.net 2.0 beta2 CharEnumerator implements IDisposable wheras in mono
|
|
+preview 2.0 assemblies it does not.
|
|
+
|
|
+It had caused crash in our compiler compiled previously on windows, because
|
|
+ the compiler assumed no cast from charenumerator to idisposable was needed.
|
|
</PRE>
|
|
|
|
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI>Previous message: <A HREF="029870.html">[Mono-bugs] [Bug 74976][Maj] Changed - System.Net.Dns fails for
|
|
unprivileged user
|
|
</A></li>
|
|
<LI>Next message: <A HREF="029872.html">[Mono-bugs] [Bug 74878][Maj] Changed - Arg_InvalidUTF8 exception in
|
|
System.Text.UTF8Encoding:InternalGetChars()
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#29871">[ date ]</a>
|
|
<a href="thread.html#29871">[ thread ]</a>
|
|
<a href="subject.html#29871">[ subject ]</a>
|
|
<a href="author.html#29871">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
|
|
<hr>
|
|
<a href="http://lists.ximian.com/mailman/listinfo/mono-bugs">More information about the mono-bugs
|
|
mailing list</a><br>
|
|
</body></html>
|