[Mono-dev] [PATCH] Small Winx64 change.

2008-07-18 Thread Bill Holmes
Hello All, The attached patch fixes the vararg.exe runtime test on Winx64. The MonoTypedRef is not always passed on the stack on Windows. Calling add_valuetype will select the correct operation. -bill MONO_TYPE_TYPEDBYREF.diff Description: Binary data

Re: [Mono-dev] [Ximian-mono-list] Generics Sharing in the Debugger: Request for breaking the code freeze

2008-07-18 Thread Miguel de Icaza
Is attaching to a non --debug Mono process a widely used feature? I do not think this is a good question to ask, because in general debugging of a Mono program is not even a widely used feature. A better question to ask is whether developers routinely attach to running processes to debug with

Re: [Mono-dev] Windows build

2008-07-18 Thread Leszek Ciesielski
A sidenote (and an argument for msys): folks behind Windows git port are currently finishing their migration from cygwin to msys because of performance reasons. 2008/7/17 Jonathan Chambers [EMAIL PROTECTED]: I started looking at using msys to build mono a few months ago. I got distracted by

Re: [Mono-dev] Windows build

2008-07-18 Thread Michael Jerris
Is there a compelling reason (other than the fact that the managed code does not yet build off the msvc build system) to support msys or cygwin at all? Mike On Jul 18, 2008, at 11:34 AM, Leszek Ciesielski wrote: A sidenote (and an argument for msys): folks behind Windows git port are

Re: [Mono-dev] Windows build

2008-07-18 Thread Kornél Pál
Hi, Michael Jerris wrote: Is there a compelling reason (other than the fact that the managed code does not yet build off the msvc build system) to support msys or cygwin at all? Both of them are using the same open source compilers and tools (cygwin is a kind of Linux API implementation

Re: [Mono-dev] [Ximian-mono-list] Generics Sharing in the Debugger: Request for breaking the code freeze

2008-07-18 Thread Mark Probst
On Fri, Jul 18, 2008 at 5:27 PM, Miguel de Icaza [EMAIL PROTECTED] wrote: Is attaching to a non --debug Mono process a widely used feature? A better question to ask is whether developers routinely attach to running processes to debug with other debuggers, and I think the answer to that is

[Mono-dev] Patch for mwf-designer

2008-07-18 Thread Guillaume Simard
Hello, Please find attached a suggested patch for mwf-designer, which corrects improper exception handling when empty fields are provided in the NewFileDialog dialog box (upon pressing Done). Guillaume Simard Index: src/UI/NewFileDialog.cs

[Mono-dev] Assenza

2008-07-18 Thread Umberto Ballestrazzi
Saro' assente fino alla prima settimana d'Agosto. Umberto ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-dev] Fast Virtual Generic Method Calls

2008-07-18 Thread Mark Probst
Hi everybody, I've improved the implementation of virtual generic method calls, at least in terms of speed. Now I'd like to ask if anybody knows of reasonably easy to install applications which use virtual generic methods extensively, so that I can test and improve the code with real-world

[Mono-dev] Feedback wanted: Mono 1.9 to Mono 2.0 changes.

2008-07-18 Thread Miguel de Icaza
Hello folks, As usual, I am looking for feedback on all the new features that were implemented since Mono 1.9 was branched in January for the Mono 2.0 release notes. A draft of the Mono release notes can be found here: http://www.go-mono.com/archive/2.0 Thanks in advance!

[Mono-dev] string hash code collisions

2008-07-18 Thread Cetin Sert
Dear Mono Devs, I tested string hash code collisions in mono and .NET and saw that mono's hash code algorithm for strings lead to almost the same collisions with java whereas .NET seems to perform better with 0 collisions in both tests. You can read about it here:

[Mono-dev] DataGridView Virtual Mode

2008-07-18 Thread Cetin Sert
Dear Mono Devs, Is the virtual mode of winforms DataGridView already usable in the latest mono releases or at least in the SVN repository? Best Regards, Cetin Sert ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com

Re: [Mono-dev] DataGridView Virtual Mode

2008-07-18 Thread Jonathan Pobst
No, datagridview's virtual mode is not currently implemented in a release or SVN. Jonathan Cetin Sert wrote: Dear Mono Devs, Is the virtual mode of winforms DataGridView already usable in the latest mono releases or at least in the SVN repository? Best Regards, Cetin Sert

Re: [Mono-dev] System.Console problem

2008-07-18 Thread Miguel de Icaza
I try to reset the width and height of the console: This functionality is not supported on Unix consoles. Miguel. ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list