Build description = STABLE 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-STABLE-cam-02-unx
Nightly build started on cam-02-unx at Wed Nov 21 19:00:01 GMT 2007.
Wed Nov 21 16:25:17 PST 2007 Roman Leshchinskiy <[EMAIL PROTECTED]>
* Add built-in Double operations to vectorisation
M ./compiler/vectorise/VectBuiltIn.hs +8
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cv
Tue Nov 20 21:49:32 PST 2007 Roman Leshchinskiy <[EMAIL PROTECTED]>
* Teach vectorisation about Double
M ./compiler/vectorise/VectBuiltIn.hs -1 +4
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Tue Nov 20 21:31:02 PST 2007 Roman Leshchinskiy <[EMAIL PROTECTED]>
* Vectorise polyexprs with notes
M ./compiler/vectorise/Vectorise.hs +2
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Simon,
Is it possible that you forgot to push a corresponding patch to the
testsuite. I get
Unexpected passes:
Church2(normal)
Unexpected failures:
TH_exn2(normal)
break003(ghci)
break021(ghci)
openFile008(normal)
rw(normal)
tcfail168(normal)
tcfail178(normal)
All e
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 Wed Nov 21 19:30:04 GMT 2007.
checki
Wed Nov 21 09:49:14 PST 2007 [EMAIL PROTECTED]
* Make rebindable do-notation behave as advertised
Adopt Trac #1537. The patch ended up a bit bigger than I expected,
so I suggest we do not merge this into the 6.8 branch. But there
is no funadamental reason why not.
With this patch
Fri Nov 16 07:24:46 PST 2007 [EMAIL PROTECTED]
* Add DEBUG-only flag -dsuppress-uniques to suppress printing of uniques
This is intended only for debugging use: it makes it easier to
compare two variants without the variations between uniques mattering.
(Of course, you can't actually
Mon Nov 5 08:47:33 PST 2007 [EMAIL PROTECTED]
* Add -dcore-lint when validating libraries
M ./mk/validate-settings.mk -1 +1
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Wed Nov 21 09:55:51 PST 2007 [EMAIL PROTECTED]
* Update for rebindable changes (Trac #1537)
M ./tests/ghc-regress/rebindable/all.T -1 +2
M ./tests/ghc-regress/rebindable/rebindable5.hs -4 +7
M ./tests/ghc-regress/rebindable/rebindable6.hs -4 +7
M ./tests/ghc-regress/rebindable/r
Wed Nov 21 07:15:08 PST 2007 [EMAIL PROTECTED]
* Test for Trac #1913
M ./tests/ghc-regress/deriving/should_fail/all.T +1
A ./tests/ghc-regress/deriving/should_fail/drvfail015.hs
A ./tests/ghc-regress/deriving/should_fail/drvfail015.stderr
___
Wed Nov 21 07:14:28 PST 2007 [EMAIL PROTECTED]
* Fix Trac #1913: check data const for derived types are in scope
When deriving an instance, the data constructors should all be in scope.
This patch checks the condition.
M ./compiler/typecheck/TcDeriv.lhs -1 +17
Wed Nov 21 06:33:46 PST 2007 [EMAIL PROTECTED]
* MERGE: Zonk quantified tyvars with skolems + Rejig the error messages a
bit; fixes a minor bug
This merges to the 6.8 branch two HEAD patches (names above). The
former "Zonk..." was for some reason partly in the branch already,
which i
Wed Nov 21 06:32:27 PST 2007 [EMAIL PROTECTED]
* MERGE to 6.8: Refactor error recovery slightly
Slightly rejigged from HEAD:
Mostly this patch is refacoring, but it also avoids post-tc zonking if
the typechecker found errors. This is good because otherwise with
DEBUG you can
Wed Oct 10 02:30:58 PDT 2007 [EMAIL PROTECTED]
* Improve pretty-printing for HsSyn
M ./compiler/hsSyn/HsBinds.lhs -5 +5
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Tue Oct 9 03:51:38 PDT 2007 Simon Marlow <[EMAIL PROTECTED]>
* warning removal
M ./compiler/main/HscTypes.lhs -20 +28
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Thu Oct 4 07:23:15 PDT 2007 Manuel M T Chakravarty <[EMAIL PROTECTED]>
* TcTyFuns: remove some duplicate code
M ./compiler/typecheck/TcTyFuns.lhs -42 +25
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-gh
Wed Oct 17 21:43:52 PDT 2007 Manuel M T Chakravarty <[EMAIL PROTECTED]>
* Fix deferring on tyvars in TcUnify.subFunTys
M ./compiler/typecheck/TcUnify.lhs -7 +8
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/c
Wed Oct 17 04:43:26 PDT 2007 Manuel M T Chakravarty <[EMAIL PROTECTED]>
* TcUnify.subFunTys must take type families into account
* A bug reported by Andrew Appleyard revealed that subFunTys did take
neither type families nor equalities into account. In a fairly obscure
case there was
Wed Oct 3 07:57:15 PDT 2007 Manuel M T Chakravarty <[EMAIL PROTECTED]>
* TcTyFuns.eqInstToRewrite
M ./compiler/typecheck/TcTyFuns.lhs -53 +72
M ./compiler/types/Coercion.lhs -1 +1
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haske
New unexpected test failures:
..
ghci025 1 x86 Windows head fast
i had a quick look, and this is because head fast runs
the testsuite without cleanup (unlike validate), meaning
that there are still some compiled modules from earlier
tests lying around when ghci025 is reached,
i've finally bitten the bullet and am changing from a partial
to a complete HEAD repo. that hasn't solved as many
issues as i'd hoped, though:
1 could the tar-balls at darcs.haskell.org please be split
according to repo-collection? that is, one each for
ghc, corelibs, testsuite, ex
Duncan Coutts wrote:
On Wed, 2007-11-21 at 11:36 +1100, Manuel M T Chakravarty wrote:
On Mac OS X, 10.5, I get with todays head
Unexpected failures:
openFile008(normal)
Details appended.
Tue Nov 20 03:47:57 PST 2007 Simon Marlow <[EMAIL PROTECTED]>
* test repeated open/close of 1000 f
Build results:
x86-64 Linux head:lost
x86 Windows head: fail (failed stage1)
x86 Windows head fast:pass lost pass pass lost pass
gabor head: pass
kahl G5 Gentoo Linux head:pass
mnemosyne x86-64 Gentoo head: pass
tnaur PPC OSX head: los
Build results:
kahl G5 Gentoo Linux stable: pass
tnaur PPC OSX stable:pass
x86 Windows stable fast: pass fail (failed stage2 failed slave lost) pass
pass lost pass
x86-64 Linux stable: lost
New unexpected test failures:
concprog002 1 tnaur PPC OSX stable
drv021
25 matches
Mail list logo