Re: [Mono-dev] [PATCH] VB runtime: implement Asc and Chr correctly

2008-11-17 Thread Rolf Bjarne Kvinge
Hi, Looks good to me, please commit. Thanks! Rolf -Original Message- From: [EMAIL PROTECTED] [mailto:mono-devel-list- [EMAIL PROTECTED] On Behalf Of Kornél Pál Sent: sábado, 15 de noviembre de 2008 20:41 To: mono-devel-list@lists.ximian.com Subject: [Mono-dev] [PATCH] VB runtime:

Re: [Mono-dev] UIA Olive Reorganization at 1pm EDT

2008-11-17 Thread Brad Taylor
Hey, As far as I understand, you already have support for MWF, right? So far, we've implemented a portion of the UIA Provider specification (basically implementing UIA for MWF controls), and we've developed a Bridge between UIA and ATK, allowing GNOME Assistive Technologies to access a limited

[Mono-dev] [PATCH] COM change needed in marshal.c for IMarshal.

2008-11-17 Thread Bill Holmes
Hi, The attached patch adds an implementation for IMarshal to all COM callable wrappers. This patch should only affect Windows builds. I also would like to get this patch into the 2.2 branch. -bill 2008-11-17 Bill Holmes [EMAIL PROTECTED] * marshal.h :

Re: [Mono-dev] mono 2.0.1 that are failing on FreeBSD

2008-11-17 Thread Phillip N.
FYI, the same problem exists on trunk. I think the most anoying one is exception.cs 321 test(s) passed. 12 test(s) did not pass. Failed tests: exception.exe pinvoke2.exe appdomain-unload.exe remoting2.exe remoting3.exe handleref.exe generics-sharing.2.exe generic-null-call.2.exe thunks.exe

Re: [Mono-dev] Fwd: Patch for DataGridView crash after Columsn.Clear

2008-11-17 Thread Jonathan Pobst
Hi! When I started writing some tests to verify your changes, I realized that RowTemplate should never contain any Cells. I made changes to make us behave more like .Net. I don't know what your original issue is, so I do not know if this fixes it, but the changes I made are in r119060. If

Re: [Mono-dev] [PATCH] COM change needed in marshal.c for IMarshal.

2008-11-17 Thread Zoltan Varga
Hi, Looks ok. Zoltan 2008/11/17 Bill Holmes [EMAIL PROTECTED]: Hi, The attached patch adds an implementation for IMarshal to all COM callable wrappers. This patch should only affect Windows builds. I also would like to get this patch into the 2.2 branch. -bill 2008-11-17

Re: [Mono-dev] UIA Olive Reorganization at 1pm EDT

2008-11-17 Thread [EMAIL PROTECTED]
There's a cool project (open source) named White Project http://www.codeplex.com/white I'm currently looking into it and we're even considering moving away from our current solution (hours of automated GUI testing!!) if we manage to make it work with Plastic. Looks cool Brad Taylor escribió:

Re: [Mono-dev] mono 2.0.1 that are failing on FreeBSD

2008-11-17 Thread Phillip N.
I know you may be not very interested in supporting mono on FreeBSD, im just pointing out what the current problems are. As i dont know how to fix them, im posting here. If i can be of more help, please tell. Thanks! ___ Mono-devel-list mailing list

Re: [Mono-dev] mono 2.0.1 that are failing on FreeBSD

2008-11-17 Thread [EMAIL PROTECTED]
Lot of people will love to see mono working on the BSDs!! Phillip N. escribió: I know you may be not very interested in supporting mono on FreeBSD, im just pointing out what the current problems are. As i dont know how to fix them, im posting here. If i can be of more help, please tell.

Re: [Mono-dev] Avoiding references to ExtensionAttribute so a program is compatible with MS.NET 2.0

2008-11-17 Thread Avery Pennarun
On Sun, Nov 16, 2008 at 6:34 AM, Marek Safar [EMAIL PROTECTED] wrote: You will have to use newer Mono (SVN HEAD, or 2.2) and -noconfig compiler option to disable System.Core assembly auto-reference. Hmm, thanks. I was hoping to be able to at least base my work on a released version of mono...

[Mono-dev] mono debugger

2008-11-17 Thread Jacob Gladish
I'm attempting to build the mono debugger with very little success. My configure is looking for nunit-console2. I've pulled down various version of nunit, and don't see anything of the sort. Any help is appreciated. Can anyone confirm their experience with the debugger (good/bad). I have a

[Mono-dev] DbDataRecord virtual/abstract fix

2008-11-17 Thread Atsushi Eno
Hi, There is a documentation bug in MSDN for .NET 3.5 SP1 on DbDataRecord that says as if some members were virtual, not abstract. Our code is based on them and then it blocked some System.Data.Entity types. I have a patch to fix this. Varadhan, is it OK to check in? (This change in .NET does