Re: [Mono-dev] Compiler bug with Generics and where constraints

2007-07-16 Thread John Anderson
On 7/16/07, Adar Wesley <[EMAIL PROTECTED]> wrote: Hi John, It seams to me there is a problem with the code. (I don't know if it worked before) In 1. protected static T GetBusinessQueryObjectFromReader(IDataReader reader) 2. 74 where T : BusinessQueryObject, new() The ge

Re: [Mono-dev] Compiler bug with Generics and where constraints

2007-07-16 Thread Alan McGovern
I suggested the same thing, but was told the compiler didn't allow you to add constraints to the overridden method. Also, i believe his code compiles fine under csc, so unless it's a bug in CSC, there's definitely an issue here. Alan. On 7/16/07, Adar Wesley <[EMAIL PROTECTED]> wrote: Hi John,

Re: [Mono-dev] Compiler bug with Generics and where constraints

2007-07-16 Thread Adar Wesley
Hi John, It seams to me there is a problem with the code. (I don't know if it worked before) In 1. protected static T GetBusinessQueryObjectFromReader(IDataReader reader) 2. 74 where T : BusinessQueryObject, new() The generic parameter T is contained. However in: public over

[Mono-dev] MDB for PPC

2007-07-16 Thread Tim Michals
Is there support for MDB (mono debugger) using Linux on a PPC? If not would this be difficult project to take on? _ Don't get caught with egg on your face. Play Chicktionary!   http://club.live.com/chicktionary.aspx?icid=chick_wlmai

[Mono-dev] atomic.h

2007-07-16 Thread Andreas Färber
Hello, With the growing number of supported architectures wouldn't it make sense to split up atomic.h like the mini files into atomic-ppc.h etc.? The whole file is a series of mutually exclusive conditional sections. My suggestion would be to do e.g. #if ... #elif defined(__ppc__) || ... #i