Simon Marlow:
Simon Marlow wrote:
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]>
*
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 Thu Nov 22 19:00:00 GMT 2007.
Thu Nov 22 01:30:02 PST 2007 Manuel M T Chakravarty <[EMAIL PROTECTED]>
* Properly ppr InstEqs in wanteds of implication constraints
M ./compiler/typecheck/Inst.lhs -3 +6
M ./compiler/typecheck/TcRnTypes.lhs -1 +1
M ./compiler/typecheck/TcSimplify.lhs -3 +4
Simon Marlow wrote:
Wed Nov 21 02:26:27 PST 2007 Bertram Felgenhauer <[EMAIL PROTECTED]>
* FIX #1910: fix code generated for GDTOI on x86_32
This patch breaks the HEAD on MacOS 10.5. The error is:
GHC/PrimopWrappers.s:6631:0: bad register name `%st(-8)'
GHC/PrimopWrappers.s:6632:0: bad reg
Wed Nov 21 02:26:27 PST 2007 Bertram Felgenhauer <[EMAIL PROTECTED]>
* FIX #1910: fix code generated for GDTOI on x86_32
M ./compiler/nativeGen/PprMach.hs -3 +12
This is a Bad Patch on x86_32/Mac OS X (10.5) - see the appended
error. Mac OS uses the GNU assembler:
Apple Computer, In
Hello,
Exactly the same problem seems to cause outofmem to fail for the kahl G5
Gentoo Linux builders. Here is the output from kahl G5 Gentoo Linux
stable/builds/57/step-runtestsuite/1:
> => outofmem(normal)
> cd ./rts && $MAKE -s --no-print-directory outofmemoutofmem.run.stdout 2>outof
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 Thu Nov 22 19:30:03 GMT 2007.
checki
Thu Nov 22 09:05:21 EST 2007 Ian Lynagh <[EMAIL PROTECTED]>
* Correct the versions of Windows that we claim the GHC 6.6.1 installer
supports
M ./download_ghc_661.html -7 +7
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mail
Thu Nov 22 05:45:26 PST 2007 Ian Lynagh <[EMAIL PROTECTED]>
* Simple{20,22,23} now pass in the 6.8 branch
M ./tests/ghc-regress/indexed-types/should_compile/all.T -3 +3
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/l
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
Tue Nov 20 08:01:52 PST 2007 [EMAIL PROTECTED]
* Fix Trac #1909: type of map in docs
M ./docs/users_guide/ghci.xml -1 +1
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Mon Nov 19 05:46:39 PST 2007 [EMAIL PROTECTED]
* Two small typos in the flags summary (merge to 6.8 branch)
M ./docs/users_guide/flags.xml -1 +1
M ./docs/users_guide/glasgow_exts.xml -1 +1
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://w
Wed Nov 21 02:26:27 PST 2007 Bertram Felgenhauer <[EMAIL PROTECTED]>
* FIX #1910: fix code generated for GDTOI on x86_32
M ./compiler/nativeGen/PprMach.hs -3 +12
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo
Wed Nov 7 17:31:47 PST 2007 [EMAIL PROTECTED]
* FIX #1847 (improve :browse! docs, fix unqual)
- add example to docs, explain how to interpret
output of `:browse! Data.Maybe`
- print unqualified names according to current
context, not the context of the target module
M .
Tue Nov 20 04:57:32 PST 2007 [EMAIL PROTECTED]
* FIX Trac #1825: standalone deriving Typeable
Standalone deriving of typeable now requires you to say
instance Typeable1 Maybe
which is exactly the shape of instance decl that is generated
by a 'deriving( Typeable )' clause on the
Mon Nov 19 03:43:01 PST 2007 [EMAIL PROTECTED]
* FIX Trac #1806: test for correct arity for datacon in infix pattern patch
Happily the fix is easy; pls merge
M ./compiler/typecheck/TcPat.lhs -1 +2
___
Cvs-ghc mailing list
Cvs-ghc@haskell.
Thu Nov 22 04:35:51 PST 2007 Ian Lynagh <[EMAIL PROTECTED]>
* MERGED: FIX #1715: egregious bug in ifaceDeclSubBndrs
[EMAIL PROTECTED]
ifaceDeclSubBndrs didn't have an IfaceSyn case; but with type
families an IfaceSyn can introduce subordinate binders. Result:
chaos.
The fi
Mon Nov 19 04:29:38 PST 2007 [EMAIL PROTECTED]
* Improve the situation for Trac #959: civilised warning instead of a trace
msg
This doesn't fix the root cause of the bug, but it makes the report
more civilised, and points to further info.
M ./compiler/deSugar/DsBinds.lhs -15 +23
Mon Nov 19 03:12:43 PST 2007 Pepe Iborra <[EMAIL PROTECTED]>
* MERGED: Try to manage the size of the text rendered for ':show bindings'
Pepe Iborra <[EMAIL PROTECTED]>**20071114231601] {
M ./compiler/ghci/Debugger.hs -5 +18
M ./compiler/ghci/GhciMonad.hs -1 +8
M ./compiler/ghci/In
Mon Nov 19 03:11:09 PST 2007 Pepe Iborra <[EMAIL PROTECTED]>
* MERGED: wibble
Pepe Iborra <[EMAIL PROTECTED]>**20071114233356] {
M ./compiler/ghci/RtClosureInspect.hs -2 +2
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/m
Mon Nov 19 03:10:53 PST 2007 Ian Lynagh <[EMAIL PROTECTED]>
* MERGED: Make the Term ppr depth aware
Pepe Iborra <[EMAIL PROTECTED]>**20071114183417] {
M ./compiler/ghci/RtClosureInspect.hs -30 +31
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
ht
Mon Nov 19 02:56:34 PST 2007 Pepe Iborra <[EMAIL PROTECTED]>
* MERGED: GHCi debugger: added a new flag, -fno-print-binding-contents
M ./compiler/ghci/InteractiveUI.hs -8 +12
M ./compiler/main/DynFlags.hs +3
M ./docs/users_guide/flags.xml +7
_
Sun Nov 18 09:33:21 PST 2007 Ian Lynagh <[EMAIL PROTECTED]>
* MERGED: Print binding contents in :show bindings
Pepe Iborra <[EMAIL PROTECTED]>**20071006123952] {
M ./compiler/ghci/InteractiveUI.hs -12 +13
___
Cvs-ghc mailing list
Cvs-ghc@haskel
Simon Marlow wrote:
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
cleanup should be optional, and it's only really necessary if you're
worried about disk space. So in this case the lack of cleanup has caught a
bug in the testsuite, which is good.
actually, the bug in the testsuite was caused by faulty cleanup
in the first place, and the lack of cleanup on th
Thu Nov 22 01:57:59 PST 2007 [EMAIL PROTECTED]
* Update output (slight improvements on the whole)
M ./tests/ghc-regress/ghci.debugger/scripts/break003.stderr -7 +6
M ./tests/ghc-regress/ghci.debugger/scripts/break021.stdout -135 +135
M ./tests/ghc-regress/th/TH_exn2.stderr -12 +12
Oops yes. I'm fixing.
Church2 is odd. Even in its "working" state the error message is poor -- and
impredicativity is (still) up in the air. So I'll probably mark it as
expect-broken.
S
| -Original Message-
| From: Manuel M T Chakravarty [mailto:[EMAIL PROTECTED]
| Sent: 22 November
Thu Nov 22 01:29:08 PST 2007 [EMAIL PROTECTED]
* Update output
M ./tests/ghc-regress/typecheck/should_fail/tcfail168.stderr -7 +16
M ./tests/ghc-regress/typecheck/should_fail/tcfail178.stderr -14 +13
___
Cvs-ghc mailing list
Cvs-ghc@haskell.o
Thu Nov 22 01:19:26 PST 2007 [EMAIL PROTECTED]
* Update test output
This is actually *slightly* worse than before, because of the
error-message refactoring in TcUnify. The previous message
reported a mis-match between
(a->Bool) and (Bool -> Bool)
whereas the new one only compla
Wed Nov 21 02:26:27 PST 2007 Bertram Felgenhauer <[EMAIL PROTECTED]>
* FIX #1910: fix code generated for GDTOI on x86_32
M ./compiler/nativeGen/PprMach.hs -3 +12
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo
Claus Reinke wrote:
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
Build results:
gabor stable: lost
kahl G5 Gentoo Linux stable:pass
mnemosyne x86-64 Gentoo stable: pass
tnaur x86 Linux stable: fail (failed stage1)
x86 Windows stable fast:pass pass pass pass lost pass
x86-64 Linux stable:pass
New unexpected test
Build results:
x86-64 Linux head: pass
x86 Windows head: fail (failed darcs)
x86 Windows head fast: pass pass pass pass lost pass
kahl G5 Gentoo Linux head: pass
x86-64 Linux head unreg: pass
New unexpected test passes:
Church2 3 x86-64 Linux head
New unexpected test
33 matches
Mail list logo