From: GHC Build Reports <[EMAIL PROTECTED]>
To: cvs-ghc@haskell.org
Subject: [nightly] 02-May-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/
Mon Apr 30 22:37:19 PDT 2007 Tim Chevalier <[EMAIL PROTECTED]>
* Remove references to -fticky-ticky flag
-ticky is the command-line flag for ticky-ticky profiling now, but
internally, the -fticky-ticky flag was used to represent whether ticky
was on. This led to link errors if the user
../compiler/stage1/ghc-inplace -H32m -O2 -istage2/utils -istage2/basicTypes -istage2/types -istage2/hsSyn
-istage2/prelude -istage2/rename -istage2/typecheck -istage2/deSugar -istage2/coreSyn -istage2/specialise
-istage2/simplCore -istage2/stranal -istage2/stgSyn -istage2/simplStg
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 May 2 19:30:01 BST 2007.
checkin
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 May 2 19:00:00 BST 2007.
Wed May 2 09:38:54 PDT 2007 [EMAIL PROTECTED]
* Comments, plus type sigs
M ./compiler/hsSyn/HsPat.lhs -1 +1
M ./compiler/typecheck/FamInst.lhs +1
M ./compiler/typecheck/TcPat.lhs -2 +1
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://
Wed May 2 09:38:33 PDT 2007 [EMAIL PROTECTED]
* Warning police
M ./compiler/coreSyn/CoreUtils.lhs +1
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Wed May 2 09:38:15 PDT 2007 [EMAIL PROTECTED]
* Layout only
M ./compiler/coreSyn/CoreUtils.lhs -8 +7
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Wed May 2 09:37:46 PDT 2007 [EMAIL PROTECTED]
* Import fiddling
M ./compiler/basicTypes/Literal.lhs -1
M ./compiler/hsSyn/HsUtils.lhs -1
M ./compiler/main/HscTypes.lhs -3 +2
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell
Wed May 2 09:37:09 PDT 2007 [EMAIL PROTECTED]
* Add more assertions
M ./compiler/basicTypes/MkId.lhs -2 +2
M ./compiler/deSugar/Check.lhs -3 +3
M ./compiler/deSugar/DsUtils.lhs -3 +3
M ./compiler/deSugar/Match.lhs -1 +2
M ./compiler/deSugar/MatchLit.lhs -1 +2
_
Wed May 2 09:36:18 PDT 2007 [EMAIL PROTECTED]
* Use the record fields of IdInfo.RecordSelId
M ./compiler/basicTypes/Id.lhs -3 +4
M ./compiler/basicTypes/IdInfo.lhs -1 +2
M ./compiler/basicTypes/MkId.lhs -1 +2
___
Cvs-ghc mailing list
Cvs
Wed May 2 09:34:57 PDT 2007 [EMAIL PROTECTED]
* Make records work properly with type families
This fixes Trac #1204. There's quite a delicate interaction of
GADTs, type families, records, and in particular record updates.
Test is indexed-types/should_compile/Records.hs
M ./com
Wed May 2 06:54:34 PDT 2007 Simon Marlow <[EMAIL PROTECTED]>
* Refactoring, tidyup and improve layering
The stack of breakpoint resume contexts is now part of the
InteractiveContext and managed by the GHC API. This prevents misuse
of the resume context by the client (e.g. resuming a b
Wed May 2 05:55:23 PDT 2007 Simon Marlow <[EMAIL PROTECTED]>
* move -fno-print-bind-result into the GHCi section
M ./docs/users_guide/flags.xml -6 +6
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Wed May 2 05:43:01 PDT 2007 Simon Marlow <[EMAIL PROTECTED]>
* Print the "skipping" messages at verbosity 2 again
This was accidentally changed to 1 in the HEAD a while ago, the
behaviour is now the same as 6.6.x again.
M ./compiler/main/HscMain.lhs -1 +1
_
Wed May 2 04:47:38 PDT 2007 [EMAIL PROTECTED]
* Improve error reporting for type signatures
See Trac #1310
M ./compiler/rename/RnBinds.lhs -4 +14
M ./compiler/rename/RnEnv.lhs -1 +18
M ./compiler/typecheck/TcRnTypes.lhs -4 +8
___
Cv
Wed May 2 03:39:24 PDT 2007 [EMAIL PROTECTED]
* Do not generate warnings for compiler-generated code
Fixes Trac #1313
M ./compiler/typecheck/TcRnDriver.lhs -2 +8
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/li
Wed May 2 03:38:45 PDT 2007 [EMAIL PROTECTED]
* Add ndp package to boring list
M ./.darcs-boring +1
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Wed May 2 03:36:32 PDT 2007 [EMAIL PROTECTED]
* Use pprSourceTyCon; delete unused tyConOrigHead
M ./compiler/typecheck/TcDeriv.lhs -1 +1
M ./compiler/types/Type.lhs -9 +1
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/ma
Wed May 2 03:38:15 PDT 2007 [EMAIL PROTECTED]
* Document the fact that you can't make a newtype of an unboxed data type
M ./docs/users_guide/glasgow_exts.xml +7
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo
Wed May 2 03:28:11 PDT 2007 [EMAIL PROTECTED]
* Fixes to data type families
- Fix two distinct bugs, one in MkId.mkDataConIds, one in DataCon.mkDataCon
- Add more comments
- Add a little assertion checking in TyCon
Type-family tests now work.
M ./compiler/basicTypes/DataCo
Fri Apr 27 08:41:31 PDT 2007 [EMAIL PROTECTED]
* Fix egregious typo in TcUnify
Tom S found this bug by inspection; we've never seen it
fail in the wild, but it was obviosly Utterly Wrong
M ./compiler/typecheck/TcUnify.lhs -1 +1
___
Cvs-
Wed Apr 25 09:13:06 PDT 2007 [EMAIL PROTECTED]
* Typo in comments
M ./compiler/hsSyn/HsDecls.lhs -1 +1
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Wed Apr 25 09:12:44 PDT 2007 [EMAIL PROTECTED]
* Fix misleading debug trace
M ./compiler/types/Type.lhs -1 +1
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Wed Apr 25 07:15:30 PDT 2007 [EMAIL PROTECTED]
* Improve hashing of expressions for CSE (reduces warnings about extendCSEnv)
M ./compiler/basicTypes/Name.lhs -2 +5
M ./compiler/coreSyn/CoreUtils.lhs -4 +4
M ./compiler/simplCore/CSE.lhs -1 +3
Claus Reinke wrote:
../compiler/stage1/ghc-inplace -H32m -O2 -istage2/utils
-istage2/basicTypes -istage2/types -istage2/hsSyn -istage2/prelude
-istage2/rename -istage2/typecheck -istage2/deSugar -istage2/coreSyn
-istage2/specialise -istage2/simplCore -istage2/stranal
-istage2/st
Andy Gill wrote:
No worries Simon!
To test the -fhpc you use the hpc test suite - still in vaporware, but
will be installed *before* 6.8 RC1.
What I do is run a ~12 module program for coverage, and look at the
output for sanity right now.
Inside the Coverage.hs changes, the scoping was broke
From: GHC Build Reports <[EMAIL PROTECTED]>
To: cvs-ghc@haskell.org
Subject: [nightly] 02-May-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
Wed May 2 01:29:02 PDT 2007 Simon Marlow <[EMAIL PROTECTED]>
* remove unused primitives.xml
M ./docs/users_guide/glasgow_exts.xml -2
R ./docs/users_guide/primitives.xml
M ./docs/users_guide/ug-ent.xml -1
___
Cvs-ghc mailing list
Cvs-ghc@
Old unexpected test failures:
ATLoop 2 x86 Windows head fast
CPUTime001 1 tnaur PPC OSX head
Church2 2 x86 Windows head fast
GMapAssoc 2 x86 Windows head fast
GMapTop 2 x86 Windows head fast
Ov
30 matches
Mail list logo