From: GHC Build Reports <[EMAIL PROTECTED]>
To: cvs-ghc@haskell.org
Subject: [nightly] 18-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 Wed Apr 18 19:00:01 BST 2007.
incedentally, we now have various Windows nightly builds, including the test
suite, so Windows-specific breakagaes should be much less common.
right. that is at least the second time you reminded me of that. the reasons i
keep forgetting are that the old sof builds still send their daily failure
thanks, most items seem to have been addressed already. there is a slight
hickup in time/Setup.hs (wrong type for system "make" in runTestScript),
and ALUT is still not stepping aside silently, unlike OpenAL, for instance.
A patch to simplify the Windows story would be great, but it's fairly
lo
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 Apr 18 19:30:01 BST 2007.
checki
Wed Apr 18 09:05:19 PDT 2007 [EMAIL PROTECTED]
* Fix bat-script generation for MSys
The bat-script generation was using the wrong paths, in
ghc-inplace
ghc-pkg
hsc2hs
plus there was a double-backslah in the latter two which was wrong.
This patch fixes both. See
Wed Apr 18 08:55:22 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]>
* Pass configure arguments to the library configure scripts
M ./configure.ac +2
M ./libraries/Makefile +1
M ./mk/config.mk.in +8
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http
Wed Apr 18 07:59:18 PDT 2007 [EMAIL PROTECTED]
* Add test suggested by Doaitse Swierestra
M ./tests/ghc-regress/typecheck/should_fail/all.T +1
A ./tests/ghc-regress/typecheck/should_fail/tcfail179.hs
A ./tests/ghc-regress/typecheck/should_fail/tcfail179.stderr
_
On Wed, Apr 18, 2007 at 10:46:16AM +0100, Simon Peyton-Jones wrote:
>
> Neither of my precompiled ghci or ghc complains when I use a tab
> within a String literal. But the problem may be with the stage1 compiler?
GHC used to incorrectly allow tabs in string literals. That was recently
fixed, but
Wed Apr 18 07:22:17 PDT 2007 Simon Marlow <[EMAIL PROTECTED]>
* Add support for breaking by function name: ':break foo'
This is a bit hacky; it grabs the source location from the Name and
tries to set a breakpoint at that location, which in most cases
should be the breakpoint covering the
Wed Apr 18 07:20:36 PDT 2007 Simon Marlow <[EMAIL PROTECTED]>
* improve completion for debugger commands
M ./compiler/ghci/InteractiveUI.hs -5 +5
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Wed Apr 18 07:20:08 PDT 2007 Simon Marlow <[EMAIL PROTECTED]>
* unused import
M ./compiler/ghci/InteractiveUI.hs -1 +1
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
On Tue, Apr 17, 2007 at 12:10:48PM +0100, Claus Reinke wrote:
> after a long while, i'm trying to update and rebuild my local ghc HEAD
> (windows).
> as usual, there are problems:
>
> 2. filepath has been added sometime after my last attempt
Good point - boot now checks that all the corelibs are
Wed Apr 18 06:41:16 PDT 2007 Simon Marlow <[EMAIL PROTECTED]>
* Restore the interactive context when resuming a breakpoint
So that we don't accumulate bindings from previous breakpoints, which
could lead to a space leak.
M ./compiler/ghci/Linker.lhs -2 +10
M ./compiler/main/GHC.h
Wed Apr 18 06:40:51 PDT 2007 Simon Marlow <[EMAIL PROTECTED]>
* remove dead code
M ./compiler/main/GHC.hs -8
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Wed Apr 18 06:38:56 PDT 2007 Simon Marlow <[EMAIL PROTECTED]>
* add ':show context' which lists the current stack of breakpoint contexts
M ./compiler/ghci/InteractiveUI.hs -1 +9
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/
Wed Apr 18 06:38:24 PDT 2007 Simon Marlow <[EMAIL PROTECTED]>
* handle out-of-range lines in :break more gracefully
M ./compiler/ghci/InteractiveUI.hs -6 +10
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs
Wed Apr 18 05:49:48 PDT 2007 Simon Marlow <[EMAIL PROTECTED]>
* small cleanup: showForUser -> printForUser, eliminate some duplicate code
M ./compiler/ghci/GhciMonad.hs -5 +6
M ./compiler/ghci/InteractiveUI.hs -16 +8
___
Cvs-ghc mailing list
Wed Apr 18 05:45:36 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]>
* Check we have all the corelibs when we boot
M ./boot +10
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Wed Apr 18 05:41:24 PDT 2007 Simon Marlow <[EMAIL PROTECTED]>
* add missing module
A ./compiler/ghci/DebuggerTys.hs
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Wed Apr 18 04:47:00 PDT 2007 Simon Marlow <[EMAIL PROTECTED]>
* Various cleanups and improvements to the breakpoint support
- move parts of the debugger implementation below the GHC API where
they belong. There is still more in Debugger that violates the
layering, hopefully I
Wed Apr 18 04:25:11 PDT 2007 Simon Marlow <[EMAIL PROTECTED]>
* add module header
M ./compiler/main/BreakArray.hs +5
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Tue Apr 17 07:35:12 PDT 2007 Simon Marlow <[EMAIL PROTECTED]>
* remove extraneous "+1"; column numbers start at zero
M ./compiler/deSugar/Coverage.lhs -1 +1
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-
Wed Apr 18 04:31:22 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]>
* Add distclean target for libraries/ (== clean target)
M ./libraries/Makefile -1 +3
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
I have no clue. I'm looping in cvs-ghc, which includes Ian.
(This concerns building GHC on Vista.)
Simon
-Original Message-
From: Tom Schrijvers [mailto:[EMAIL PROTECTED]
Sent: 18 April 2007 08:14
To: Simon Marlow; Simon Peyton-Jones
Subject: GHC boostrap on Vista, tab problem
I get a
From: GHC Build Reports <[EMAIL PROTECTED]>
To: cvs-ghc@haskell.org
Subject: [nightly] 18-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
New unexpected test failures:
TH_exn1 1 x86 Windows head fast
TH_exn2 1 x86 Windows head fast
conc049 1 x86 Windows head fast
Fixed unexpected test failures:
TH_exn
Old unexpected test failures:
Church22 x86 Windows head fast
GMapAssoc 1 tna
Old unexpected test failures:
ThreadDelay001 1 x86 Windows 6.6
barton-mangler-bug 1 x86 Windows 6.6
cabal01 1 macgyver PPC OSX 6.6
conc023 1 x86 Windows 6.6
conc049 2 x86 Windows 6.6
conc056 1 x86 Windows 6.6
c
28 matches
Mail list logo