patch applied (ghc): Extend genprimopcode to print primop types for ext-core

2008-04-10 Thread Tim Chevalier
Thu Apr 10 11:58:10 PDT 2008 Tim Chevalier <[EMAIL PROTECTED]> * Extend genprimopcode to print primop types for ext-core I added a new flag, --make-ext-core-source, to genprimopcode. It prints out the type information for primops that the External Core typechecker needs. This replaces

patch applied (testsuite): add -v0 to Over, we don't care in which order the modules are loaded

2008-04-10 Thread Simon Marlow
Mon Apr 7 20:05:32 PDT 2008 Simon Marlow <[EMAIL PROTECTED]> * add -v0 to Over, we don't care in which order the modules are loaded M ./tests/ghc-regress/indexed-types/should_fail/Over.stderr -4 M ./tests/ghc-regress/indexed-types/should_fail/all.T -1 +1 View patch online: http://darc

patch applied (ghc): add pointers to the wiki for the rules about C prototypes

2008-04-10 Thread Simon Marlow
Wed Apr 9 13:41:43 PDT 2008 Simon Marlow <[EMAIL PROTECTED]> * add pointers to the wiki for the rules about C prototypes M ./compiler/cmm/CLabel.hs -4 +2 M ./compiler/cmm/PprC.hs +3 M ./includes/StgMiscClosures.h +2 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20

patch applied (ghc): avoid warnings from ffi.h when UseLibFFIForAdjustors=YES

2008-04-10 Thread Simon Marlow
Wed Apr 9 13:40:48 PDT 2008 Simon Marlow <[EMAIL PROTECTED]> * avoid warnings from ffi.h when UseLibFFIForAdjustors=YES M ./rts/Makefile +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080409204048-760e2-424c5d4cf288fc9ea53c1fc52d1c7963b32235c5.gz

patch applied (ghc): FIX BUILD (bootstrap with -fvia-C): prototype fixes

2008-04-10 Thread Simon Marlow
Wed Apr 9 13:37:24 PDT 2008 Simon Marlow <[EMAIL PROTECTED]> * FIX BUILD (bootstrap with -fvia-C): prototype fixes M ./includes/StgMiscClosures.h -6 +12 M ./rts/Linker.c -4 +4 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080409203724-760e2-a6c46e65910c46827b5635

patch applied (ghc): Another round of External Core fixes

2008-04-10 Thread Tim Chevalier
Wed Apr 9 21:37:27 PDT 2008 Tim Chevalier <[EMAIL PROTECTED]> * Another round of External Core fixes With this patch, GHC should now be printing External Core in a format that a stand-alone program can parse and typecheck. Major bug fixes: - The printer now handles qualified/unquali

how to make new modules exposed?

2008-04-10 Thread Dana N. Xu
I create a new directory, named /verify, under the directory /compiler. May I know how to expose the modules at /verify so that other modules can import them? I added one one at package.conf.in FPTOOLS_TOP_ABS"/compiler/stage"STAGE"/verify", and also added the new modules under /verify to "exp

Daily report for head

2008-04-10 Thread BuildBot Collator
Build results: Dropping unexpected test passes reports from builders not seen in 7 days: gabor head mnemosyne x86-64 Gentoo head tnaur x86 Linux head Fixed unexpected test passes: stableptr003 Dropping unexpected test failures reports from builders not seen in 7 days: gabo

Daily report for stable

2008-04-10 Thread BuildBot Collator
Build results: Old unexpected test passes: TH_scope 1 x86 Windows stable fast Old unexpected test failures: 2122 1 x86 Windows stable fast arr019 1 x86 Windows stable fast base01 1 x86 Windows stable fast conflicting_flags 1 x86 W