[Mono-dev] [PATCH] Optimization to Regex.cs

2007-10-25 Thread Arina Itkes
Hello. It looks good, but I see 2 issues that can be resolved in addition: - missed multi thread synchronization; - first instantiation is on fly; One of possible solutions: move initialization of machine to constructor. Regards, Arina. _

[Mono-dev] [PATCH] Refactoring of Regex and Interpreter and slight optimization.

2007-10-25 Thread Arina Itkes
Hello Please review following changes: 1. Refactoring that includes: - moving of some methods from Regex and Match to Interpreter; - extracting abstract base class from Interpreter; 2. A new filed that holds a map from group number to group name for improvement of p

Re: [Mono-dev] Syscall.mmap problem

2007-10-25 Thread Jonathan Pryor
On Wed, 2007-10-24 at 22:07 -0300, Mauricio Henriquez wrote: > do you see some mistake? Yes. Your error handling is completely wrong. :-) You have: if((fdin = Syscall.open("/pr.txt", OpenFlags.O_RDONLY)) < 0) Console.WriteLine("open crash"); else

Re: [Mono-dev] Developers: need 1.2.6 release notes.

2007-10-25 Thread Miguel de Icaza
Hello, > I'm having trouble convincing you developers to look at the fix though. > I submitted what I hope is the final version of the patch a week ago, > and no one has said a word. Perhaps the problem is that no one is > responsible for corlib? The patch was reviewed on October 12th when a n

Re: [Mono-dev] Developers: need 1.2.6 release notes.

2007-10-25 Thread Miguel de Icaza
Hello Tyler, > The String.Split bug for which I posted a patch I would consider an > "important bug", since it's a fix for a core system function (it doesn't > get any more "core" than System.String) that was implemented incorrectly. Never mind my previous comments; I did not see that your re

[Mono-dev] New language discussion?

2007-10-25 Thread Andrés G. Aragoneses [ knocte ]
Can someone tell the latest state-of-affairs from the recent(?) languages discussion to be used in Bugzilla in the future? I proposed a big section about Mono on the discussion page, but I think there has been no more news about this (neither anyone has updated the "official" part page to inclu

Re: [Mono-dev] New language discussion?

2007-10-25 Thread Andrés G. Aragoneses [ knocte ]
Andrés G. Aragoneses [ knocte ] escribió: > Can someone tell the latest state-of-affairs from the recent(?) > languages discussion to be used in Bugzilla in the future? > (...) Sorry guys, wrong list. Regards, Andrés [ knocte ] --

Re: [Mono-dev] Patch to add support to execute methods withParamArray thought Reflection

2007-10-25 Thread Mario A Chavez
Bug 336841 has been created https://bugzilla.novell.com/show_bug.cgi?id=336841 On Oct 25, 2007, at 10:40 AM, Gert Driesen wrote: Mario, Please submit a bug report for this, and add your patch as an attachment. Gert From: [EMAIL PROTECTED] [mailto:mono-devel- [EMAIL PROTECTED] On Behalf

Re: [Mono-dev] Syscall.mmap problem

2007-10-25 Thread Mauricio Henriquez
about the Syscall.mmap function call, if I ask for the Mono.Unix.Native.Stdlib.GetLastError(), I get a EOVERFLOW error message. what can I do to solve this or give you a better bug report? thanks Mauricio Mauricio Henriquez wrote: > Hi to all: > > I trying to help to Tim Taubert in they impleme

[Mono-dev] culture info

2007-10-25 Thread Steve Bjorg
I'm having trouble with a couple of culture info codes on 1.2.2 The following CultureInfo objects fail on initialization: CultureInfo culture = new CultureInfo("fr-mc"); CultureInfo culture = new CultureInfo("de-li"); Is there a list of supported cultures? Thanks. - Steve ---

Re: [Mono-dev] Syscall.mmap problem

2007-10-25 Thread Jonathan Pryor
On Thu, 2007-10-25 at 16:07 -0300, Mauricio Henriquez wrote: > about the Syscall.mmap function call, if I ask for the > Mono.Unix.Native.Stdlib.GetLastError(), I get a > EOVERFLOW error message. > what can I do to solve this or give you a better bug report? EOVERFLOW will be set if the `length' p

Re: [Mono-dev] Patch to add support to execute methods withParamArray thought Reflection

2007-10-25 Thread Gert Driesen
Mario, Please submit a bug report for this, and add your patch as an attachment. Gert _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mario Chavez Sent: donderdag 25 oktober 2007 8:31 To: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] Patch to add support t

Re: [Mono-dev] Bug in XmlSerializer Deserialize?

2007-10-25 Thread Thempra
Finally, It's fixed in SVN. Thank you Atsushi Enomoto, great work!! 2007/10/24, Engler, Eric <[EMAIL PROTECTED]>: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > > StreamReader sr = new StreamReader(URL); > > I don't think a StreamReader constructor can take a URL. > > Try something li