Re: [Mono-dev] Patches for mono-winforms

2012-07-24 Thread Stifu
The TableLayoutPanelTest2 project works properly without patching Mono. No errors, same rendering as .NET. http://mono.1490590.n4.nabble.com/file/n4650550/mono_tablelayout2.png mono_tablelayout2.png Steven Boswell II wrote > > Enclosed is bug fix #2 of 3 for TableLayoutPanel. > > http://msdn.

Re: [Mono-dev] Mono and Microsoft open sourced Entity Framework

2012-07-24 Thread Brandon Perry
Crazy from the company that said Linux was a cancer! On Tue, Jul 24, 2012 at 3:55 PM, Stifu wrote: > I somehow missed that news. > Great stuff! > > > Marek Safar-2 wrote >> >> Hi, >> >> Yes, we are working on EF integration. >> >> Marek >> >> On Tue, Jul 24, 2012 at 9:09 PM, Daniel Morgan

Re: [Mono-dev] Patches for mono-winforms

2012-07-24 Thread Steven Boswell II
The fixes will be submitted soon.  I just need to come up with unit tests. Thanks for committing both of my patches! Re: TableLayoutTest.cs under Test/System.Windows.Forms.Layout...sounds sensible, but I don't have write access :-) From: Stifu To: mono-devel-l

Re: [Mono-dev] Mono and Microsoft open sourced Entity Framework

2012-07-24 Thread Stifu
I somehow missed that news. Great stuff! Marek Safar-2 wrote > > Hi, > > Yes, we are working on EF integration. > > Marek > > On Tue, Jul 24, 2012 at 9:09 PM, Daniel Morgan wrote: > >> Since Microsoft has open sourced the Entity Framework, is anyone working >> on getting it to

Re: [Mono-dev] Mono and Microsoft open sourced Entity Framework

2012-07-24 Thread Marek Safar
Hi, Yes, we are working on EF integration. Marek On Tue, Jul 24, 2012 at 9:09 PM, Daniel Morgan wrote: > Since Microsoft has open sourced the Entity Framework, is anyone working > on getting it to work on Mono? > > ___ > Mono-devel-list mailing list >

[Mono-dev] Mono and Microsoft open sourced Entity Framework

2012-07-24 Thread Daniel Morgan
Since Microsoft has open sourced the Entity Framework, is anyone working on getting it to work on Mono? ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Patches for mono-winforms

2012-07-24 Thread Stifu
Patch applied, thanks! https://github.com/mono/mono/commit/a1e7e4ebf7737572e349c69fc0ae56bd28517891 Steven Boswell II wrote > > OK, here's a much simpler patch. > It draws a mixed-mode checkbox with a grey checkmark. > Let me know if there's any problems. > > Steven Boswell > > > ___

Re: [Mono-dev] Patches for mono-winforms

2012-07-24 Thread Stifu
Indeed, it is one fix per patch. I was just making sure, since this bug fix altered that other Mono bug as a side effect, and I cannot tell whether it's for better or worse. But if it's going to be fixed soon, then it doesn't matter. The patch has been pushed (https://github.com/mono/mono/commit/5

Re: [Mono-dev] Patches for mono-winforms

2012-07-24 Thread Steven Boswell II
Yes, I do know why, and I haven't submitted that fix yet. It was my understanding that you wanted one bug fix per patch. I have two more table-layout bug fixes to submit after this one. From: Stifu To: mono-devel-list@lists.ximian.com Sent: Monday, July 23, 20

Re: [Mono-dev] ConcurrentStack with value type in 2.10

2012-07-24 Thread Yuriy Solodkyy
Hi All, I just check this on fresh build mono from master. It is not the problem that you can see on each run. You need to run on 8-cores to observe it frequently enough. My environment is Linux x64 (tried: ubuntu 10, ubuntu 12, opensuse 12). Typically if you start test app and it does not cras