Re: [Mono-dev] Deprecating OSX 10.4 in our binary packages

2010-04-29 Thread Atsushi Eno
It is also great to see the chance that Gtk on OSX could be upgraded to 10.5+ so that we Japanese don't have to suffer from cairo-atsui that fails to display Japanese characters by default :) (Yes, it's not about gtk# but gtk+, still nice to see better chance.) Atsushi Eno On 2010/04/29 5:44,

[Mono-dev] GroupBy Bug (Bug 601101)

2010-04-29 Thread Richard Kiene
I have filed Bug 601101 https://bugzilla.novell.com/show_bug.cgi?id=601101 for this issue. In addition; I have attached a patch which resolves the issue. That said, I'm not really sure this patch is the most desirable way to fix the bug. If you would like to use the patch I release it under the

Re: [Mono-dev] GroupBy Bug (Bug 601101)

2010-04-29 Thread Alan McGovern
Hey More than 50% of your patch is whitespace noise which makes it hard to see what exactly it is you're fixing. Could you submit a patch without all the extra whitespace changes? Secondly, I'd personally view any code which relies on the element ordering in a dictionary as being a bug

Re: [Mono-dev] GroupBy Bug (Bug 601101)

2010-04-29 Thread Richard Kiene
Sorry about the white space. Like I said, it basically fixes the issue for our project, but I doubt it is the ideal way to fix the issue. Since the Dictionary will need to be removed from the function perhaps a re-write is in order. I've again attached the patch, and I release it under the

[Mono-dev] Simple floating maths problem

2010-04-29 Thread Stuart Fraser
HI All, I'm currently working on some code for HPC benchmarking using a number of languages and runtimes but am primarily focussing on C#. During my coding I have come across some inconsistencies between results between calculated in Mono vs .Net (and C /Java), there may be a number of reasons

Re: [Mono-dev] [PATCH v2 1/7] configure: Don't hardcode libm dependency

2010-04-29 Thread Andreas Färber
Am 28.04.2010 um 02:34 schrieb Rodrigo Kumpera: Patch looks good. Thanks, applied to trunk in r156468, with the following Haiku: Minus L M is Explicit mathematics - Abelian group? Andreas On Tue, Apr 27, 2010 at 6:47 PM, Andreas Färber andreas.faer...@web.de wrote: Hey Rodrigo,