[Mono-bugs] [Bug 74623][Min] Changed - Compiler can't handle correctly attributes with long constructor arguments

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 19 Apr 2005 02:21:01 -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 miguel@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=74623

--- shadow/74623	2005-04-17 05:03:24.000000000 -0400
+++ shadow/74623.tmp.20561	2005-04-19 02:21:01.000000000 -0400
@@ -63,6 +63,12 @@
 [TestAttribute(1L)]
 public class TestA {
 }
 
 BTW: The warning is misleading, because it has nothing to do with 
 MS.NET (it happens also on Linux, and there is no MS.NET at all).
+
+------- Additional Comments From miguel@ximian.com  2005-04-19 02:21 -------
+That is strange, when I used your test case the value encoded *was* a
+long, not an int.
+
+What did you test?