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 Tue Nov 17 19:00:02 GMT 2009.
**
Tue Nov 17 14:35:56 PST 2009 Ian Lynagh
* Fix gen_contents_index on MSYS
On MSYS
sed 's/.*[ \t]//'
wasn't matching
version:1.0
so I've switched to
's/.*[[:space:]]//'
which works on Linux, cygwin and MSYS.
M ./libraries/gen_contents_index -1 +1
View patch online:
Tue Nov 17 14:35:56 PST 2009 Ian Lynagh
* Fix gen_contents_index on MSYS
On MSYS
sed 's/.*[ \t]//'
wasn't matching
version:1.0
so I've switched to
's/.*[[:space:]]//'
which works on Linux, cygwin and MSYS.
M ./libraries/gen_contents_index -1 +1
View patch online:
Thu Nov 12 04:58:53 PST 2009 Simon Marlow
* Windows-specific fix for #1185 patch
Ignore-this: 911e48472b9d21624a20caeb28d53a63
M ./rts/win32/ThrIOManager.c -1 +1
View patch online:
http://darcs.haskell.org/ghc-6.12/ghc/_darcs/patches/20091112125853-12142-13e0e0258b48c6800cb30f63ea5baf76
Wed Nov 11 06:28:22 PST 2009 Simon Marlow
* Second attempt to fix #1185 (forkProcess and -threaded)
Ignore-this: d33740204660b3e6dd6d39e8f5f7b499
Patch 1/2: second part of the patch is to libraries/base
This time without dynamic linker hacks, instead I've expanded the
existing rts
Wed Nov 11 11:28:21 PST 2009 Ian Lynagh
* Add gen_contents_index and prologue.txt to bindists
M ./ghc.mk +2
View patch online:
http://darcs.haskell.org/ghc-6.12/ghc/_darcs/patches/2009192821-3fd76-85f9a8d6f9e59cb3b4035151221465e8350db25b.gz
___
Tue Nov 10 14:36:32 PST 2009 Ian Lynagh
* Use relative paths for haddockHTMLs in the inplace package.conf
This means that the docs get built with the correct relative paths.
When installing, the absolute path will still be used.
M ./utils/ghc-cabal/ghc-cabal.hs -1 +4
View patch online
Sun Nov 8 13:07:01 PST 2009 Ian Lynagh
* Put docs into versioned directory names; fixes trac #3532
You can now have multiple versions of a package installed, and
gen_contents_index will do the right thing.
M ./ghc.mk +2
M ./libraries/gen_contents_index -12 +19
M ./utils/ghc-ca
Sun Nov 15 07:56:17 PST 2009 Duncan Coutts
* Fix formatting of module deprecation/warning messages
Ignore-this: a41444bdda003aee4412eb56a0e7d052
It was accidentally using list syntax. Fixes #3303 again.
M ./compiler/rename/RnNames.lhs -2 +2
View patch online:
http://darcs.haskell.org/
Tue Nov 17 07:11:33 PST 2009 Simon Marlow
* include the GHC package docs in a bindist
Ignore-this: c4a10221b1a2a4778494018bca7d2169
M ./ghc.mk +1
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20091117151133-12142-6dd607533489bc442b0d1dbe597652b3bcd0a5d2.gz
Tue Nov 17 07:11:23 PST 2009 Simon Marlow
* exclude some haddock-related rules during BINDIST
Ignore-this: 20b4194b26766d6ab701683af520a7d4
M ./ghc.mk -2 +4
M ./rules/haddock.mk +2
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20091117151123-12142-f00818ac8d1ae8546c
Mon Nov 16 04:01:37 PST 2009 Simon Marlow
* Add an install-docs target that emits a helpful diagnostic (#3662)
Ignore-this: 1c5414730614b205c67919f3ea363c00
M ./Makefile -1 +7
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20091116120137-12142-372020911641ac01ae890915674
Mon Nov 16 03:56:30 PST 2009 Simon Marlow
* fix install_docs dependencies, and add a missing $(INSTALL_DIR)
Ignore-this: 21230df54e79f12f61e9c82a0ae02fad
M ./ghc.mk -1 +2
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20091116115630-12142-9374240adc8d908dd296952f63003840
Fri Nov 13 04:57:19 PST 2009 Simon Marlow
* Tweak to the directory-building rule
Ignore-this: b9e1fe6bcbfd4ff56905517f32b646f7
So we don't try to recreate directories just because they are older
than mkdirhier, since mkdirhier won't touch them.
M ./ghc.mk -1 +5
View patch online:
ht
Tue Nov 17 04:50:24 PST 2009 simo...@microsoft.com
* Accept wobbles in error messages
Ignore-this: 8ab65ba7fb0d8a263ea4bef48daf292a
M ./tests/ghc-regress/simplCore/should_compile/T3234.stderr -28 +28
M ./tests/ghc-regress/typecheck/should_compile/T2494.stderr -8 +8
View patch online:
Tue Nov 17 04:49:49 PST 2009 simo...@microsoft.com
* Test for higher rank rules
Ignore-this: 6b21f072e61968110e2395c8426eeb95
M ./tests/ghc-regress/simplCore/should_compile/all.T +1
A ./tests/ghc-regress/simplCore/should_compile/rule2.hs
A ./tests/ghc-regress/simplCore/should_comp
Tue Nov 17 04:55:26 PST 2009 simo...@microsoft.com
* exprIsHNF should "look through" lets
Ignore-this: 3e77d029c0f314c53171f0378939b496
I can't quite remember when I spotted this, but exprIsHNF (and
similarly exprIsConLike) should ignore enclosing let-bindings,
since they don't affect
Tue Nov 17 04:54:17 PST 2009 simo...@microsoft.com
* Improvement to typecheck higher-rank rules better
Ignore-this: c5791cbe9540376b9ff46e2a6563bcc2
See Note [Typechecking rules] in TcRules.
Suggested by Roman
M ./compiler/typecheck/TcRules.lhs -5 +20
View patch online:
http://d
Tue Nov 17 02:44:37 PST 2009 simo...@microsoft.com
* Apply RULES to simplified arguments
Ignore-this: 9a3475a9871f45ffa115dec44e376e3c
See Note [RULEs apply to simplified arguments] in Simplify.lhs
A knock-on effect is that rules apply *after* we try inlining
(which uses un-simplified
Tue Nov 17 02:36:26 PST 2009 simo...@microsoft.com
* Improvements to pretty-printing of Core
Ignore-this: ad386865644b4dbcd98adab409d7c523
M ./compiler/coreSyn/PprCore.lhs -5 +3
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20091117103626-1287e-b77eb3823ccab4ba7534ef3306
Build results:
x86-64 Linux head: pass
x86 Windows head:fail (failed compile)
x86 Windows head fast: lost pass pass pass lost
tnaur PPC OSX head 2:fail (failed compile)
tnaur x86 OS X head: fail (failed compile)
x86-64 Linux head unreg: fail (failed compile)
Old unexpected
Build results:
x86 Linux stable:pass lost
x86 Windows stable: fail (failed compile)
x86 Windows stable fast: lost pass pass pass lost
x86-64 Linux stable: pass
Old unexpected test passes:
2410 2 x86 Linux stable
TH_spliceE5_prof 2 x86 Linux stable
length0
22 matches
Mail list logo