[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:04:20 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 04:31:22.000000000 -0500
+++ shadow/77194.tmp.14462	2006-01-11 05:04:20.000000000 -0500
@@ -207,6 +207,41 @@
 
 Until aspectdng builds fine I cannot dig in the bug in depth,
 especially without *.mdb file.
 
 (Also notice that there is no reason to believe that aspectdng message
 is reliable.)
+
+------- Additional Comments From richard.torkar at htu.se  2006-01-11 05:04 -------
+I'll look into the compile-time problem during the day if I get the
+time Atsushi.
+
+But what do you mean by "Also, I quickly grepped the sources but I
+could not find the line that reports claiming that our XPath engine is
+buggy."
+
+If you are referring to this string "There seems some bugs on the
+XPathNavigator implementation class" then you can find it in
+/System.XML/System.Xml.XPath/Iterator.cs But hey you probably wrote
+that part so you already know that ;-) What line are you talking about?
+
+BTW, when I compile aspectdng under OSX (mono 1.1.11) I only get one
+error:
+
+torkar@~/Documents/Paper/experiment/xtras/aspect-src$ mcs /nologo
+/nowarn:0169,0168,0219,0649,0618,1591,1570,1573,1572,1587 /debug
+/unsafe /resource:src/dotnetguru.aspectdng/config/AspectDNG.xsd
+/resource:src/dotnetguru.aspectdng/Log.xsl
+/resource:src/dotnetguru.aspectdng/IlmlDump.xsl /out:bin/aspectdng.dll
+/recurse:src/dotnetguru.aspectdng/*.cs
+/recurse:src/cecil/Mono.Cecil/*.cs
+/recurse:src/cecil/Mono.Cecil.Binary/*.cs
+/recurse:src/cecil/Mono.Cecil.Cil/*.cs
+/recurse:src/cecil/Mono.Cecil.Metadata/*.cs
+/recurse:src/cecil/Mono.Cecil.Signatures/*.cs
+/recurse:src/cecil/Mono.Xml/*.cs              
+src/dotnetguru.aspectdng/metaaspects/MetaAspectFacade.cs(105,30):
+error CS0019: Operator `==' cannot be applied to operands of type
+`Mono.Cecil.TypeReference.Scope' and
+`DotNetGuru.AspectDNG.Util.Cil.AspectsAssembly'
+Compilation failed: 1 error(s), 0 warnings
+


More information about the mono-bugs mailing list