[Mono-bugs] [Bug 77194][Nor] Changed - System.XML.XPath's Iterator is buggy?

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Jan 11 05:19:31 EST 2006


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 richard.torkar at htu.se.

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

--- shadow/77194	2006-01-11 05:10:15.000000000 -0500
+++ shadow/77194.tmp.14605	2006-01-11 05:19:31.000000000 -0500
@@ -247,6 +247,22 @@
 
 
 ------- Additional Comments From richard.torkar at htu.se  2006-01-11 05:10 -------
 Created an attachment (id=16304)
 A simple make script (*NIX) for AspectDNG
 
+
+------- Additional Comments From richard.torkar at htu.se  2006-01-11 05:19 -------
+Change line 105 in
+src/dotnetguru.aspectdng/metaaspects/MetaAspectFacade.cs to read:
+
+if (t.BaseType != null && ((object) t.BaseType.Scope == (object)
+Cil.AspectsAssembly)) {
+
+instead of:
+
+if (t.BaseType != null && t.BaseType.Scope == Cil.AspectsAssembly)
+
+and it compiles nicely. If you use the make.sh I just uploaded then
+you'll get a mdb file as well.
+
+(make sure to create a bin/ directory before running make.sh!)


More information about the mono-bugs mailing list