Re: [wxhaskell-devel] wxHaskell vs GHCi

2013-10-23 Thread Eric Kow
Thanks! I've taken the liberty of filing this at https://sourceforge.net/p/wxhaskell/bugs/84/ Conal, am just CC'ing you because you've been suffering most from this GHCi bug, which I think sounds important. Just letting you know that we now have a BTS ticket for it, and some technical info on sai

Re: [wxhaskell-devel] wxHaskell vs GHCi

2013-10-08 Thread Jeremy O'Donoghue
When I last looked at the problem, the issue was that wxWidgets libraries use static constructors and destructors in some places. Problem with static constructors is that they typically run before main() - or its equivalent - is called. This means that once you quit an application, there is no way

Re: [wxhaskell-devel] wxHaskell vs GHCi

2013-10-06 Thread Atze Dijkstra
I think now is then a good moment to wrap things up for a release, that is, make a branch for it, check whether everything still works on all available platforms, and at least get a (relatively) stable version on hackage. After that we can try to reconstruct the GHCi problem and/or see whether G

Re: [wxhaskell-devel] wxHaskell vs GHCi

2013-10-06 Thread Eric Kow
I couldn't find a relevant bug on the wxHaskell tracker (all were closed) Perhaps it'd be worthwhile creating a new ticket for the problems Conal was facing? (they are very old problems, if I remember correctly). Do we even know what the issue is about? On 6 October 2013 20:54, Henk-Jan van Tuyl

Re: [wxhaskell-devel] wxHaskell vs GHCi

2013-10-06 Thread Henk-Jan van Tuyl
On Sun, 06 Oct 2013 20:08:16 +0200, Eric Kow wrote: > Just thought I might call your attention to this thread: > http://www.haskell.org/pipermail/haskell-cafe/2013-September/109022.html > > GHCi support seems like something that might be worth bubbling up the > agenda? Shouldn't GHCi support b

[wxhaskell-devel] wxHaskell vs GHCi

2013-10-06 Thread Eric Kow
Hi wxHaskell devs, Just thought I might call your attention to this thread: http://www.haskell.org/pipermail/haskell-cafe/2013-September/109022.html GHCi support seems like something that might be worth bubbling up the agenda? Cheers, -- Eric Kow -