pgj, build 202
Build succeeded
Details: http://darcs.haskell.org/ghcBuilder/builders/pgj/202.html
darcs checkout | Success
create mk/build.mk | Success
get subrepos | Success
repo versions| Success
setting version date | Success
booting | Success
configuring
tn23, build 191
Build succeeded
Details: http://darcs.haskell.org/ghcBuilder/builders/tn23/191.html
darcs checkout | Success
create mk/build.mk | Success
get subrepos | Success
repo versions| Success
setting version date | Success
booting | Success
configuring
Build description = HEAD on i386-unknown-linux (cam-02-unx)
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 Tue Nov 16 18:00:01 GMT 2010.
checking out new source tree
Thanks for the info, Manuel. Is the idea to have the DPH packages available
from darcs-all in the 7.0 branch once patch-level release is ready, or is it
expected that we would just install the packages from hackage if we want to
play with DPH on the 7.0 branch?
I stumbled over this when investi
Build description = STABLE on i386-unknown-linux (cam-02-unx)
Build location= /playpen/simonmar/nightly/STABLE
Build config file = /home/simonmar/nightly/site/msrc/conf-STABLE-cam-02-unx
Nightly build started on cam-02-unx at Tue Nov 16 18:10:01 GMT 2010.
checking out new source tree
Full logs at http://log.ouroborus.net/limitingfactor/dph
Environment
Platform
host: limitingfactor.cse.unsw.EDU.AU
arch: i386
processor: i386
system:Darwin 10.4.0
Versions
GHC The Glorious Glasgow Haskell Compilation System, version 6.12.1
GCC i686-apple-d
Build description = HEAD on x86_64-unknown-linux (cam-04-unx)
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 16 18:00:01 GMT 2010.
checking out new source
Build description = STABLE on x86_64-unknown-linux (cam-04-unx)
Build location= /64playpen/simonmar/nightly/STABLE-cam-04-unx
Build config file = /home/simonmar/nightly/site/msrc/conf-STABLE-cam-04-unx
Nightly build started on cam-04-unx at Tue Nov 16 18:10:01 GMT 2010.
checking out new s
At the moment, there is not much point in using DPH with GHC 7. Some of the
new type-checking and optimisation infrastructure in GHC broke DPH and, as we
didn't want to hold up the GHC release process for an experimental features, we
decided to not have DPH in the initial release of GHC 7. Our
I'm trying to get the dph libraries (primitive, vector, dph) using darcs-all in
the ghc-7.0 branch. It fails with this error:
darcs failed: Not a repository:
http://darcs.haskell.org/ghc-7.0/packages/primitive
What is the recommended way to get the dph packages from the 7.0 branch?
Here
kgardas-opensolaris-x86-head, build 57
Build succeeded
Details:
http://darcs.haskell.org/ghcBuilder/builders/kgardas-opensolaris-x86-head/57.html
darcs checkout | Success
create mk/build.mk | Success
get subrepos | Success
repo versions| Success
setting version date | Suc
simonmar-win32-stable, build 102
Build failed
Details:
http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-stable/102.html
darcs checkout | Failure: 2
Build failed
Details:
http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-stable/102.html
darcs failed: Not a repository: x:
simonmar-win32-head, build 166
Build failed
Details:
http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-head/166.html
darcs checkout | Failure: 2
Build failed
Details:
http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-head/166.html
darcs failed: Not a repository: x:/ghc-H
Tue Nov 16 09:37:19 PST 2010 simo...@microsoft.com
* Refactoring of the way that inlinings and rules are activated
Principally, the SimplifierMode now carries several (currently
four) flags in *all* phases, not just the "Gentle" phase.
This makes things simpler and more uniform.
As
Tue Nov 16 09:35:00 PST 2010 simo...@microsoft.com
* Some infrastruture for lambda-lifting
This stuff should have no effect but it sets things
up so that we can try floating out lambdas of n value
arguments.
The new (secret) flag is -ffloatt-lam-args=n.
This is *not* working y
Tue Nov 16 09:33:12 PST 2010 simo...@microsoft.com
* Occurrence analyser takes account of the phase when handing RULES
See Note [Finding rule RHS free vars]
This should make Roman happy.
M ./compiler/coreSyn/CoreFVs.lhs -15 +23
M ./compiler/coreSyn/CoreSubst.lhs -1 +2
M ./
Tue Nov 16 09:27:27 PST 2010 simo...@microsoft.com
* Reworded error message, and slightly fewer -fwarn-lazy-unlifted-bindings
warnings
M ./tests/ghc-regress/typecheck/should_fail/T2806.stderr -5 +5
M ./tests/ghc-regress/typecheck/should_fail/tcfail203.stderr -60 +24
View patch online:
Tue Nov 16 09:26:45 PST 2010 simo...@microsoft.com
* Improved warning
M ./tests/ghc-regress/rename/should_compile/T1789.stderr -1 +1
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=testsuite;a=darcs_commitdiff;h=20101116172645-1287e-a0a3665f62cb8d380e8d91cad783f10995d7ff
Tue Nov 16 09:26:25 PST 2010 simo...@microsoft.com
* -fwarn-identities doesn't test for fromInteger and fromRational
M ./tests/ghc-regress/deSugar/should_compile/T4488.hs -12
M ./tests/ghc-regress/deSugar/should_compile/T4488.stderr -12 +2
View patch online:
http://darcs.haskell.org/cg
Tue Nov 16 04:50:19 PST 2010 simo...@microsoft.com
* Test Trac #4488
A ./tests/ghc-regress/deSugar/should_compile/T4488.hs
A ./tests/ghc-regress/deSugar/should_compile/T4488.stderr
M ./tests/ghc-regress/deSugar/should_compile/all.T +1
View patch online:
http://darcs.haskell.org/cgi
Tue Nov 16 09:22:11 PST 2010 simo...@microsoft.com
* Add -fwarn-lazy-unlifted-bindings to the list of flags
M ./docs/users_guide/flags.xml +7
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20101116172211-1287e-116a0a81f35e826d8d0b1795b71f864b4ef
Tue Nov 16 09:18:43 PST 2010 simo...@microsoft.com
* Warn a bit less often about unlifted bindings.
Warn when
(a) a pattern bindings binds unlifted values
(b) it has no top-level bang
(c) the RHS has a *lifted* type
Clause (c) is new, argued for by Simon M
Eg x#
Tue Nov 16 09:16:10 PST 2010 simo...@microsoft.com
* Libraries bytestirng, time, binary need -fno-warn-identities
They all have redundant uses of fromIntegral, but are no under
GHC HQ control.
M ./mk/validate-settings.mk -2 +5
View patch online:
http://darcs.haskell.org/cgi-bin/darc
Tue Nov 16 09:15:27 PST 2010 simo...@microsoft.com
* Improve documentation for -fwarn-incomplete-patterns
M ./docs/users_guide/using.xml -2 +3
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20101116171527-1287e-046f542cb3d3248fde8b81831eef0b57e1
Tue Nov 16 09:15:10 PST 2010 simo...@microsoft.com
* Add warning for probable identities (fromIntegral and friends)
See Trac #4488. The basic idea is to check for
fun :: ty -> ty
where fun is one of
toIntegerName toRationalName
fromIntegralName realToFracName
Tue Nov 16 09:12:47 PST 2010 simo...@microsoft.com
* Remove unncessary fromIntegral calls
M ./compiler/cmm/CmmInfo.hs -1 +1
M ./compiler/codeGen/CgCallConv.hs -1 +1
M ./compiler/codeGen/CgHpc.hs -1 +1
M ./compiler/codeGen/StgCmmHpc.hs -1 +1
M ./compiler/codeGen/StgCmmLayout.
kgardas-opensolaris-x86-head, build 56
Build succeeded
Details:
http://darcs.haskell.org/ghcBuilder/builders/kgardas-opensolaris-x86-head/56.html
darcs checkout | Success
create mk/build.mk | Success
get subrepos | Success
repo versions| Success
setting version date | Suc
pgj-freebsd-amd64-stable, build 80
Build succeeded
Details:
http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-amd64-stable/80.html
darcs checkout | Success
create mk/build.mk | Success
get subrepos | Success
repo versions| Success
setting version date | Success
boo
pgj-freebsd-i386-stable, build 63
Build succeeded
Details:
http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-i386-stable/63.html
darcs checkout | Success
create mk/build.mk | Success
get subrepos | Success
repo versions| Success
setting version date | Success
booti
pgj2, build 198
Build succeeded
Details: http://darcs.haskell.org/ghcBuilder/builders/pgj2/198.html
darcs checkout | Success
create mk/build.mk | Success
get subrepos | Success
repo versions| Success
setting version date | Success
booting | Success
configuring
pgj, build 201
Build succeeded
Details: http://darcs.haskell.org/ghcBuilder/builders/pgj/201.html
darcs checkout | Success
create mk/build.mk | Success
get subrepos | Success
repo versions| Success
setting version date | Success
booting | Success
configuring
| I'm guessing this did *not* make it into 7.0.1, correct? Is there
| still a chance that it will be in 7.0.2, and therefore the next HP
| release?
Oh bother! That's probably my fault: I probably didn't ask Ian to merge it to
the branch.
Ian: could you merge this to the branch, pls? It program
32 matches
Mail list logo