[Mono-bugs] [Bug 58234][Nor] Changed - FileSystemWatcher does not seem to work
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 6 Jun 2004 17:45:32 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=58234
--- shadow/58234 2004-06-06 17:26:55.000000000 -0400
+++ shadow/58234.tmp.32294 2004-06-06 17:45:32.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 58234
Product: Mono: Class Libraries
Version: unspecified
OS: unknown
OS Details:
-Status: REOPENED
-Resolution:
+Status: RESOLVED
+Resolution: WONTFIX
Severity: Unknown
Priority: Normal
Component: System
AssignedTo: gonzalo@ximian.com
ReportedBy: jorn@nl.linux.org
QAContact: mono-bugs@ximian.com
@@ -90,6 +90,15 @@
------- Additional Comments From jorn@nl.linux.org 2004-06-06 17:26 -------
I ran into another issue: According to MSDN NotifyFilter should by
default be initialized to NotifyFilters.LastWrite |
NotifyFilters.FileName | NotifyFilters.DirectoryName, currently it
doesn't seem to be so.
+
+------- Additional Comments From gonzalo@ximian.com 2004-06-06 17:45 -------
+Yes, we initialize the NotifyFilter with those values. If you find a
+bug related to that, please file a separate bug report.
+
+I'm closing this as WONTFIX as it's a FAM issue.
+May be inotify
+(http://seclists.org/lists/linux-kernel/2004/May/1584.html) fixes
+this, but seems like it's still too early to say.