Re: [Mono-dev] [PATCH] Fix float.Parse, float.TryParse and XmlConvert.ToString for float.MaxValue, float.PositiveInfinity and TimeSpan.MinValue

2010-01-27 Thread Atsushi Eno
Oops, it was dropping in my commit. It's now in 2.6 branch too. Atsushi Eno On 2010/01/28 1:08, Tiaan Geldenhuys wrote: > One of the files (XmlConvert.cs) was not included in the 2.6 backport during > the r150106 commit, and some tests now fail. Would someone please copy that > file from r150102

Re: [Mono-dev] poor compression with mono 2.6 (Re: mono 2.6+ : Garbage added to BinaryWriter/GZipStream output?)

2010-01-27 Thread Gonzalo Paniagua Javier
On Thu, 2010-01-28 at 03:19 +, Hin-Tak Leung wrote: > sorry, attached the wrong patch in the previous e-mail. (ReadStream probably > should use NO_FLUSH For performance as well?). > > File the issue as Bug 574597 , since mono 2.4 behaves much better (and better > than MS .Net), mono 2.6's be

Re: [Mono-dev] [PATCH] Fix float.Parse, float.TryParse and XmlConvert.ToString for float.MaxValue, float.PositiveInfinity and TimeSpan.MinValue

2010-01-27 Thread Tiaan Geldenhuys
One of the files (XmlConvert.cs) was not included in the 2.6 backport during the r150106 commit, and some tests now fail. Would someone please copy that file from r150102? Thank you. -Original Message- From: Atsushi Eno [mailto:atsushi...@veritas-vos-liberabit.com] Sent: 24 January 20

Re: [Mono-dev] problem compiling on cygwin.

2010-01-27 Thread Atsushi Eno
Back to the original problem, what if you run "make get-monolite-latest" first before running make? Atsushi Eno On 2010/01/27 7:02, Zoltan Varga wrote: > Hi, > > You are trying to run mcs on the .net runtime, this is not > supported, the error message is > not very helpful tough. > > On Fri,

Re: [Mono-dev] Embeded : Enable CAS

2010-01-27 Thread Stifu
Sebastien Pouliot-2 wrote: > > On Wed, 2010-01-27 at 09:34 +0100, Damien wrote: >> > I would like to know if and how it is possible to activate code >> access >> > security with Mono used as an embeded library... >> >> >> For fun ? maybe. For profit ? not likel

Re: [Mono-dev] Embeded : Enable CAS

2010-01-27 Thread Sebastien Pouliot
On Wed, 2010-01-27 at 09:34 +0100, Damien wrote: > > I would like to know if and how it is possible to activate code > access > > security with Mono used as an embeded library... > > > For fun ? maybe. For profit ? not likely. > > > Well, for fun :) > >

Re: [Mono-dev] [Mono-patches] r150061 - trunk/mono/support

2010-01-27 Thread Rodrigo Kumpera
Hi Leszek, This patch breaks OSX as it doesn't define B460800. Is guarding the case entry if a "#if defined (B460800)" the right way to fix it? Thanks, Rodrigo On Fri, Jan 22, 2010 at 8:30 AM, Leszek Ciesielski (skol...@gmail.com) < mono-patches-l...@lists.ximian.com> wrote: > Author: leszek >

Re: [Mono-dev] Embeded : Enable CAS

2010-01-27 Thread Damien
> I would like to know if and how it is possible to activate code access > > security with Mono used as an embeded library... > > For fun ? maybe. For profit ? not likely. > > Well, for fun :) > A *much more* interesting approach is to use CoreCLR (the transparency > model) that is being used by