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 Thu Aug 13 18:00:02 BST 2009.
checking out
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 Thu Aug 13 19:00:02 BST 2009.
**
2009/8/12 Isaac Dupree :
> Although it turned out that in my Synify code there wasn't much actually
> valid srcloc information, it might still be generally useful to put these
> convenience functions I invented, into GHC:
>
> combineSrcSpanss :: [SrcSpan] -> SrcSpan
> combineSrcSpanss [] = noSrcSpa
Thu Aug 13 09:19:43 PDT 2009 Ian Lynagh
* Add a test for #3007
A ./tests/ghc-regress/driver/T3007/
A ./tests/ghc-regress/driver/T3007/A/
A ./tests/ghc-regress/driver/T3007/A/A.cabal
A ./tests/ghc-regress/driver/T3007/A/A.hs
A ./tests/ghc-regress/driver/T3007/A/Internal.hs
Thu Aug 13 09:24:35 PDT 2009 Ian Lynagh
* Only look up whether a module's SOURCE-imported if it's in the current
package
Suppose we import anotherPackage:M, which exports things from
anotherPackage:Internal. Then GHC will want to read
anotherPackage:Internal.hi.
However, if we have
Thu Aug 13 09:11:54 PDT 2009 simo...@microsoft.com
* Fix Trac #3409: type synonyms that discard their arguments
Ignore-this: d2ab9292c281323280fc74e04a9d29dd
Type synonyms that don't mention one of their type parameters on the
RHS are a pain in the neck. This patch fixes a long-standi
Thu Aug 13 09:15:40 PDT 2009 simo...@microsoft.com
* Test Trac #3409
Ignore-this: e4093d296c05c4b5532588f2a04c2210
A ./tests/ghc-regress/typecheck/should_compile/T3409.hs
M ./tests/ghc-regress/typecheck/should_compile/all.T +1
View patch online:
http://darcs.haskell.org/testsuite/_da
I'd be fine with these, except I think it'd be better to rename
combineSrcSpans --> combineSrcSpan
and then use
combineSrcSpans
for the new function.
Simon
| -Original Message-
| From: cvs-ghc-boun...@haskell.org [mailto:cvs-ghc-boun...@haskell.org] On
Behalf Of
| Isaac