On Mon, Oct 26, 2009 at 08:24:05AM +, Simon Peyton-Jones wrote:
> Mysterious. Nevertheless, 1.19 is the one I got from
> http://hackage.haskell.org/trac/ghc/wiki/Building/Preparation/Windows
>
> Doesn't that happen for you?
Oh, right, I forgot we had local copies of the msys bits.
I ca
Wed Oct 28 10:54:21 PDT 2009 Ian Lynagh
* Don't use threads on Windows
It seems to cause some sort of deadlock
M ./driver/runtests.py -17 +22
M ./mk/test.mk +6
View patch online:
http://darcs.haskell.org/testsuite/_darcs/patches/20091028175421-3fd76-56ce81106a8609974ce5561022bb59554
Build description = HEAD on x86_64-unknown-linux
(cam-04-unx.europe.corp.microsoft.com)
Build location= /64playpen/simonmar/nightly/HEAD-cam-04-unx
Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-04-unx
Nightly build started on cam-04-unx at Wed Oct 28 19:00:01 GMT 2009.
**
Build description = HEAD on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
Build location= /playpen/simonmar/nightly/HEAD
Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-02-unx
Nightly build started on cam-02-unx at Wed Oct 28 18:00:01 GMT 2009.
checking out
Wed Oct 28 10:59:02 PDT 2009 simo...@microsoft.com
* Drop unused import
Ignore-this: e473d30a9844ae0a6d124c9352e6be4
M ./compiler/deSugar/DsExpr.lhs -1
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20091028175902-1287e-18e8a71ba697c6f7ebfb78be0366a3e5e7849e49.gz
___
Tue Oct 27 13:25:03 PDT 2009 Ian Lynagh
* Wrap gcc on Windows, to provide the -B flags
M ./configure.ac +2
A ./driver/gcc/
A ./driver/gcc/gcc.c
A ./driver/utils/
A ./driver/utils/getLocation.c
A ./driver/utils/getLocation.h
View patch online:
http://darcs.haskell.org/g
Fri Oct 23 09:17:35 PDT 2009 simo...@microsoft.com
* Add restrictVarEnv :: VarEnv a -> VarSet -> VarEnv a
Ignore-this: c32b91755afd1cce99817a251702ef08
I needed it, and then didn't need it, so it's not currently
called, but its generally useful kind of thing.
M ./compiler/basicType
Fri Oct 23 09:16:31 PDT 2009 simo...@microsoft.com
* Use braces rather than angle-brackets in debug-printing for Bags
Ignore-this: 687f858714593153362f0227f59b92f7
M ./compiler/utils/Bag.lhs -1 +1
View patch online:
http://darcs.haskell.org/ghc-6.12/ghc/_darcs/patches/20091023161631-1287
Tue Oct 20 08:55:40 PDT 2009 simo...@microsoft.com
* Fix Trac #3590: a nasty type-checker bug in left/right sections
Ignore-this: ae831f2a7fe8416e2c549df7616f7139
The bug related to the fact that boxyUnify (now) returns a coercion,
which was simply being ignored. (TcExpr is clearly not
Wed Oct 28 08:48:10 PDT 2009 simo...@microsoft.com
* Test Trac #3613, and track error message change
Ignore-this: 424cdcc459da20dd84bd9c09e65da0de
A ./tests/ghc-regress/typecheck/should_fail/T3613.hs
A ./tests/ghc-regress/typecheck/should_fail/T3613.stderr
M ./tests/ghc-regress/ty
Wed Oct 28 08:47:35 PDT 2009 simo...@microsoft.com
* Track changes arising from improved location info in list comprehensions
Ignore-this: f31abf18ad5fd5bbf28dd5389246efe
M ./tests/ghc-regress/parser/should_fail/read038.stderr -3 +3
M ./tests/ghc-regress/parser/should_fail/read042.std
Wed Oct 28 08:41:37 PDT 2009 simo...@microsoft.com
* Add test for 'rec' in do blocks
Ignore-this: 5a661bcff3acdf7632169b21d6587670
M ./tests/ghc-regress/mdo/should_run/all.T +1
A ./tests/ghc-regress/mdo/should_run/mdorun003.hs
A ./tests/ghc-regress/mdo/should_run/mdorun003.stdout
Wed Oct 28 08:40:27 PDT 2009 simo...@microsoft.com
* Update tests following deprecating mdo
Ignore-this: ae1677b319abf946c5cc2a85f5c98aab
M ./tests/ghc-regress/arrows/should_fail/T2111.hs -1 +1
M ./tests/ghc-regress/arrows/should_fail/T2111.stderr -20 +10
M ./tests/ghc-regress/deS
Wed Oct 28 06:36:53 PDT 2009 simo...@microsoft.com
* Tidy up the parsing of comprehensions and improve locations
Ignore-this: e9da5f8a60eaa23bc1c037f9c075a18f
While I was dealing with 'rec' statements I did this tidy-up
M ./compiler/parser/Parser.y.pp -27 +20
View patch online:
http
Wed Oct 28 06:35:54 PDT 2009 simo...@microsoft.com
* Add 'rec' to stmts in a 'do', and deprecate 'mdo'
Ignore-this: 7b77848c6283828869783ed61510ee1c
The change is this (see Trac #2798). Instead of writing
mdo { a <- getChar
; b <- f c
; c <- g b
; putChar c
Wed Oct 28 06:27:12 PDT 2009 simo...@microsoft.com
* Remove a redundant parameter for mkTupleTy (the arity)
Ignore-this: 7e232b213f3e4473a79e1bde7fcc07db
M ./compiler/coreSyn/MkCore.lhs -3 +1
M ./compiler/deSugar/DsUtils.lhs -1 +1
M ./compiler/prelude/TysWiredIn.lhs -3 +5
M ./
Wed Oct 28 06:16:34 PDT 2009 simo...@microsoft.com
* Trivial improvement to mkForAllTy
Ignore-this: da5816ed2a6338e684badecf45ab8b86
M ./compiler/types/Type.lhs -1 +1
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20091028131634-1287e-2a11797aa203346ed7ce454faf36103cc0dcf
Build results:
kahl G5 Gentoo Linux stable: fail (failed configure)
kgardas stable: fail (failed configure)
tnaur PPC OSX stable 2: fail (failed compile)
tnaur x86 OS X stable: pass
x86 Linux stable:lost
x86 Windows stable: fail (failed compile)
x86 Win
Build results:
x86-64 Linux head: lost
x86 Windows head: fail (failed compile)
x86 Windows head fast: lost fail (failed boottestsuite runtestsuite) fail
(failed darcs) fail (failed boottestsuite runtestsuite)
kahl G5 Gentoo Linux head: fail (failed configure)
x86-64 Linux hea
19 matches
Mail list logo