[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ANN] PyObjC for GNUstep
From: |
Ludovic Marcotte |
Subject: |
Re: [ANN] PyObjC for GNUstep |
Date: |
Wed, 27 Jul 2011 13:37:56 -0400 |
User-agent: |
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.15) Gecko/20110303 Lightning/1.0b2.106i Thunderbird/3.1.9 |
On 20/07/11 13:15, David Chisnall wrote:
[1] Tested with libobjc2 1.5, GNUstep-base and corebase from trunk on
Linux/PowerPC and FreeBSD/x86.
After more work with David, here's an updated version that compiles with
gcc's runtimes (< 4.6 and >= 4.6).
There's a bug with the gcc 4.6 runtime since objc_getSuperClass() on a
newly allocated - but not registered - class returns nil. Some tests
will fail due to this.
There's also some bugs with the gcc runtimes, prior to 4.6 - probably
due to missing features.
In any case, here's the updated patch.
Regards,
pyobjc-20110727.diff
Description: Text document
- Re: [ANN] PyObjC for GNUstep, (continued)
- Re: [ANN] PyObjC for GNUstep, Ivan Vučica, 2011/07/21
- Re: [ANN] PyObjC for GNUstep, David Chisnall, 2011/07/21
- Re: [ANN] PyObjC for GNUstep, Ludovic Marcotte, 2011/07/21
- Re: [ANN] PyObjC for GNUstep, Gerold Rupprecht, 2011/07/21
- Re: [ANN] PyObjC for GNUstep, Sebastian Reitenbach, 2011/07/21
- Re: [ANN] PyObjC for GNUstep, Ludovic Marcotte, 2011/07/21
- Re: [ANN] PyObjC for GNUstep, Germán Arias, 2011/07/21
- Re: [ANN] PyObjC for GNUstep, Ludovic Marcotte, 2011/07/22
- Re: [ANN] PyObjC for GNUstep, Gregory Casamento, 2011/07/21
- Re: [ANN] PyObjC for GNUstep, Jens Ayton, 2011/07/21
Re: [ANN] PyObjC for GNUstep,
Ludovic Marcotte <=