Re: [Mono-dev] Issues with System.Random

2010-03-20 Thread Adrian Willenbücher
Here is the revised version. It now contains a unit test for Random() as well as code for deserializing from old and new Random object. One deserialization test loads an object serialized with the current version from Test/resources/Random.old. I used BinaryFormatter for the tests, as

Re: [Mono-dev] Non Aligned Nurseries

2010-03-20 Thread Sanjoy Das
Patch with the mentioned issues taken care of. Passes all corlib tests other than the interned string one. -- Regards, Sanjoy Das http://playingwithpointers.com http://playingwithpointers.com/custom/public_key.txt Index: mono/metadata/sgen-gc.c

Re: [Mono-dev] Non Aligned Nurseries

2010-03-20 Thread Mark Probst
On Sat, Mar 20, 2010 at 2:03 PM, Sanjoy Das san...@playingwithpointers.com wrote: Patch with the mentioned issues taken care of. Passes all corlib tests other than the interned string one. Looks very good, thanks! Please take the first hunk out, though - we'll still want the aligned nursery by

Re: [Mono-dev] Non Aligned Nurseries

2010-03-20 Thread Miguel de Icaza
Hello, You'll need to license the patch under the MIT/X11 license for us to be able to incorporate it.  As far as I know a simple statement to that effect is sufficient - Miguel? That is correct. Additionally, Sgen is MIT X11 (we probably need to document this better) as we want third

Re: [Mono-dev] Non Aligned Nurseries

2010-03-20 Thread Sanjoy Das
Looks very good, thanks! Please take the first hunk out, though - we'll still want the aligned nursery by default. Also, the first diff line in the second hunk is just whitespace damage. Done and done. :) You'll need to license the patch under the MIT/X11 license for us to be able to

Re: [Mono-dev] Non Aligned Nurseries

2010-03-20 Thread Mark Probst
Committed. Thanks! Mark ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Patch for ilasm (ldc.i4 opt)

2010-03-20 Thread Erven Rohou
Hello, Miguel de Icaza a écrit : Hello, It's worth mentioning one thing thou. I don't think it's very advisable for you guys to spend time on the current MSIL assembler. We're trying to get rid of PEAPI in favor of a Cecil based version. We just haven't really got enough resources to do

[Mono-dev] [PATCH] Version fix for git

2010-03-20 Thread Andreas Färber
Hello, When working on a Git repository that was cloned from a git-svn repo, it is currently displayed as tarball in `mono -V`. The method used to obtain the git revision info - searching the log - is independent of git-svn. The patch below thus only checks for a .git subdirectory. Any

Re: [Mono-dev] [PATCH] Improve System.Net.WebClient's CreateUri(Uri address) query string handling

2010-03-20 Thread Jon Herron
With my patch calling DownloadString with either a string or Uri fails the same way under the scenario you describe, where as before they failed in different ways. With the updated test: using System; using System.Collections.Specialized; using System.Net; public class TestWebClientBug {

Re: [Mono-dev] WCF: ObjectDisposedException in System.ServiceModel.Channels

2010-03-20 Thread Atsushi Eno
Hello, That sounds like a cool set of fixes :) Either this list or bugzilla is okay for me. Atsushi Eno On 2010/03/20 2:55, Matt Dargavel wrote: I've found the problem and I have a few patches to submit. The patches cover the following: * Some fixes for the issue I was seeing below (some