[Mono-bugs] [Bug 30171][Nor] Changed - ref/out overloading mismatch
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
14 Sep 2002 00:57:15 -0000
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 martin@gnome.org.
http://bugzilla.ximian.com/show_bug.cgi?id=30171
--- shadow/30171 Thu Sep 12 17:28:52 2002
+++ shadow/30171.tmp.23745 Fri Sep 13 20:57:15 2002
@@ -52,6 +52,17 @@
------- Additional Comments From martin@gnome.org 2002-09-12 17:28 -------
Ooooooops, that's why the bug suddenly disappeared from the listing.
I wanted to ACCEPT, not CLOSE it.
+
+------- Additional Comments From martin@gnome.org 2002-09-13 20:57 -------
+As a side-node: MCS also mis-compiles gtk-sharp.
+
+The following won't compile with csc if you're using an mcs compiled gtk-sharp:
+
+ Gtk.TextIter start_iter, end_iter;
+ text_buffer.GetIterAtLineOffset (out start_iter, source.Row - 1, 0);
+ text_buffer.GetIterAtLineOffset (out end_iter, source.Row, 0);
+
+