зеркало из https://github.com/mono/mail-archives.git
85 строки
3.7 KiB
HTML
85 строки
3.7 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-bugs] [Bug 77641][Nor] Changed - [PATCH] File.Get****Time
|
|
should not throw IOException if path does not exist
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%2077641%5D%5BNor%5D%20Changed%20-%20%5BPATCH%5D%20File.Get%2A%2A%2A%2ATime%0A%09should%20not%20throw%20IOException%20if%20path%20does%20not%20exist&In-Reply-To=bug-77641%40chernobyl.ximian.com">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
|
<LINK REL="Previous" HREF="039515.html">
|
|
<LINK REL="Next" HREF="039517.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-bugs] [Bug 77641][Nor] Changed - [PATCH] File.Get****Time
|
|
should not throw IOException if path does not exist</H1>
|
|
<B>bugzilla-daemon at bugzilla.ximian.com</B>
|
|
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%2077641%5D%5BNor%5D%20Changed%20-%20%5BPATCH%5D%20File.Get%2A%2A%2A%2ATime%0A%09should%20not%20throw%20IOException%20if%20path%20does%20not%20exist&In-Reply-To=bug-77641%40chernobyl.ximian.com"
|
|
TITLE="[Mono-bugs] [Bug 77641][Nor] Changed - [PATCH] File.Get****Time
|
|
should not throw IOException if path does not exist">bugzilla-daemon at bugzilla.ximian.com
|
|
</A><BR>
|
|
<I>Sat Feb 25 06:38:53 EST 2006</I>
|
|
<P><UL>
|
|
<LI>Previous message: <A HREF="039515.html">[Mono-bugs] [Bug 77641][Nor] New - [PATCH] File.Get****Time should
|
|
not throw IOException if path does not exist
|
|
</A></li>
|
|
<LI>Next message: <A HREF="039517.html">[Mono-bugs] [Bug 77642][Nor] New - Compiler crash
|
|
(ArgumentNullException)
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#39516">[ date ]</a>
|
|
<a href="thread.html#39516">[ thread ]</a>
|
|
<a href="subject.html#39516">[ subject ]</a>
|
|
<a href="author.html#39516">[ 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">gert.driesen at pandora.be.</A>
|
|
|
|
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=77641">http://bugzilla.ximian.com/show_bug.cgi?id=77641</A>
|
|
|
|
--- shadow/77641 2006-02-25 06:28:30.000000000 -0500
|
|
+++ shadow/77641.tmp.28167 2006-02-25 06:38:53.000000000 -0500
|
|
@@ -21,6 +21,11 @@
|
|
the specified path does not exist.
|
|
|
|
Instead a DateTime representing the January 1st 1601 (UTC) should be
|
|
returned.
|
|
|
|
The attached path fixes this and the corresponding unit tests.
|
|
+
|
|
+------- Additional Comments From <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">gert.driesen at pandora.be</A> 2006-02-25 06:38 -------
|
|
+Created an attachment (id=16523)
|
|
+Fixes and updated unit tests
|
|
+
|
|
</PRE>
|
|
|
|
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI>Previous message: <A HREF="039515.html">[Mono-bugs] [Bug 77641][Nor] New - [PATCH] File.Get****Time should
|
|
not throw IOException if path does not exist
|
|
</A></li>
|
|
<LI>Next message: <A HREF="039517.html">[Mono-bugs] [Bug 77642][Nor] New - Compiler crash
|
|
(ArgumentNullException)
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#39516">[ date ]</a>
|
|
<a href="thread.html#39516">[ thread ]</a>
|
|
<a href="subject.html#39516">[ subject ]</a>
|
|
<a href="author.html#39516">[ 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>
|