[Mono-devel-list] Re: xslttest patch

2005-05-19 Thread Andrew Skiba
Hi again. This runs not bad, I want to commit it before playing with it further. I don't want to commit the reference results yet, because I'm going to change a little the way exceptions are handled. Except what is included in the patch, I made svn rm for the following: cleanup-output.pl

Re: [Mono-devel-list] Gecko#: parsing data posted thought HTML form

2005-05-19 Thread Nigel Benns
Is it possible to make it more XML compatible and use XPath to read this? I'm not sure about the Gecko-sharp thing as I've never used more then the basic functionality of it. Maybe I'll do some reading up :) Hello! I need to parse data that user enters in HTML form. For example: html

Re: [Mono-devel-list] Gecko#: parsing data posted thought HTML form

2005-05-19 Thread Nigel Benns
I don't see anything to manually change the web controls (or get the data), but why not create a local socket or something to POST to and then read that. So the gecko engine will http post to the socket that your listening to and the the program will get the post data, parse the out http headers

[Mono-devel-list] A question on the klass field in MonoInst

2005-05-19 Thread Massimiliano Mantione
I have a small issue in implementing type based alias analysis. I need to know the class of any object reference inside the code, but this is generally unavailable in our IR. Note that I just need to handle references to full heap objects (pointing to a MonoObject to be clear), while managed

[Mono-devel-list] Corecompare/Buildbot not working correctly

2005-05-19 Thread Andreas Nahr
Hi, Gonzalo commited a huge patch for System.Runtime.InteropServices last weekend which should have made corecompare a whole lot happier, however until now none of the changes actually show in corecompare. A.Nahr ___ Mono-devel-list mailing list

Re: [Mono-devel-list] [Patch] AssemblyName changes

2005-05-19 Thread Carlos Alberto Cortez
Hey, Does this fix http://bugzilla.ximian.com/show_bug.cgi?id=59891 -- Ben It is not exactly a patch for that error (I'm not getting that error, however), but to correct the problem of always having something like: AssemblyName aname = new AssemblyName (); aname.Name = Something; and

[Mono-devel-list] libgdiplus append_arc bug

2005-05-19 Thread Elliot Paquette
Line 578 of graphics-path.c should read PathPointTypeLine instead of PathPointTypeStart. PathPointTypeStart refers to the start of a sub-path, and GraphicsPath's using Arcs are respectively misconstructed. Elliot Paquette ___ Mono-devel-list mailing