Re: [Mono-dev] Building Mono on Linux/Alpha

2006-05-04 Thread Sergey Tikhonov
Hello Zoltan, Either you should emit code to move from R0 to ins-dreg, or (better), modify your cpu-alpha.md file and the register allocator macros in mini-alpha.h to force the local register allocator to allways allocate the dreg of the call instruction to R0. This way the reg allocator will

RE: [WARNING : A/V UNSCANNABLE] RE: [Mono-dev]System.Web.UI.Pagepatch

2006-05-04 Thread Andrew Skiba
I see. Sorry you did not write if the patch causes the problems, or unpatched XSP also fails. Can you at least test Page.Web.Config.patch? This patch waits almost 2 weeks. It allows to assign the default theme or stylesheet theme for all pages in web.config. In the mean time I will see what's the

[Mono-dev] Please Help : Leak of wapi handles

2006-05-04 Thread Hubert FONGARNAND
Robert Jordan and me have noticed an important problem in current mono. There's leaks in wapi handles when creating thread and process. This problem is critical, because ASP.NET (which use threads and process) can't run more than a couple of hours... The number of wapi handles is always

[Mono-dev] framework for system.web tests

2006-05-04 Thread Andrew Skiba
Hello. I created a simple framework that might help in creating unit tests for system.web, and want to contribute it. When we tryed to write test for SiteMapPath.Render, we saw that it needs many things from HttpContext. Now it's possible to create a method that will run in a web context, looking

[Mono-dev] SqlClient and cp1250 patch

2006-05-04 Thread Andrzej Kurzeja
Hello When connecting to database via SqlClient with codepage 'windows-1250' there is no encoding initiated. This patch fixes problem. Andy === --- Mono.Data.Tds/Mono.Data.Tds.Protocol/Tds.cs (rev 1.1.15) +++

[Mono-dev] Mono: Google Summer of Code

2006-05-04 Thread Miguel de Icaza
Hello students! The Google Summer of Code has started, we have a list of projects that we are looking to find developers for in: http://www.mono-project.com/StudentProjects Miguel. ___ Mono-devel-list mailing list

RE: [WARNING : A/V UNSCANNABLE] RE: [Mono-dev]System.Web.UI.Pagepatch

2006-05-04 Thread Chris Toshok
That patch looks good. Please commit. Chris On Thu, 2006-05-04 at 00:23 -0700, Andrew Skiba wrote: I see. Sorry you did not write if the patch causes the problems, or unpatched XSP also fails. Can you at least test Page.Web.Config.patch? This patch waits almost 2 weeks. It allows to assign

RE: [WARNING : A/V UNSCANNABLE] RE: [Mono-dev]System.Web.UI.Pagepatch

2006-05-04 Thread Chris Toshok
I wasn't running the test case on xsp at all. This was with IIS. also, the stack trace is interesting in that they're obviously using generics in asp.net 2.0. Chris On Thu, 2006-05-04 at 00:23 -0700, Andrew Skiba wrote: I see. Sorry you did not write if the patch causes the problems, or

Re: [Mono-dev] framework for system.web tests

2006-05-04 Thread Chris Toshok
I like this idea, definitely put it in svn. Maybe under the Test/mainsoft directory until we start using it for the individual unit tests? One thing, though, We shouldn't ever write unit tests that use direct string comparisons to validate generated html. The only real exception (that I can