[wxhaskell-devel] darcs patch: Simplify treeCtrlGetNextChild2 to use ge... (and 1 more)

2008-03-16 Thread Eric Kow
This fixes a bug where treeCtrl only returns one child, I think. Sun Mar 16 16:37:20 GMT 2008 Eric Kow <[EMAIL PROTECTED]> * Simplify treeCtrlGetNextChild2 to use getNextSibling. I'm not entirely sure why the previous implementation was broken (it stopped at the first child, returning a

Re: [wxhaskell-devel] [wxhaskell-users] ANNOUNCE: wxHaskell 0.10.3 rc1

2008-03-16 Thread shelarcy
Hi, On Mon, 17 Mar 2008 00:40:08 +0900, Mads Lindstrøm <[EMAIL PROTECTED]> wrote: >> Maybe it is because I left out profiling support (from all of GHC 6.6 >> and from Wx in GHC 6.8) ? Is that what the .p_hi files are about? > > I am in the process of building with full profiling support. I expect

Re: [wxhaskell-devel] [wxhaskell-users] ANNOUNCE: wxHaskell 0.10.3 rc1

2008-03-16 Thread Mads Lindstrøm
Hi, Mads Lindstrøm: > Eric Y. Kow: > > On Sun, Mar 16, 2008 at 12:32:46 +0100, Mads Lindstrøm wrote: > > > I have made it now. It is compiled with Debian unstable's ghc. > > > > By the way, your files seem to be a bit smaller than the MacOS X and > > Windows one. Are you also using -hcprof and -

Re: [wxhaskell-devel] [wxhaskell-users] ANNOUNCE: wxHaskell 0.10.3 rc1

2008-03-16 Thread Mads Lindstrøm
Eric Y. Kow: > On Sun, Mar 16, 2008 at 12:32:46 +0100, Mads Lindstrøm wrote: > > I have made it now. It is compiled with Debian unstable's ghc. > > By the way, your files seem to be a bit smaller than the MacOS X and > Windows one. Are you also using -hcprof and --enable-split-objs? > for GHC 6

Re: [wxhaskell-devel] darcs patch: Auto-recognising ghc version for Debian build

2008-03-16 Thread Eric Y. Kow
> Sun Mar 16 12:37:52 CET 2008 Mads Lindstroem <[EMAIL PROTECTED]> > * Auto-recognising ghc version for Debian build Pushed. -- Eric Kow PGP Key ID: 08AC04F9 pgpQAxIlAAwST.pgp Description: PGP signature -

Re: [wxhaskell-devel] [wxhaskell-users] ANNOUNCE: wxHaskell 0.10.3 rc1

2008-03-16 Thread Eric Y. Kow
On Sun, Mar 16, 2008 at 12:32:46 +0100, Mads Lindstrøm wrote: > I have made it now. It is compiled with Debian unstable's ghc. By the way, your files seem to be a bit smaller than the MacOS X and Windows one. Are you also using -hcprof and --enable-split-objs? -- Eric Kow

[wxhaskell-devel] darcs patch: Auto-recognising ghc version for Debian build

2008-03-16 Thread Mads Lindstroem
Sun Mar 16 12:37:52 CET 2008 Mads Lindstroem <[EMAIL PROTECTED]> * Auto-recognising ghc version for Debian build New patches: [Auto-recognising ghc version for Debian build Mads Lindstroem <[EMAIL PROTECTED]>**20080316113752] { hunk ./configure 1149 +case "$hcversion" in +6.6*) + deb_packa

Re: [wxhaskell-devel] [wxhaskell-users] ANNOUNCE: wxHaskell 0.10.3 rc1

2008-03-16 Thread Mads Lindstrøm
Hi, Shelarcy wrote: > Hi, > Can you make ghc 6.8's Debian package? I have made it now. It is compiled with Debian unstable's ghc. See http://www.haskell.org/haskellwiki/WxHaskell/Install#Debian_and_Ubuntu .. Greetings, Mads > > On Wed, 12 Mar 2008 18:50:21 +0900, Jeremy O'Donoghue <[EMAIL PR

Re: [wxhaskell-devel] 0.10.3 release schedule

2008-03-16 Thread shelarcy
On Sun, 16 Mar 2008 19:23:28 +0900, Eric Y. Kow <[EMAIL PROTECTED]> wrote: > Well, how about we skip 0.10.3rc2 and go straight to 0.10.3? I think it would be nice. Does anyone have opion about that? -- shelarcy http://page.freett.com/shelarcy/ --

Re: [wxhaskell-devel] profiling libraries require ghc -prof for apps

2008-03-16 Thread Eric Y. Kow
On Sat, Mar 08, 2008 at 16:49:55 +0900, shelarcy wrote: > profiling library doesn't have ENABLE-SPLITOBJS flag now. > So --enable-split-objs doesn't affect symbols. > I had made patch for that. But this affect little, so I didn't send before. Pushed. (Now that 0.10.3rc1 is out) -- Eric Kow

Re: [wxhaskell-devel] 0.10.3 release schedule

2008-03-16 Thread Eric Y. Kow
On Sun, Mar 16, 2008 at 19:17:50 +0900, shelarcy wrote: > If we release 0.10.3 more quickly, we can add these change soonly. > Of coure, a few change is suitable for 0.10.3rc2. Well, how about we skip 0.10.3rc2 and go straight to 0.10.3? -- Eric Kow

Re: [wxhaskell-devel] 0.10.3 release schedule

2008-03-16 Thread shelarcy
Hi, On Sun, 16 Mar 2008 17:42:02 +0900, Eric Y. Kow <[EMAIL PROTECTED]> wrote: > How about putting out 0.10.3rc2 next weekend, and then 0.10.3 the > weekend after that if all goes well? > > Too slow? Too rushed? I worried about that we have some tasks after 0.10.3 release. * Replacing wxcore and

[wxhaskell-devel] 0.10.3 release schedule

2008-03-16 Thread Eric Y. Kow
How about putting out 0.10.3rc2 next weekend, and then 0.10.3 the weekend after that if all goes well? Too slow? Too rushed? -- Eric Kow PGP Key ID: 08AC04F9 pgp2MlcY9GNCl.pgp Description: PGP signature

Re: [wxhaskell-devel] darcs patch: Fix: dbGetDataSources returns only first letter of eve...

2008-03-16 Thread Eric Y. Kow
Pushed, thanks! -- Eric Kow PGP Key ID: 08AC04F9 pgp1dupokAuJg.pgp Description: PGP signature - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) V

Re: [wxhaskell-devel] darcs patch: Fix: bindist try to contain bugs/BoxedCombinator that ...

2008-03-16 Thread Eric Y. Kow
Pushed (along with my patches), thanks! -- Eric Kow PGP Key ID: 08AC04F9 pgpvFnWnRV8O9.pgp Description: PGP signature - This SF.net email is sponsored by: Microsoft Defy all ch

[wxhaskell-devel] darcs patch: Fix: dbGetDataSources returns only first letter of eve...

2008-03-16 Thread shelarcy
darcs3d0437 Description: Binary data - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/