[Mono-bugs] [Bug 66735][Nor] Changed - Remove lock(typeof(T)) pattern from libraries
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 23 Sep 2004 14:55:30 -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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=66735
--- shadow/66735 2004-09-23 13:45:19.000000000 -0400
+++ shadow/66735.tmp.19476 2004-09-23 14:55:29.000000000 -0400
@@ -2,13 +2,13 @@
Product: Mono: Class Libraries
Version: unspecified
OS: All
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: lupus@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -22,6 +22,13 @@
used for just this purpouse (note an object of type object should be used,
not a string which has the same issues as typeof).
Likely a tool should be developed that catches this and it should be run
periodically on the whole repository.
This is a good janitorial-like job for people who want to start
contributing to mono.
+
+------- Additional Comments From bmaurer@users.sf.net 2004-09-23 14:55 -------
+Maybe we should make a warning in MCS about this. I realize MSFT does
+not do this, however, I believe this would be prudent. Eventually, we
+should compile our classlibs with /warnaserror on this option. This
+would prevent anyone (well, hopefully ;-) from checking in
+regressions.