Mon Oct 27 15:27:38 PDT 2008 [EMAIL PROTECTED]
* Fix Trac #2713: refactor and tidy up renaming of fixity decls
In fixing #2713, this patch also eliminates two almost-unused
functions from RnEnv (lookupBndr and lookupBndr_maybe). The
net lines of code is prety much unchanged, but more o
Sat Oct 25 10:12:11 PDT 2008 [EMAIL PROTECTED]
* Fix Trac #2701: make deriving check better for unlifted args
Getting the automatic deriving mechanism to work really smoothly
is surprisingly hard. I keep finding myself in TcDeriv!
Anyway, this is a nice clean fix to Trac #2701.
Tue Oct 28 13:57:19 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Skip qq005(hpc) in the 6.10 branch; trac #1779
M ./tests/ghc-regress/quasiquotation/qq005/test.T +4
View patch online:
http://darcs.haskell.org/testsuite/_darcs/patches/20081028205719-3fd76-11d4aa4df99e629a859c5833a90db7afb3aba9
Tue Oct 28 10:47:04 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Omit the profiling ways when running qq005
We'd need to jump through some hoops to run this test the
profiling ways, due to the TH use, so for now we just
omit them
M ./tests/ghc-regress/quasiquotation/qq005/test.T +4
View
Thu Oct 23 07:40:18 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Update library version numbers in the release notes
M ./docs/users_guide/6.10.1-notes.xml -2 +2
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20081023144018-3fd76-6a2d43d995422db97c3f5deefbdd585c12357a56.gz
___
Tue Oct 7 08:16:47 PDT 2008 Simon Marlow <[EMAIL PROTECTED]>
* various updates to the release notes
M ./docs/users_guide/6.10.1-notes.xml -37 +85
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20081007151647-12142-18d902f8ef42c3bc3c67c4d9c8d97a9afe373d5f.gz
__
Sat Sep 20 08:57:22 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Add library release notes
M ./docs/users_guide/6.10.1-notes.xml +464
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20080920155722-3fd76-e2f97a059f05e3bfe1f3a092fc68e9fcb757ef21.gz
__
Sat Sep 20 04:48:57 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Add release notes for the compiler
A ./docs/users_guide/6.10.1-notes.xml
M ./docs/users_guide/intro.xml -1 +1
M ./docs/users_guide/ug-ent.xml -1 +1
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/200809201
I'm keen to work on them. This weekend is open, so will try to get to
them then. I don't think they should be blockers for the release, but
any patches should be ok to merge back into the stable branch when done.
simonpj:
> Hi Don
>
> You generously offered to deal with these bugs. I know you ar
Mon Oct 27 11:58:17 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Skip bytestring00{1,4,5} (designed for an earlier version of bytestring)
M ./tests/ghc-regress/lib/Data.ByteString/all.T -3 +15
View patch online:
http://darcs.haskell.org/testsuite/_darcs/patches/20081027185817-3fd76-c1e808869b
Tue Oct 28 08:05:34 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Doc fix
M ./docs/users_guide/glasgow_exts.xml -1 +1
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20081028150534-3fd76-8f94c572e8418318500c8398f33a42c3f0999085.gz
___
Tue Oct 28 08:04:47 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Rename some variables in docs
M ./docs/users_guide/glasgow_exts.xml -3 +3
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20081028150447-3fd76-8226bee9f6c22926f10d4a01e619697a29775f75.gz
_
Tue Oct 28 07:46:55 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Fix typos
M ./docs/users_guide/glasgow_exts.xml -3 +3
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20081028144655-3fd76-9327853441d2fed895529bdd492be94912115db9.gz
_
Hi Don
You generously offered to deal with these bugs. I know you are busy, but do
you think you could spare a moment to say for each (or all!) when you might get
to them?
Unless you can't do them after all, in which case by all means say.
Many thanks
Simon
1434Slow conversion from Doub
Tue Oct 28 04:54:27 PDT 2008 [EMAIL PROTECTED]
* Mostly-fix Trac #2595: updates for existentials
Ganesh wanted to update records that involve existentials. That
seems reasonable to me, and this patch covers existentials, GADTs,
and data type families.
The restriction is that
Tue Oct 28 04:04:45 PDT 2008 [EMAIL PROTECTED]
* Fix Trac #2723: keep track of record field names in the renamer
The idea here is that with -XNamedFieldPuns and -XRecordWildCards we don't
want to report shadowing errors for
let fld = in C { .. }
But to suppress such shadowing e
Tue Oct 28 00:46:39 PDT 2008 [EMAIL PROTECTED]
* Remove dead code
M ./compiler/typecheck/TcRnMonad.lhs -5
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20081028074639-1287e-a59c273d64356305904e2c2edb61b3bc4c5e7acf.gz
___
Cvs-ghc
Tue Oct 28 04:55:24 PDT 2008 [EMAIL PROTECTED]
* Test for existential record update (cf Trac #2595)
M ./tests/ghc-regress/typecheck/should_compile/all.T +1
A ./tests/ghc-regress/typecheck/should_compile/tc244.hs
View patch online:
http://darcs.haskell.org/testsuite/_darcs/patches/20081
Tue Oct 28 04:02:44 PDT 2008 [EMAIL PROTECTED]
* Test Trac #2723
A ./tests/ghc-regress/rename/should_fail/T2723.hs
A ./tests/ghc-regress/rename/should_fail/T2723.stderr
M ./tests/ghc-regress/rename/should_fail/all.T +1
View patch online:
http://darcs.haskell.org/testsuite/_darcs/pa
Build results:
gabor stable: pass
kgardas stable: pass
malcolm stable: pass
tnaur x86 Linux stable: fail (failed stage1)
Dropping unexpected test passes reports from builders not seen in 7 days:
tnaur x86 OS X stable
Dropping unexpected test failures reports from bu
Build results:
Dropping unexpected test passes reports from builders not seen in 7 days:
tnaur x86 OS X head
x86-64 Linux head unreg
Dropping unexpected test failures reports from builders not seen in 7 days:
tnaur x86 OS X head
x86-64 Linux head unreg
Fixed unexpected test fai
21 matches
Mail list logo