Re: [Mono-devel-list] Patch idea for previous message

2005-06-08 Thread Kornél Pál
BTW \u01E3.Normalize(NormalizationForm.NFD) is \u00E6\u0304 in .NET 2.0 i.e. they are canonically equivalent. Then you are right and it is a bug.:) Note that culture sensitive comparison never means that it can treat a pair of strings as equal where one (or both) of them is not real string in

Re: Spam: Re: [Mono-devel-list] minor xslttest makefile patch

2005-06-08 Thread Atsushi Eno
Yeah, please go ahead. Thanks. Atsushi Eno Andrew Skiba wrote: Hi, Eno. I want to commit TARGET_JVM for roundtrip bug. Andrew. ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com

Re: spam: suspected: Re: Spam: Re: [Mono-devel-list] minor xslttest makefile patch

2005-06-08 Thread Eyal Alaluf
Maybe we should use a new define here, something like ROUNDTRIP_BUG_FIXED? We could define it in the JVM configuration and when it is fixed in Mono it would be easier to locate and fix in the code. Eyal. On Wed, 8 Jun 2005, Andrew Skiba wrote: Date: Wed, 08 Jun 2005 11:07:42 +0300 From:

Re: [Mono-devel-list] Patch idea for previous message

2005-06-08 Thread Kornél Pál
I with you... I forgot an important word:) I agree with you... Kornél ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: Spam: Re: [Mono-devel-list] minor xslttest makefile patch

2005-06-08 Thread Atsushi Eno
Hi, Andrew Skiba wrote: Atsushi Eno wrote: insensitice, MS.NET will pass this testcase. Anyways this is not Mono's regression and should be ignored instead. That's what I said ;-) The old testsuite reported some regressions when .net throws an exception. I think, we can ignore them for

Re: spam: suspected: Re: Spam: Re: [Mono-devel-list] minor xslttest makefile patch

2005-06-08 Thread Atsushi Eno
It will result in the same if we forget the existence itself ;-) Anyways the switch is simple and there are not so many places that TARGET_JVM is used. Andrew: I think there was a similar problem in XmlConvert.cs. Thanks, Atsushi Eno Eyal Alaluf wrote: Maybe we should use a new define here,

Re: [Mono-devel-list] System.Web/System.Web - patch (code synchronization between Mono and Mainsoft)

2005-06-08 Thread Ilya Kharmatsky
Hi, All! Please review updated version of patch. Thanks, Ilya. Gonzalo Paniagua Javier wrote: On Mon, 2005-06-06 at 18:17 +0300, Svetlana Zholkovsky wrote: Hello All! Attached diff is related to Mainsoft's effort to synchronize code base between Mono and Mainsoft in System.Web

[Mono-devel-list] System.Web/System.Web.Mail - patch (code synchronization between Mono and Mainsoft)

2005-06-08 Thread Ilya Kharmatsky
Please review the patch. Thanks, Ilya. Index: ChangeLog === --- ChangeLog (revision 45568) +++ ChangeLog (working copy) @@ -1,3 +1,9 @@ +2005-06-08 Ilya Kharmatsky ilyak-at-mainsoft.com + +* SmtpMail.cs: Added

[Mono-devel-list] System.Web/System.Web.SessionState - patch (code synchronization between Mono and Mainsoft)

2005-06-08 Thread Ilya Kharmatsky
Please review changes. Thanks, Ilya. Index: ChangeLog === --- ChangeLog (revision 45568) +++ ChangeLog (working copy) @@ -1,3 +1,12 @@ +2005-06-08 Ilya Kharmatsky ilyak-at-mainsoft.com + +* SessionStateMode.cs: Added

[Mono-devel-list] System.Web/System.Web.Caching - patch (code synchronization between Mono and Mainsoft)

2005-06-08 Thread Ilya Kharmatsky
Please review the patch. Thanks, Ilya. Index: CacheDependency.cs === --- CacheDependency.cs (revision 45568) +++ CacheDependency.cs (working copy) @@ -58,8 +58,12 @@ bool disposed; CacheEntry

[Mono-devel-list] [Fwd: System.Web/System.Web.Configuration - patch (code synchronization between Mono and Mainsoft)]

2005-06-08 Thread Ilya Kharmatsky
Oups - I've forgot to send it to the list... Original Message Subject: System.Web/System.Web.Configuration - patch (code synchronization between Mono and Mainsoft) Date: Wed, 08 Jun 2005 13:20:40 +0300 From:

[Mono-devel-list] System.Web/System.Web.UI - patch (code synchronization between Mono and Mainsoft)

2005-06-08 Thread Ilya Kharmatsky
Please review the patch. BTW, in HtmlTextWriter.cs we changed internal structs (e.g. RenderStyle) to be the classes and not structs - this in order to resolve heavy performance problem in our implementation of initialization of arrays of structs. May be the better idea is to change also

[Mono-devel-list] New CorlibResourceManager.cs and reworked Locale.cs

2005-06-08 Thread Kornél Pál
Hi, CorlibResourceManager is a ResourceManager subclass intended to be used by Locale.cs of corlib to avoid infinite GetString recursion because GetString uses methods and classes that use GetString and this may cause recursion in corlib. Locale.cs is a reworked version of the current

[Mono-devel-list] Preparing the release notes.

2005-06-08 Thread Miguel de Icaza
Hello, Am preparing the release notes for a new release of Mono, please send any important updates that should go into the release notes to me. Thanks! Miguel. ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com

[Mono-devel-list] Master Pages

2005-06-08 Thread jblais
Hello, Im trying to use a new ASP.NET 2.0 feature, Master Pages. Im having few problems. First : I have created a master page with a public property. I need to access the property from the content pages, so I add the following tag %@ MasterType VirtualPath=~/MyMasterPage.master % in

Re: Spam: Re: [Mono-devel-list] minor xslttest makefile patch

2005-06-08 Thread Andrew Skiba
Atsushi Eno wrote: Well, if you mean that, I really have no idea why old testsuite can report regressions :-? Because the old testsuite did not have *result/net-exceptions.lst so if test passed on GH and failed on Mono, it was listed. The current testsuite additionally consults the list of

[Mono-devel-list] Re: [Mono-hackers-list] Preparing the release notes.

2005-06-08 Thread Rafael Teixeira
Hi Miguel and folks, Mono.GetOptions - Big feature added: - Mono.GetOptions.Useful.CommonCompilerOptions: implements common .net compiler options processing (extracted from mbas), including soft/hard assembly referencing, target type/name processing,... mbas already uses it.

Re: [Mono-devel-list] Master Pages

2005-06-08 Thread Rafael Teixeira
Have you compiled Mono form SVN for the 2.0 profile? If not, the tentative 2.0 features won't be available... Current Mono releases (installable packages) track .NET 1.1, not the unreleased (beta) .NET 2.0. :) On 6/8/05, jblais [EMAIL PROTECTED] wrote: Hello, I'm trying to

Re: [Mono-devel-list] AOT + Embedding = ?

2005-06-08 Thread Rafael Teixeira
Maybe the hiccups come from elsewhere like the GC...? :) On 6/8/05, Jim Purbrick [EMAIL PROTECTED] wrote: Hi all, Is there a way to use AOT compilation when embedding mono (or find out if AOT compiled assemblies are being used)? I'm getting a performance hiccup the first time I run

[Mono-devel-list] Master Pages

2005-06-08 Thread Johann Blais
I compiled mono and xsp from sources, and I am using xsp2 to view my pages. -Message d'origine- De : Rafael Teixeira [mailto:[EMAIL PROTECTED] Envoyé : mercredi 8 juin 2005 16:39 À : jblais Cc : [EMAIL PROTECTED] Objet : Re: [Mono-devel-list] Master Pages Have you compiled Mono form

Re: [Mono-devel-list] Master Pages

2005-06-08 Thread Lluis Sanchez
Hi, All ASP.NET 2.0 features are still under development, so many things still don't work properly. For the concrete case of Master Pages, if you have a sample page that works on MS.NET but does not on Mono, please file a bug report in bugzilla.ximian.com, and attach all files that are needed to

Re: [Mono-devel-list] [PATCH] TypeBuilder.GetMethod and other updates for .NET 2.0 beta2 API

2005-06-08 Thread Kamil Skalski
Dnia roda, 8 czerwca 2005 17:31, Martin Baulig napisa: On Wed, 2005-06-08 at 15:50 +0200, Kamil Skalski wrote: I'm attaching our patch which updates mono with changes and additions in .NET 2.0 beta 2. There are some cosmetics changes of API, but most of the patch is related to

Re: [Mono-devel-list] [PATCH] TypeBuilder.GetMethod and other updates for .NET 2.0 beta2 API

2005-06-08 Thread Martin Baulig
Hello, I'll commit it tomorrow morning. Don't worry, we're waiting with the release to get a few more of my fixes in, so this'll definitely go in :-) Martin On Wed, 2005-06-08 at 22:18 +0200, Kamil Skalski wrote: Dnia roda, 8 czerwca 2005 17:31, Martin Baulig napisa: On Wed, 2005-06-08 at

[Mono-devel-list] Debugging Asp.Net Web Apps on Linux

2005-06-08 Thread Michael Wu
Hi, I wanted to know how people are debugging asp.net web apps on Linux. I'm currently using VisualStudio to build/debug/test on Windows. Then, I copy the web app folder to Linux and run it from xsp. I've been getting by using log4net to log to a text file, but now I need to step through

Re: [Mono-devel-list] Preparing the release notes.

2005-06-08 Thread Jonathan Pryor
On Wed, 2005-06-08 at 08:39 -0400, Miguel de Icaza wrote: Am preparing the release notes for a new release of Mono, please send any important updates that should go into the release notes to me. Mono.Unix changes - Breaking Changes: - Removed types: MapAttribute, IncludeAttribute,