Re: Is the HEAD dead? Or my daily HEAD breakage...

2008-07-09 Thread Manuel M T Chakravarty
Ian Lynagh: On Tue, Jul 08, 2008 at 11:55:31AM +1000, Manuel M T Chakravarty wrote: mv: rename GNUmakefile to GNUmakefile.tmp: No such file or directory Preprocessing library base-3.0... Undefined symbols: "_base_GHCziStable_StablePtr_con_info", referenced from: [...] "_base_GHCziIOBase_he

Re: Priorities for 6.10

2008-07-09 Thread Ian Lynagh
On Wed, Jul 09, 2008 at 03:35:30PM -0700, Donald Bruce Stewart wrote: > > I'm very keen to have HLP in place by the 6.10 release. I've started > a wiki page here, > > http://haskell.org/haskellwiki/Haskell_Platform Great, thanks Don! Here are a few criteria that I think it might be worth co

Re: Priorities for 6.10

2008-07-09 Thread Don Stewart
simonpj: > | > We probably don't want "extralibs" and the HLP. > | > > | > Are you willing to lead on this? > | > | We'd want other things not in extralibs too (e.g. binary, json, feed, > | tagsoup..) > > Absolutely! I wasn't suggesting that HLP = current extralibs. Rather, > we were thinking that

[nightly] 09-Jul-2008 build of HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2008-07-09 Thread GHC Build Reports
Build description = HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) Build location= /playpen/simonmar/nightly/HEAD Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-02-unx Nightly build started on cam-02-unx at Wed Jul 9 18:02:05 BST 2008. checking out

[nightly] 09-Jul-2008 build of STABLE on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2008-07-09 Thread GHC Build Reports
Build description = STABLE on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) Build location= /playpen/simonmar/nightly/STABLE Build config file = /home/simonmar/nightly/site/msrc/conf-STABLE-cam-02-unx Nightly build started on cam-02-unx at Wed Jul 9 18:12:05 BST 2008. checkin

patch applied (ghc): ObjectIO is no longer an extralib

2008-07-09 Thread Ian Lynagh
Wed Jul 9 06:57:22 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * ObjectIO is no longer an extralib M ./.darcs-boring -1 M ./configure.ac -15 M ./libraries/Makefile -3 M ./libraries/extra-packages -1 M ./mk/config.mk.in -4 View patch online: http://darcs.haskell.org/ghc/_darcs/

patch applied (ghc): Remove all references to -mno-cygwin

2008-07-09 Thread Ian Lynagh
Wed Jul 9 05:55:54 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Remove all references to -mno-cygwin We shouldn't need it, as we don't call cygwin's gcc, and it was causing problems with the nightly builders passing it to GHC. M ./aclocal.m4 -32 M ./compiler/main/DynFlags.hs -1 M

RE: Priorities for 6.10

2008-07-09 Thread Simon Peyton-Jones
| > We probably don't want "extralibs" and the HLP. | > | > Are you willing to lead on this? | | We'd want other things not in extralibs too (e.g. binary, json, feed, | tagsoup..) Absolutely! I wasn't suggesting that HLP = current extralibs. Rather, we were thinking that we could abolish extralib

Re: patch applied (ghc): #1205: ':load foo.hs' in GHCi always compilesto bytecode

2008-07-09 Thread Simon Marlow
Claus Reinke wrote: Wed Jul 9 04:08:30 PDT 2008 Simon Marlow <[EMAIL PROTECTED]> * #1205: ':load foo.hs' in GHCi always compiles to bytecode So now :load foo.hs loads bytecode for foo.hs, even if foo.o exists :load foo is just shorthand for :load foo.hs :load M

Re: patch applied (ghc): #1205: ':load foo.hs' in GHCi always compilesto bytecode

2008-07-09 Thread Claus Reinke
Wed Jul 9 04:08:30 PDT 2008 Simon Marlow <[EMAIL PROTECTED]> * #1205: ':load foo.hs' in GHCi always compiles to bytecode So now :load foo.hs loads bytecode for foo.hs, even if foo.o exists :load foo is just shorthand for :load foo.hs :load Mloads a modu

patch applied (testsuite): update; *sigh* this test is so fragile

2008-07-09 Thread Simon Marlow
Wed Jul 9 04:59:02 PDT 2008 Simon Marlow <[EMAIL PROTECTED]> * update; *sigh* this test is so fragile M ./tests/ghc-regress/ghci/scripts/ghci024.py +1 View patch online: http://darcs.haskell.org/testsuite/_darcs/patches/20080709115902-12142-8d37b9d27587bcf26fd2cb2a88bd431898870aa5.gz ___

patch applied (testsuite): add test for #1103

2008-07-09 Thread Simon Marlow
Wed Jul 9 04:16:37 PDT 2008 Simon Marlow <[EMAIL PROTECTED]> * add test for #1103 A ./tests/ghc-regress/parser/unicode/1103.hs M ./tests/ghc-regress/parser/unicode/all.T +1 View patch online: http://darcs.haskell.org/testsuite/_darcs/patches/20080709111637-12142-8b700e4a8d992d23b453bb

patch applied (testsuite): add test for #1357

2008-07-09 Thread Simon Marlow
Wed Jul 9 03:12:58 PDT 2008 Simon Marlow <[EMAIL PROTECTED]> * add test for #1357 A ./tests/ghc-regress/ffi/should_compile/1357.hs A ./tests/ghc-regress/ffi/should_compile/1357.stderr M ./tests/ghc-regress/ffi/should_compile/all.T +2 View patch online: http://darcs.haskell.org/tes

patch applied (ghc): #1205: ':load foo.hs' in GHCi always compiles to bytecode

2008-07-09 Thread Simon Marlow
Wed Jul 9 04:08:30 PDT 2008 Simon Marlow <[EMAIL PROTECTED]> * #1205: ':load foo.hs' in GHCi always compiles to bytecode So now :load foo.hs loads bytecode for foo.hs, even if foo.o exists :load foo is just shorthand for :load foo.hs :load Mloads a

patch applied (ghc): add -fwarn-dodgy-foreign-imports (see #1357)

2008-07-09 Thread Simon Marlow
Wed Jul 9 03:21:43 PDT 2008 Simon Marlow <[EMAIL PROTECTED]> * add -fwarn-dodgy-foreign-imports (see #1357) From the entry in the User's guide: -fwarn-dodgy-foreign-imports causes a warning to be emitted for foreign imports of the following form: foreign import "f" f :: FunPtr

patch applied (ghc): Treat the Unicode "Letter, Other" class as lowercase letters (#1103)

2008-07-09 Thread Simon Marlow
Wed Jul 9 02:12:52 PDT 2008 Simon Marlow <[EMAIL PROTECTED]> * Treat the Unicode "Letter, Other" class as lowercase letters (#1103) This is an arbitrary choice, but it's strictly more useful than the current situation, where these characters cannot be used in identifiers at all. In H

Re: Priorities for 6.10

2008-07-09 Thread Johan Tibell
On Tue, Jul 8, 2008 at 10:55 PM, Don Stewart <[EMAIL PROTECTED]> wrote: > We'd want other things not in extralibs too (e.g. binary, json, feed, > tagsoup..) > The platform should look something like the python core libraries -- > enough to get most common tasks done, and a minimal standard for a >

patch applied (testsuite): remove .o and .hi files beforehand

2008-07-09 Thread Simon Marlow
Wed Jul 9 01:02:44 PDT 2008 Simon Marlow <[EMAIL PROTECTED]> * remove .o and .hi files beforehand M ./tests/ghc-regress/indexed-types/should_compile/Makefile +1 M ./tests/ghc-regress/typecheck/should_compile/Makefile +1 View patch online: http://darcs.haskell.org/testsuite/_darcs/patc

patch applied (ghc): FIX part of #2301, and #1619

2008-07-09 Thread Simon Marlow
Wed Jul 9 01:49:16 PDT 2008 Simon Marlow <[EMAIL PROTECTED]> * FIX part of #2301, and #1619 2301: Control-C now causes the new exception (AsyncException UserInterrupt) to be raised in the main thread. The signal handler is set up by GHC.TopHandler.runMainIO, and can be overriden in th

patch applied (ghc): Fix some random register clobbering in takeMVar/putMVar

2008-07-09 Thread Simon Marlow
Wed Jul 9 01:31:28 PDT 2008 Simon Marlow <[EMAIL PROTECTED]> * Fix some random register clobbering in takeMVar/putMVar This showed up as a crash in conc032 for me. M ./rts/PrimOps.cmm -2 +6 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080709083128-12142-8f7dc32816718

patch applied (ghc): ANSI-ise a function declaration

2008-07-09 Thread Simon Marlow
Tue Jul 8 04:04:30 PDT 2008 Simon Marlow <[EMAIL PROTECTED]> * ANSI-ise a function declaration M ./rts/posix/Signals.c -1 +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080708110430-12142-00d8f2ea34f70f0165d3fcaef6c6da6cd3278a2b.gz ___

patch applied (ghc): remove old #ifdef SMP bits

2008-07-09 Thread Simon Marlow
Tue Jul 8 04:04:10 PDT 2008 Simon Marlow <[EMAIL PROTECTED]> * remove old #ifdef SMP bits M ./rts/posix/Signals.c -19 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080708110410-12142-be4f912aad82d975a4e362fcc1cc3f36ddbc884c.gz __

Re: Priorities for 6.10

2008-07-09 Thread Simon Marlow
Don Stewart wrote: simonpj: Don, Duncan | We need to do something about the Haskell library platform around the | 6.10 release too. At least a list of libraries considered the | an minimal platform for support by the distros. Simon and Ian and I were discussing this yesterday. Could the "Has

patch applied (testsuite): Test cases for #1900 & #1999

2008-07-09 Thread chak
Wed Jul 9 00:10:13 PDT 2008 Manuel M T Chakravarty <[EMAIL PROTECTED]> * Test cases for #1900 & #1999 A ./tests/ghc-regress/gadt/T1999.hs M ./tests/ghc-regress/gadt/all.T +2 A ./tests/ghc-regress/indexed-types/should_fail/T1900.hs A ./tests/ghc-regress/indexed-types/should_fail

Daily report for head

2008-07-09 Thread BuildBot Collator
Build results: x86-64 Linux head: lost x86 Windows head: lost x86 Windows head fast: fail (failed stage1) fail (failed stage1) lost fail (failed stage1) fail (failed darcs) gabor head:fail (failed boottestsuite) kahl G5 Gentoo Linux head: fail (failed boottests

Daily report for stable

2008-07-09 Thread BuildBot Collator
Build results: kahl G5 Gentoo Linux stable: fail (failed darcs) x86 Windows stable: lost x86 Windows stable fast: pass lost lost pass fail (failed darcs) x86-64 Linux stable: lost Old unexpected test failures: 16791 kahl G5 Gentoo Linux stable 2014