From: GHC Build Reports <[EMAIL PROTECTED]>
To: cvs-ghc@haskell.org
Subject: [nightly] 16-Apr-2007 build of of HEAD on i386-unknown-mingw32 (bling)
Build description = of HEAD on i386-unknown-mingw32 (bling)
Build location= /fptools/builds/HEAD
Build config file = /fptools/builds/ghc-nightly/
Build description = 6.6 branch on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
Build location= /playpen/ghc/nightly/STABLE-cam-02-unx
Build config file = /home/simonmar/nightly/site/msrc/conf-6.6-cam-02-unx
Nightly build started on cam-02-unx at Mon Apr 16 19:00:00 BST 2007.
Mon Apr 16 17:25:29 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]>
* MERGED: make opt_HiVersion an Integer instead of Int to prevent overflow
[EMAIL PROTECTED]
When a snapshot version number is included, opt_HiVersion tends to exceed
the range of a 32bit Int.
MERGE TO STABLE
M ./c
Mon Apr 16 15:50:10 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]>
* Close 2 files that we open so we know that the writes have actually happened
M ./driver/testlib.py +2
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listin
Mon Apr 16 15:50:10 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]>
* Close 2 files that we open so we know that the writes have actually happened
M ./driver/testlib.py +2
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listin
Mon Apr 16 15:20:43 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]>
* MERGED: cabal01 needs profiling
M ./tests/ghc-regress/cabal/cabal01/all.T -1 +1
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Mon Apr 16 15:11:29 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]>
* cabal01 needs profiling
M ./tests/ghc-regress/cabal/cabal01/all.T -1 +1
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Fri Apr 13 16:40:46 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]>
* Set some esc tests to skip_unless_tag('esc')
M ./tests/ghc-regress/esc/all.T -3 +5
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Fri Apr 13 16:38:59 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]>
* Allow tests to be skipped based on whether or not the compiler has a tag
When working on a new foo extension, you can now put your tests in the
testsuite, set ProjectTags=-foo in mk/build.mk and skip_unless_tag('foo')
in the tes
Mon Apr 16 14:13:42 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]>
* Change tabs to spaces in string literals
M ./compiler/main/DriverPipeline.hs -6 +6
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Mon Apr 16 12:15:24 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]>
* Remove whitespace, mostly tabs, from string literals
M ./compiler/deSugar/Coverage.lhs -4 +4
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-gh
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 Mon Apr 16 19:30:00 BST 2007.
checki
Mon Apr 16 07:22:23 PDT 2007 Simon Marlow <[EMAIL PROTECTED]>
* MERGE: another attempt at a workaround for #1110 (Vista bug)
now instead of setting GCC_EXEC_PREFIX, we just add the appropriate
gcc-lib directory to the front of PATH before invoking gcc.
M ./compiler/main/SysTools.lhs -9
Mon Apr 16 07:19:02 PDT 2007 Simon Marlow <[EMAIL PROTECTED]>
* MERGE: Fix a few uses of the wrong return convention for the scheduler
We changed the convention a while ago so that BaseReg is returned to
the scheduler in R1, because BaseReg may change during the run of a
thread, e.g. durin
Mon Apr 16 06:24:21 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]>
* stm doesn't need to be a core-package
M ./libraries/core-packages -1
M ./libraries/extra-packages +1
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/lis
Tyson
Thanks very much for doing this (and related patches)! Ian is going to review
your patches and commit or discuss.
Simon
| -Original Message-
| From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tyson Whitehead
| Sent: 12 April 2007 13:46
| To: cvs-ghc@haskell.org
| Su
Mon Apr 16 06:23:32 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]>
* Split objects when building libraries (if SplitObjs is YES)
M ./libraries/Makefile +5
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Mon Apr 16 04:04:33 PDT 2007 Simon Marlow <[EMAIL PROTECTED]>
* tab, verttab, formfeed, and CR are not allowed in strings
See #1277
M ./compiler/parser/Ctype.lhs -5 +5
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/
Mon Apr 16 06:04:57 PDT 2007 Simon Marlow <[EMAIL PROTECTED]>
* Add missing special case for GHC.Prim
The special cases for GHC.Prim are a bit fragile. We were relying on
(a) the base package to be already registered and (b) the base package
not to be hidden. These used to be true with t
Mon Apr 16 03:12:02 PDT 2007 Simon Marlow <[EMAIL PROTECTED]>
* MERGE: Make conc056 independent of the network package
Should make the test more robust, we were seeing failures in the
nightly builds.
M ./tests/ghc-regress/concurrent/should_run/all.T -2 +1
M ./tests/ghc-regress/concu
Sat Apr 14 04:06:52 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]>
tagged 2007-04-14
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Mon Apr 16 03:08:47 PDT 2007 Simon Marlow <[EMAIL PROTECTED]>
* conc063 should exit(0) now
M ./tests/ghc-regress/concurrent/should_run/all.T -2 +1
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
From: GHC Build Reports <[EMAIL PROTECTED]>
To: cvs-ghc@haskell.org
Subject: [nightly] 16-Apr-2007 build of of 6.6 branch on i386-unknown-mingw32
(bling)
Build description = of 6.6 branch on i386-unknown-mingw32 (bling)
Build location= /fptools/builds/STABLE
Build config file = /fptools/buil
Mon Apr 16 01:27:32 PDT 2007 Simon Marlow <[EMAIL PROTECTED]>
* fix building with pre-6.4
M ./compiler/main/SysTools.lhs -1 +1
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Old unexpected test failures:
Church22 x86 Windows head fast
GMapAssoc 1 tnaur PPC OSX head
GMapTop1 tnaur PPC OSX head
TH_class1 1 x86 Windows head fast
TH_dupdecl 1 x86 Windows head fast
TH_exn 1 x86 Wind
New unexpected test failures:
ThreadDelay001 1 x86 Windows 6.6
conc023 1 x86 Windows 6.6
conc049 1 x86 Windows 6.6
Old unexpected test failures:
barton-mangler-bug 2 x86-64 Linux 6.6
cabal01 2 macgyver PPC OSX 6.6
conc056 1
26 matches
Mail list logo