https://bugzilla.novell.com/show_bug.cgi?id=325110#c1
Sanghyeon Seo <[EMAIL PROTECTED]> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[EMAIL
PROTECTED]
--- Comment #1 from Sanghyeon Seo <[EMAIL PROTECTED]> 2007-10-07 06:55:26 MST
---
This causes IronRuby to spew debugging messages for its parser. The following
was simplified from IronRuby.
using System;
using System.Diagnostics;
public class ShiftReduceParser<TokenValueType, TokenLocationType> {
[Conditional("DUMP")]
public static void Dump(string format) {
Console.WriteLine(format);
}
}
public class Parser : ShiftReduceParser<int, int> {
public static void Main() {
Dump("Should not be printed.");
}
}
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs