patch applied (ghc): init mg_inst_env when reading ext core

2007-07-13 Thread chak
Fri Jul 13 00:37:29 PDT 2007 Manuel M T Chakravarty <[EMAIL PROTECTED]> * init mg_inst_env when reading ext core M ./compiler/typecheck/TcRnDriver.lhs +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

Re: Make functions for parallel (libraries/Makefile)

2007-07-13 Thread Peter Tanski
Thanks for replying! I know you are swamped. On Jul 13, 2007, at 3:58 PM, Simon Marlow wrote: Peter Tanski wrote: # $(call one_target,target) define one_target $(1) : @echo "$(1)" endef # for $(word n,text), if n > num words, evaluates to empty # $(call depend_rec,first_target,rest) define

patch applied (ghc): Warning Police: Unused imports

2007-07-13 Thread Michael Adams
Fri Jul 13 13:19:13 PDT 2007 Michael D. Adams <[EMAIL PROTECTED]> * Warning Police: Unused imports M ./compat/Compat/Directory.hs -1 +1 M ./compiler/basicTypes/Unique.lhs -1 M ./compiler/utils/Util.lhs -3 +7 M ./utils/genprimopcode/Lexer.x -1 +1 M ./utils/genprimopcode/Parse

patch applied (ghc): Warning Police: No newline at end of file

2007-07-13 Thread Michael Adams
Fri Jul 13 13:40:28 PDT 2007 Michael D. Adams <[EMAIL PROTECTED]> * Warning Police: No newline at end of file M ./utils/hpc/Hpc.hs +1 M ./utils/hpc/HpcShowTix.hs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailma

Re: validate on x86/MacOS

2007-07-13 Thread Simon Marlow
Pepe Iborra wrote: I will be looking at them during today and tomorrow. print022 seems to be failing on some architectures but not in others, if I recall correctly, and for break017 I want to verify that the output is consistent among architectures, and then accept it. I'm pretty sure the ou

Re: Make functions for parallel (libraries/Makefile)

2007-07-13 Thread Simon Marlow
Peter Tanski wrote: # $(call one_target,target) define one_target $(1) : @echo "$(1)" endef # for $(word n,text), if n > num words, evaluates to empty # $(call depend_rec,first_target,rest) define depend_rec $$(eval $$(if $$(word 2, $(2)),\ $$(call depend_rec,\ $$(firstword $

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

2007-07-13 Thread GHC Build Reports
Build description = HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) Build location= /playpen/ghc/nightly/HEAD-cam-02-unx Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-02-unx Nightly build started on cam-02-unx at Fri Jul 13 19:30:01 BST 2007. checki

patch applied (ghc): Revert the $* patch for earlier Perls as it breaks the build. Sorry. :/

2007-07-13 Thread Audrey Tang
Wed Jul 11 22:43:51 PDT 2007 [EMAIL PROTECTED] * Revert the $* patch for earlier Perls as it breaks the build. Sorry. :/ M ./driver/mangler/ghc-asm.lprl -1 +4 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cv

Re: The head is dead!

2007-07-13 Thread Audrey Tang
在 Jul 12, 2007 12:07 PM 時,Manuel M T Chakravarty 寫到: Well, not entirely dead, but stage2 doesn't link anymore. This is due to Audrey's mangler patches: Oh noes. I'll revert it for earlier Perls, and test more thoroughly before committing. You're on Perl 5.8.x, right? Sorry and thanks,

patch applied (ghc): In mangler, lift the multiline-match pragma to toplevel and document it better.

2007-07-13 Thread Audrey Tang
Wed Jul 11 14:04:49 PDT 2007 [EMAIL PROTECTED] * In mangler, lift the multiline-match pragma to toplevel and document it better. M ./driver/mangler/ghc-asm.lprl -6 +12 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/l

patch applied (ghc): * Evil Mangler broke under Perl 5.9+ because $* is gone; this fixes it.

2007-07-13 Thread Audrey Tang
Wed Jul 11 11:24:30 PDT 2007 [EMAIL PROTECTED] * * Evil Mangler broke under Perl 5.9+ because $* is gone; this fixes it. Perl 4's special variable $* controls multi-line matching; it's been deprecated from Perl 5's inception, and is finally removed in Perl versions 5.9 (soon to be

patch applied (ghc): * Future-proof autoconf's Perl version test.

2007-07-13 Thread Audrey Tang
Wed Jul 11 09:58:51 PDT 2007 [EMAIL PROTECTED] * * Future-proof autoconf's Perl version test. GHC only works with Perl versions 5.6 and later; however the current test greps in a rather non-future-proof way (explicitly against 5.6 and 5.8). We instead exploit the "v-strin

patch applied (ghc): Added libraries/parallel to .darcs-boring

2007-07-13 Thread Michael Adams
Fri Jul 13 11:21:17 PDT 2007 Michael D. Adams <[EMAIL PROTECTED]> * Added libraries/parallel to .darcs-boring M ./.darcs-boring +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (testsuite): Add a test for bug 1533 (currently broken)

2007-07-13 Thread Ian Lynagh
Fri Jul 13 06:10:13 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Add a test for bug 1533 (currently broken) M ./tests/ghc-regress/ccall/should_compile/all.T +1 A ./tests/ghc-regress/ccall/should_compile/cc013.hs ___ Cvs-ghc mailing list Cvs-ghc@

patch applied (testsuite): dynbrk005: update with expected output

2007-07-13 Thread Pepe Iborra
Fri Jul 13 04:01:21 PDT 2007 Pepe Iborra <[EMAIL PROTECTED]> * dynbrk005: update with expected output The test is still expected to fail, as there is some implementation work to be done here M ./tests/ghc-regress/ghci.debugger/scripts/dynbrk005.hs -4 +2 M ./tests/ghc-regress/

patch applied (testsuite): break014: accept output and unfail

2007-07-13 Thread Pepe Iborra
Fri Jul 13 03:37:24 PDT 2007 Pepe Iborra <[EMAIL PROTECTED]> * break014: accept output and unfail M ./tests/ghc-regress/ghci.debugger/scripts/all.T -1 +1 M ./tests/ghc-regress/ghci.debugger/scripts/break014.stdout +5 ___ Cvs-ghc mailing list

patch applied (testsuite): remove an obsolete test

2007-07-13 Thread Pepe Iborra
Thu Jul 12 03:07:13 PDT 2007 Pepe Iborra <[EMAIL PROTECTED]> * remove an obsolete test The script was using Data.Set to test handling of unboxed fields by :print, but some change in Data.Set or in ghc has made fromList more strict and the :print pprinter never gets to show the unboxed

Daily report for head

2007-07-13 Thread BuildBot Collator
Build results: x86-64 Linux head: pass x86 Windows head: fail (failed stage1) x86 Windows head fast: fail (failed stage1) fail (failed stage1) pass pass pass gbesh Intel x86_64 Linux head: pass mnemosyne x86-64 Gentoo head: pass phil Intel OSX head: pass