You can subscribe to this list here.
2008 |
Jan
|
Feb
(53) |
Mar
(145) |
Apr
(22) |
May
(7) |
Jun
(14) |
Jul
(14) |
Aug
(9) |
Sep
(10) |
Oct
(48) |
Nov
(59) |
Dec
(45) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2009 |
Jan
(36) |
Feb
(5) |
Mar
(33) |
Apr
(28) |
May
(5) |
Jun
(6) |
Jul
(1) |
Aug
(7) |
Sep
(11) |
Oct
(3) |
Nov
(31) |
Dec
|
2010 |
Jan
(8) |
Feb
(3) |
Mar
|
Apr
(2) |
May
(9) |
Jun
(1) |
Jul
(2) |
Aug
|
Sep
(1) |
Oct
(1) |
Nov
|
Dec
|
2011 |
Jan
(1) |
Feb
(3) |
Mar
(4) |
Apr
(1) |
May
(2) |
Jun
(12) |
Jul
(36) |
Aug
(7) |
Sep
(40) |
Oct
(6) |
Nov
(40) |
Dec
(8) |
2012 |
Jan
(54) |
Feb
(8) |
Mar
(1) |
Apr
(16) |
May
(2) |
Jun
(12) |
Jul
(1) |
Aug
(1) |
Sep
(2) |
Oct
(2) |
Nov
|
Dec
(7) |
2013 |
Jan
(8) |
Feb
|
Mar
(13) |
Apr
(2) |
May
(13) |
Jun
(44) |
Jul
|
Aug
(13) |
Sep
(12) |
Oct
(11) |
Nov
(7) |
Dec
(6) |
2014 |
Jan
(3) |
Feb
(4) |
Mar
(9) |
Apr
(1) |
May
|
Jun
(3) |
Jul
(1) |
Aug
(1) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
(2) |
Jun
(3) |
Jul
|
Aug
(2) |
Sep
(5) |
Oct
(2) |
Nov
(1) |
Dec
(1) |
2017 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2020 |
Jan
(1) |
Feb
|
Mar
|
Apr
(1) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: shelarcy <she...@gm...> - 2008-03-17 11:27:59
|
Hi Mads, On Sun, 16 Mar 2008 20:32:46 +0900, Mads Lindstrøm <mad...@ya...> wrote: > 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 > .. Thank you for making that. >> I recived question for Debian's pacakage in Japanese Haskell mailing-list (haskell-jp). >> >> http://www.tom.sfc.keio.ac.jp/~sakai/w3ml/w3ml.cgi/haskell-jp-2/msg/180 >> >> He uses ghc 6.8 on Debian. So, he want to know about that why debian's >> package is only ghc 6.6's one, and can we release ghc 6.8's package. >> >> (snip) >> >> Can anyone provied ghc 6.8's Debian package? >> Mads, can you do that? He tested above ghc 6.8's package, and he can run samples now. Best Regards, -- shelarcy <shelarcy hotmail.co.jp> http://page.freett.com/shelarcy/ |
From: Eric K. <eri...@gm...> - 2008-03-16 17:01:21
|
This fixes a bug where treeCtrl only returns one child, I think. Sun Mar 16 16:37:20 GMT 2008 Eric Kow <eri...@gm...> * Simplify treeCtrlGetNextChild2 to use getNextSibling. I'm not entirely sure why the previous implementation was broken (it stopped at the first child, returning an invalid tree id for the subsequent one). I thought perhaps it might have been because we were not passing in the same tree cookie pointer each item, but threading the pointer through via the Cookie type did not seem either. Anyway, I can't see any reason why GetNextSibling would be a bad idea. Sun Mar 16 17:00:05 GMT 2008 Eric Kow <eri...@gm...> * Simplify TreeCtrlTest and move it out of bugs/ |
From: shelarcy <she...@gm...> - 2008-03-16 16:01:44
|
Hi, On Mon, 17 Mar 2008 00:40:08 +0900, Mads Lindstrøm <mad...@ya...> 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 > that is the real cause of difference in the file sizes. You must include all "p" suffix files, .p_hi, _p.a and .p_o. -prof option uses .p_hi files as interface file, and _p.a and .p_o files as library file. http://sourceforge.net/mailarchive/message.php?msg_name=op.t6371r06g8rhh0%40shelarcywin.localdomain Best Regards, -- shelarcy <shelarcy hotmail.co.jp> http://page.freett.com/shelarcy/ |
From: Mads L. <mad...@ya...> - 2008-03-16 15:44:16
|
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 --enable-split-objs? > > > > for GHC 6.8, partly yes. It was build like: > > 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 that is the real cause of difference in the file sizes. Greetings, Mads > > > Greetings, > > Mads Lindstrøm > > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > wxhaskell-devel mailing list > wxh...@li... > https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel |
From: Mads L. <mad...@ya...> - 2008-03-16 15:29:53
|
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.8, partly yes. It was build like: PREFIX=/usr/local chmod 755 configure runhaskell Setup configure --enable-split-objs --hcprof --prefix=$PREFIX runhaskell Setup build runhaskell Setup install cd wx runhaskell Setup configure --enable-split-objs --prefix=$PREFIX runhaskell Setup build runhaskell Setup install cd .. make debdist the GHC 6.6 build was without --enable-split-objs and without --hcprof. Another reason for the different sizes is that (atleast the msw zip) contains 14 megabytes of documentation. The .deb do not. But the largest difference is in the lib directories. MSW is 78 megabyte, .deb is 22 megabytes. I am unsure why. Hope I have not made an error. But the packages do seem to work. I did a du -hs of the .deb (ghc 6.8 version): du -hs * 1,4M imports 676K libwx.a 1,4M libwxc-gtk2.6.3-0.10.3.so 656K libwxcore0.a 2,5M libwxcore1.a 3,2M libwxcore2.a 3,2M libwxcore.a 488K wxcore0.o 2,2M wxcore1.o 2,7M wxcore2.o 2,6M wxcore.o 4,0K wxcore.pkg 568K wx.o 4,0K wx.pkg and the MSW: 2,7M imports 1,3M libwx.a 2,7M libwxc-msw2.6.4-0.10.3.a 1,4M libwxcore0.a 1,1M libwxcore0_p.a 3,9M libwxcore1.a 4,9M libwxcore1_p.a 5,5M libwxcore2.a 6,4M libwxcore2_p.a 7,2M libwxcore.a 9,1M libwxcore_p.a 1,4M libwx_p.a 3,2M wxc-msw2.6.4-0.10.3.dll 500K wxcore0.o 872K wxcore0.p_o 2,0M wxcore1.o 4,4M wxcore1.p_o 2,7M wxcore2.o 5,7M wxcore2.p_o 2,8M wxcore.o 7,9M wxcore.p_o 600K wx.o and the .deb (GHC 6.6): 1,5M imports 636K libwx.a 1,4M libwxc-gtk2.6.3-0.10.3.so 584K libwxcore0.a 2,4M libwxcore1.a 3,1M libwxcore2.a 3,0M libwxcore.a 420K wxcore0.o 2,1M wxcore1.o 2,7M wxcore2.o 2,4M wxcore.o 4,0K wxcore.pkg 532K wx.o 4,0K wx.pkg These differences are concerning. Could it be that Windows do statically link against wxWidgets and Linux do not? (Warning! I really do not know if this the right answer. But just guessing). 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? Greetings, Mads Lindstrøm |
From: Eric Y. K. <eri...@gm...> - 2008-03-16 11:47:20
|
> Sun Mar 16 12:37:52 CET 2008 Mads Lindstroem <mad...@ya...> > * Auto-recognising ghc version for Debian build Pushed. -- Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow> PGP Key ID: 08AC04F9 |
From: Eric Y. K. <eri...@gm...> - 2008-03-16 11:44:29
|
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 <http://www.nltg.brighton.ac.uk/home/Eric.Kow> PGP Key ID: 08AC04F9 |
From: Mads L. <mad...@ya...> - 2008-03-16 11:42:24
|
Sun Mar 16 12:37:52 CET 2008 Mads Lindstroem <mad...@ya...> * Auto-recognising ghc version for Debian build |
From: Mads L. <mad...@ya...> - 2008-03-16 11:36:51
|
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 <jer...@gm...> wrote: > > Binary packages are available from the wxHaskell download site at > > http://sourceforge.net/project/showfiles.php?group_id=73133, for the > > following platforms: > > > > - Debian > > I recived question for Debian's pacakage in Japanese Haskell mailing-list (haskell-jp). > > http://www.tom.sfc.keio.ac.jp/~sakai/w3ml/w3ml.cgi/haskell-jp-2/msg/180 > > He uses ghc 6.8 on Debian. So, he want to know about that why debian's > package is only ghc 6.6's one, and can we release ghc 6.8's package. > > I checked Debian's package site. And it seems that debian provides ghc > 6.8 for many platforms. > > http://packages.debian.org/sid/ghc6?lang=en > > Can anyone provied ghc 6.8's Debian package? > Mads, can you do that? > > > Thanks, > |
From: shelarcy <she...@gm...> - 2008-03-16 11:14:29
|
On Sun, 16 Mar 2008 19:23:28 +0900, Eric Y. Kow <eri...@gm...> 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 <shelarcy hotmail.co.jp> http://page.freett.com/shelarcy/ |
From: Eric Y. K. <eri...@gm...> - 2008-03-16 10:28:05
|
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 <http://www.nltg.brighton.ac.uk/home/Eric.Kow> PGP Key ID: 08AC04F9 |
From: Eric Y. K. <eri...@gm...> - 2008-03-16 10:23:43
|
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 <http://www.nltg.brighton.ac.uk/home/Eric.Kow> PGP Key ID: 08AC04F9 |
From: shelarcy <she...@gm...> - 2008-03-16 10:18:00
|
Hi, On Sun, 16 Mar 2008 17:42:02 +0900, Eric Y. Kow <eri...@gm...> 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 wxdirect's containers by Haskell library's one. http://sourceforge.net/mailarchive/message.php?msg_name=20080308085740.GA19612%40dewdrop.local * Push -prof with -enable-split patch. http://sourceforge.net/mailarchive/forum.php?thread_name=20080308005047.GA17013%40dewdrop.local&forum_name=wxhaskell-devel * Merge WXSOEGraphics code. ** I think it would be one of good test case for wxHaskell. http://sourceforge.net/mailarchive/message.php?msg_name=op.t7lo6ecbg8rhh0%40shelarcywin.localdomain * Change Var type synonym from IORef to stm's TVar for thread safety. * And some tasks for 0.11 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. Best Regards, -- shelarcy <shelarcy hotmail.co.jp> http://page.freett.com/shelarcy/ |
From: Eric Y. K. <eri...@gm...> - 2008-03-16 08:42:18
|
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 <http://www.nltg.brighton.ac.uk/home/Eric.Kow> PGP Key ID: 08AC04F9 |
From: Eric Y. K. <eri...@gm...> - 2008-03-16 08:40:21
|
Pushed, thanks! -- Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow> PGP Key ID: 08AC04F9 |
From: Eric Y. K. <eri...@gm...> - 2008-03-16 08:40:03
|
Pushed (along with my patches), thanks! -- Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow> PGP Key ID: 08AC04F9 |
From: shelarcy <she...@gm...> - 2008-03-16 08:14:35
|
DarcsURL: C:/home/shelarcy/wxhaskell MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=_" --=_ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Sun Mar 16 15:17:01 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2008 shelarcy <shelarc= y...@gm...> * Fix: dbGetDataSources returns only first letter of every word. --=_ Content-Type: text/x-darcs-patch; name="fix_-dbgetdatasources-returns-only-first-letter-of-every-word_.dpatch" Content-Transfer-Encoding: quoted-printable Content-Description: A darcs patch for your repository! New patches: [Fix: dbGetDataSources returns only first letter of every word. shelarcy <she...@gm...>**20080316061701] { hunk ./wxc/src/db.cpp 203 +#if defined(wxUSE_UNICODE) && defined(SQL_WCHAR) + case SQL_WCHAR: return SqlChar; +#endif hunk ./wxc/src/db.cpp 219 +#if defined(wxUSE_UNICODE) && defined(SQL_WVARCHAR) + case SQL_WVARCHAR: return SqlVarChar; +#endif hunk ./wxc/src/db.cpp 245 +#if defined(wxUSE_UNICODE) && defined(SQL_WCHAR) + case SqlChar : return SQL_WCHAR; +#else hunk ./wxc/src/db.cpp 249 +#endif hunk ./wxc/src/db.cpp 262 +#if defined(wxUSE_UNICODE) && defined(SQL_WVARCHAR) + case SqlVarChar : return SQL_WVARCHAR; +#else hunk ./wxc/src/db.cpp 266 +#endif hunk ./wxc/src/db.cpp 1212 +#ifndef wxUSE_UNICODE + #if defined(SQL_WVARCHAR) + case SQL_WVARCHAR: + #endif + #if defined(SQL_WCHAR) + case SQL_WCHAR: + #endif +#endif hunk ./wxcore/src/Graphics/UI/WXCore/Db.hs 770 - else do dsn <- peekCString cdsn - desc <- peekCString cdesc = + else do dsn <- peekCWString cdsn + desc <- peekCWString cdesc = } Context: [Fixing executing bug on linux Mads Lindstroem <mad...@ya...>**20080313160828] = [Add stub for 0.10.3 download information on homepage. Eric Kow <eri...@gm...>**20080312195600 There are still some slots to fill. Also, I used a lazier way of describing the links which may be not as nice for our users, but a bit easier for us to maintain. ] = [Add wxcore/wx to the 'User interfaces' category. Eric Kow <eri...@gm...>**20080312170058] = [Developer shuffle Eric Kow <eri...@gm...>**20080312155739 - Tim and Frank do not seem available - Somebody needs to support MacOS X, so it might as well be me (sigh). - Daan is always a member of the development team :-) ] = [Reverse 'bin' and $ARCHITECTURE in dmg name. Eric Kow <eri...@gm...>**20080311192253 So that the sourceforge file release page is more readable. ] = [Updating Yahu link Mads Lindstroem <mad...@ya...>**20080312192116] = [Reflecting that we now have two mailing lists Mads Lindstroem <mad...@ya...>**20080312191716] = [Updating links Mads Lindstroem <mad...@ya...>**20080312191402] = [depends on wxgtk2.6-dev in stead of wxgtk-dev Mads Lindstroem <mad...@ya...>**20080311184036] = [Added ldconfig to post install/remove Mads Lindstroem <mad...@ya...>**20080311183706] = [Debian build: corrected manifest Mads Lindstroem <mad...@ya...>**20080310221607] = [Debian build: changed permissions and file ownership Mads Lindstroem <mad...@ya...>**20080310221512] = [Debian build: version automatically recognized Mads Lindstroem <mad...@ya...>**20080310221421] = [Tar the srcdist (as well as zipping it). Eric Kow <eri...@gm...>**20080310091951 For Gentoo, with love. ] = [Set release to rc1 in Makefile. Eric Kow <eri...@gm...>**20080310091941] = [Add txt suffix to Windows' README file for more user friendly. shelarcy <she...@gm...>**20080309005641] = [Delete DataTimeTest.hs file after DataTime test Mads Lindstroem <mad...@ya...>**20080308195318] = [Initial support for Debian DEB files Mads Lindstroem <mad...@ya...>**20080308194942 = This is only initial support. No doubt some tweaking will be needed before it is finished. = ] = [Add architecture to macdist (as pointed out by shelarcy). Eric Kow <eri...@gm...>**20080308131459] = [List up changes since 0.9.4-1 in changes.txt. shelarcy <she...@gm...>**20080308060351] = [Fix: haddock2 support doesn't work on Windows. shelarcy <she...@gm...>**20080308043834] = [TAG 0.10.3rc1 Eric Kow <eri...@gm...>**20080308130252] = Patch bundle hash: 2d25009bfe1a1c21b43ee1ac3c856fb9b764a3b1 --=_-- . |
From: shelarcy <she...@gm...> - 2008-03-16 02:18:17
|
DarcsURL: C:/home/shelarcy/wxhaskell MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=_" --=_ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Sun Mar 16 10:45:17 =93=8C=8B=9E (=95W=8F=80=8E=9E) 2008 shelarcy <shelarc= y...@gm...> * Fix: bindist try to contain bugs/BoxedCombinator that isn't in bugs dir= ectory now. --=_ Content-Type: text/x-darcs-patch; name="fix_-bindist-try-to-contain-bugs_boxedcombinator-that-isn_t-in-bugs-directory-now_.dpatch" Content-Transfer-Encoding: quoted-printable Content-Description: A darcs patch for your repository! New patches: [Fix: bindist try to contain bugs/BoxedCombinator that isn't in bugs direct= ory now. shelarcy <she...@gm...>**20080316014517] { hunk ./makefile 257 - bugs/BoxedCombinator.hs\ } Context: [Fixing executing bug on linux Mads Lindstroem <mad...@ya...>**20080313160828] = [Add stub for 0.10.3 download information on homepage. Eric Kow <eri...@gm...>**20080312195600 There are still some slots to fill. Also, I used a lazier way of describing the links which may be not as nice for our users, but a bit easier for us to maintain. ] = [Add wxcore/wx to the 'User interfaces' category. Eric Kow <eri...@gm...>**20080312170058] = [Developer shuffle Eric Kow <eri...@gm...>**20080312155739 - Tim and Frank do not seem available - Somebody needs to support MacOS X, so it might as well be me (sigh). - Daan is always a member of the development team :-) ] = [Reverse 'bin' and $ARCHITECTURE in dmg name. Eric Kow <eri...@gm...>**20080311192253 So that the sourceforge file release page is more readable. ] = [Updating Yahu link Mads Lindstroem <mad...@ya...>**20080312192116] = [Reflecting that we now have two mailing lists Mads Lindstroem <mad...@ya...>**20080312191716] = [Updating links Mads Lindstroem <mad...@ya...>**20080312191402] = [depends on wxgtk2.6-dev in stead of wxgtk-dev Mads Lindstroem <mad...@ya...>**20080311184036] = [Added ldconfig to post install/remove Mads Lindstroem <mad...@ya...>**20080311183706] = [Debian build: corrected manifest Mads Lindstroem <mad...@ya...>**20080310221607] = [Debian build: changed permissions and file ownership Mads Lindstroem <mad...@ya...>**20080310221512] = [Debian build: version automatically recognized Mads Lindstroem <mad...@ya...>**20080310221421] = [Tar the srcdist (as well as zipping it). Eric Kow <eri...@gm...>**20080310091951 For Gentoo, with love. ] = [Set release to rc1 in Makefile. Eric Kow <eri...@gm...>**20080310091941] = [Add txt suffix to Windows' README file for more user friendly. shelarcy <she...@gm...>**20080309005641] = [Delete DataTimeTest.hs file after DataTime test Mads Lindstroem <mad...@ya...>**20080308195318] = [Initial support for Debian DEB files Mads Lindstroem <mad...@ya...>**20080308194942 = This is only initial support. No doubt some tweaking will be needed before it is finished. = ] = [Add architecture to macdist (as pointed out by shelarcy). Eric Kow <eri...@gm...>**20080308131459] = [List up changes since 0.9.4-1 in changes.txt. shelarcy <she...@gm...>**20080308060351] = [Fix: haddock2 support doesn't work on Windows. shelarcy <she...@gm...>**20080308043834] = [TAG 0.10.3rc1 Eric Kow <eri...@gm...>**20080308130252] = Patch bundle hash: 5609a82d222556bfedcfc8cefdb35b585d207ddb --=_-- . |
From: Eric K. <eri...@gm...> - 2008-03-15 23:05:19
|
Yay! This one has been around for some time. I'm glad to know now why it was broken. See https://sourceforge.net/tracker/index.php?func=detail&aid=1549363&group_id=73133&atid=536845 Sat Mar 15 22:57:22 GMT 2008 Eric Kow <eri...@gm...> * Push wxStaticBox generated by boxed combinator to bottom (fixes bug 1549363). The wxWidgets documentation says: "[T]he order in which you create new controls is important. Create your wxStaticBox control before any siblings that are to appear inside the wxStaticBox in order to preserve the correct Z-Order of controls." http://www.wxwidgets.org/manuals/2.6.3/wx_wxstaticbox.html Basically, the wxStaticBox created by 'boxed' was covering up the widgets it was supposed to contain. Sat Mar 15 23:02:25 GMT 2008 Eric Kow <eri...@gm...> * Make BoxedCombinator test fancier and move it out of bugs. |
From: Eric K. <eri...@gm...> - 2008-03-15 23:03:33
|
Yay! (this bug has been around for quite some time) https://sourceforge.net/tracker/index.php?func=detail&aid=1549363&group_id=73133&atid=536845 Sat Mar 15 22:57:22 GMT 2008 Eric Kow <eri...@gm...> * Push wxStaticBox generated by boxed combinator to bottom (fixes bug 1549363). The wxWidgets documentation says: "[T]he order in which you create new controls is important. Create your wxStaticBox control before any siblings that are to appear inside the wxStaticBox in order to preserve the correct Z-Order of controls." http://www.wxwidgets.org/manuals/2.6.3/wx_wxstaticbox.html Basically, the wxStaticBox created by 'boxed' was covering up the widgets it was supposed to contain. Sat Mar 15 23:02:25 GMT 2008 Eric Kow <eri...@gm...> * Make BoxedCombinator test fancier and move it out of bugs. |
From: Eric K. <eri...@gm...> - 2008-03-15 15:18:30
|
Sat Mar 15 15:13:39 GMT 2008 Eric Kow <eri...@gm...> * Add withImageData and withPixelBuffer (fixes bug 1003006). Quoting Jules Bean, whose solution I implemented: > 1 image <- imageCreateSized (WX.Size 256 256) > 2 pixels <- imageGetData image > 3 bytes <- peekArray (256*256*3) (castPtr pixels) > > > After line 2 is executed, there is no remaining reference to 'image' in > the program. 'image' is dead, and can be garbage collected. (Although it > may not be at any particular time). If 'image' gets GC'ed, because there > is a ForeignPtr inside, that calls the C++ destructor. The wxImage C++ > destructor believes it owns the data block, so it free()s it, and > 'pixels' is left pointing to a free()ed block. Sat Mar 15 15:16:41 GMT 2008 Eric Kow <eri...@gm...> * Add a test for a possible treeCtrl bug. |
From: Eric Y. K. <eri...@gm...> - 2008-03-15 12:21:10
|
> Thu Mar 13 17:08:28 CET 2008 Mads Lindstroem <mad...@ya...> > * Fixing executing bug on linux Pushed (I think Thu night). -- Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow> PGP Key ID: 08AC04F9 |
From: Mads L. <mad...@ya...> - 2008-03-13 20:06:08
|
Hi shelarcy wrote: > Hi, > Can you make ghc 6.8's Debian package? > > On Wed, 12 Mar 2008 18:50:21 +0900, Jeremy O'Donoghue <jer...@gm...> wrote: > > Binary packages are available from the wxHaskell download site at > > http://sourceforge.net/project/showfiles.php?group_id=73133, for the > > following platforms: > > > > - Debian > > I recived question for Debian's pacakage in Japanese Haskell mailing-list (haskell-jp). > > http://www.tom.sfc.keio.ac.jp/~sakai/w3ml/w3ml.cgi/haskell-jp-2/msg/180 > > He uses ghc 6.8 on Debian. So, he want to know about that why debian's > package is only ghc 6.6's one, and can we release ghc 6.8's package. > > I checked Debian's package site. And it seems that debian provides ghc > 6.8 for many platforms. Yes, that is true. But they are for Debian unstable. I think that providing a wxHaskell version that will work on Debian stable is most important. But of cause, we can provide both. If you do not know about the different versions of Debian, this http://www.debian.org/releases/index.en.html may be helpful. But providing packages for the unstable branch is not unproblematic. Unstable is a moving target which changes constantly. Thus, what works this week, may not work the next :( I am also wondering how your countrymen's setup actually is. Are they running Debian stable + few packages from unstable? Do they run stable and compile and install GHC 6.8 themselves? Do they run a system with packages from only the unstable branch? Or something different? I am _not_ saying we should not try to support users of Debian unstable. I am saying that they should expect higher risks that something is not working. But I guess if they run unstable, they already do... It is hard to test the different Debian setups properly without having different installations. I am therefore in the process of downloading Debian, clearing up harddisk space and finally installing Debian to another partition. The upside is that it will make better testing possible. The downside is that people will have to wait a little with packages for unstable. No promises, but I expect to have something ready by the end of the weekend. Greetings, Mads Lindstrøm > > http://packages.debian.org/sid/ghc6?lang=en > > Can anyone provied ghc 6.8's Debian package? > Mads, can you do that? > > > Thanks, > |
From: Mads L. <mad...@ya...> - 2008-03-13 16:17:18
|
Hi, > Hi, > Can you make ghc 6.8's Debian package? > > On Wed, 12 Mar 2008 18:50:21 +0900, Jeremy O'Donoghue <jer...@gm...> wrote: > > Binary packages are available from the wxHaskell download site at > > http://sourceforge.net/project/showfiles.php?group_id=73133, for the > > following platforms: > > > > - Debian > > I recived question for Debian's pacakage in Japanese Haskell mailing-list (haskell-jp). > > http://www.tom.sfc.keio.ac.jp/~sakai/w3ml/w3ml.cgi/haskell-jp-2/msg/180 > > He uses ghc 6.8 on Debian. So, he want to know about that why debian's > package is only ghc 6.6's one, and can we release ghc 6.8's package. > > I checked Debian's package site. And it seems that debian provides ghc > 6.8 for many platforms. > > http://packages.debian.org/sid/ghc6?lang=en > > Can anyone provied ghc 6.8's Debian package? > Mads, can you do that? Yes, I will do that. > > > Thanks, > Greetings, Mads |
From: Mads L. <mad...@ya...> - 2008-03-13 16:15:45
|
Thu Mar 13 17:08:28 CET 2008 Mads Lindstroem <mad...@ya...> * Fixing executing bug on linux |