From kiwamu at debian.or.jp Tue Oct 15 11:11:18 2013 From: kiwamu at debian.or.jp (Kiwamu Okabe) Date: Tue, 15 Oct 2013 20:11:18 +0900 Subject: [jhc] [BUG] A pointer used by program is sweeped by GC Message-ID: Hi, jhc hackers. A team member, mzp, found following error while developing Ajhc. A pointer used by program is sweeped by GC ? Issue #51 ? ajhc/ajhc https://github.com/ajhc/ajhc/issues/51 I think the error occurs also on jhc. But I do not understand jgc's GC root policy, then can't fix it. Someone has any idea to fix it? Best regards, -- Kiwamu Okabe From kiwamu at debian.or.jp Sat Oct 26 09:47:21 2013 From: kiwamu at debian.or.jp (Kiwamu Okabe) Date: Sat, 26 Oct 2013 18:47:21 +0900 Subject: [jhc] ANNOUNCE: Ajhc Haskell Compiler 0.8.0.9 Release Message-ID: We are happy to announce Ajhc 0.8.0.9. This version is a point release to fix some BUGs, and support Android NDK platform. You can get Ajhc using "cabal install ajhc" command. The usage is found at Ajhc's project web site http://ajhc.metasepi.org/. The source code at https://github.com/ajhc/ajhc. Welcome sending any bugs or your ideas to https://github.com/ajhc/ajhc/issues. ## Support new platforms ### Android NDK http://developer.android.com/tools/sdk/ndk/index.html The demo movie at http://www.youtube.com/watch?v=n6cepTfnFoo. The touchable cube application is written with Haskell and compiled by Ajhc. In the demo, the application is breaked by ndk-gdb debugger when running GC. You could watch the demo source code at \url{https://github.com/ajhc/demo-android-ndk}. ## Other changes * Experimental support Mac OS X to compile Ajhc and use it. * Start to run buid test for Mac OS X on Travis CI. https://travis-ci.org/ajhc/ajhc/builds/12218394 * Depend on derive package. But near future use DrIFT again. For Haskell 98 compliant. https://github.com/ajhc/ajhc/issues/47 * Fix the bugs forgetting to clear memory. Enjoy! :) - - - Metasepi team