From: GHC Build Reports <[EMAIL PROTECTED]>
To: cvs-ghc@haskell.org
Subject: [nightly] 16-Mar-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/
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 Fri Mar 16 19:00:01 GMT 2007.
On Wed, Mar 14, 2007 at 04:42:11PM +0100, Sven Panne wrote:
>
> I've just seen that this patch is in the 6.6 branch, too. Therefore all my
> patches from today (regarding primops.txt.pp, Main.hs, core.tex etc.) should
> be merged to the branch, too.
Done.
Thanks
Ian
_
Fri Mar 16 08:16:33 PDT 2007 [EMAIL PROTECTED]
* Test for Trac #1031
M ./tests/ghc-regress/deSugar/should_run/all.T +1
A ./tests/ghc-regress/deSugar/should_run/dsrun014.hs
A ./tests/ghc-regress/deSugar/should_run/dsrun014.stderr
A ./tests/ghc-regress/deSugar/should_run/dsrun014.
Fri Mar 16 18:17:21 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]>
* MERGED: Desugar applications of 'seq' specially; fix Trac #1031
[EMAIL PROTECTED]
Merge to 6.6 branch. Test case is dsrun014.
Note [Desugaring seq] cf Trac #1031
~
f x y = x `seq` (y `seq
Fri Mar 16 18:12:22 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]>
* MERGED: Establish the CoreSyn let/app invariant
[EMAIL PROTECTED]
M ./compiler/coreSyn/CoreUtils.lhs -16 +5
M ./compiler/deSugar/DsExpr.lhs -7 +5
M ./compiler/deSugar/DsUtils.lhs -4 +36
Fri Mar 16 17:39:52 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]>
* MERGED: Fix typo "lazy y x" -> "lazy y"
Ian Lynagh <[EMAIL PROTECTED]>**20070317004003
M ./compiler/prelude/primops.txt.pp -1 +1
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://w
Fri Mar 16 16:33:02 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]>
* MERGED: Fix parsing of parallel array literals
Manuel M T Chakravarty <[EMAIL PROTECTED]>**20070224061150
M ./compiler/parser/Parser.y.pp -4 +4
___
Cvs-ghc mailing list
Cvs-ghc@haske
Fri Mar 16 16:15:27 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]>
* Unbreak Haddock markup
[EMAIL PROTECTED]
M ./compiler/prelude/primops.txt.pp -1 +1
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Fri Mar 16 09:49:26 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]>
* MERGED: Fixed LaTeX markup
[EMAIL PROTECTED]
M ./compiler/prelude/primops.txt.pp -5 +6
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Wed Mar 14 06:43:28 PDT 2007 [EMAIL PROTECTED]
* Handle primitive types and pseudo ops when generating LaTeX
M ./utils/genprimopcode/Main.hs +15
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Wed Mar 14 06:27:03 PDT 2007 [EMAIL PROTECTED]
* Added LaTeX commands for primitive types and pseudo ops
M ./docs/ext-core/core.tex +8
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Fri Mar 16 17:40:03 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]>
* Fix typo "lazy y x" -> "lazy y"
M ./compiler/prelude/primops.txt.pp -1 +1
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
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 Fri Mar 16 19:30:01 GMT 2007.
checki
Fri Mar 16 08:17:12 PDT 2007 [EMAIL PROTECTED]
* Desugar applications of 'seq' specially; fix Trac #1031
Merge to 6.6 branch. Test case is dsrun014.
Note [Desugaring seq] cf Trac #1031
~
f x y = x `seq` (y `seq` (# x,y #))
The [CoreSyn let/app invarian
Fri Mar 16 08:16:33 PDT 2007 [EMAIL PROTECTED]
* Test for Trac #1031
M ./tests/ghc-regress/deSugar/should_run/all.T +1
A ./tests/ghc-regress/deSugar/should_run/dsrun014.hs
A ./tests/ghc-regress/deSugar/should_run/dsrun014.stderr
A ./tests/ghc-regress/deSugar/should_run/dsrun014.
On Fri, Mar 16, 2007 at 12:12:49PM +, Malcolm Wallace wrote:
> Sven Panne <[EMAIL PROTECTED]> wrote:
>
> > but they should *not* install these tools
> > along with the compiler/interpreter in question.
>
> However, nhc98 won't mind in the slightest if somebody else installs
> cpphs as well,
On Friday 16 March 2007 15:45, Ian Lynagh wrote:
> The only issue I see is that Cabal calls hsc2hs when necessary, but alex
> and happy are already in the that situation. Unfortunately packages
> can't depend on tools, they just fail when asked to build. Perhaps there
> should be a cabal "Tools:" f
On Fri, Mar 16, 2007 at 12:18:21PM +0100, Sven Panne wrote:
>
> We *do not* install hsc2hs anymore, and make it a standalone project
> distributed separately. Same for cpphs.
The only issue I see is that Cabal calls hsc2hs when necessary, but alex
and happy are already in the that situation. Unfo
Fri Mar 16 07:28:24 PDT 2007 [EMAIL PROTECTED]
* Improve error messages for 'deriving' clauses
This patch improves the misleading error message reported in Trac #1133.
Please merge the patch to the 6.6.1 branch.
M ./compiler/typecheck/TcDeriv.lhs -21 +19
__
Fri Mar 16 06:38:50 PDT 2007 [EMAIL PROTECTED]
* Refactor TcRnDriver, and check exports on hi-boot files
This patch refactors TcRnDriver to make the top-level structure
easier to understand.
The change was driven by Trac #924, and this patch fixes that bug.
When comparing a modul
Fri Mar 16 06:38:22 PDT 2007 [EMAIL PROTECTED]
* Comment out debug traces
M ./compiler/iface/IfaceEnv.lhs -2 +2
M ./compiler/iface/LoadIface.lhs -1 +1
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-gh
From: GHC Build Reports <[EMAIL PROTECTED]>
To: cvs-ghc@haskell.org
Subject: [nightly] 16-Mar-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
Sven Panne <[EMAIL PROTECTED]> wrote:
> GHC/Hugs/nhc
> should fetch these tools via their darcs-all script and use it for
> bootstrapping themselves,
At least nhc98 already does this. :-)
> but they should *not* install these tools
> along with the compiler/interpreter in question.
Well, per
On Friday 16 March 2007 12:40, Malcolm Wallace wrote:
> But the very reason that cpphs and hsc2hs are distributed with hugs and
> nhc98 is for bootstrapping. If you don't already have a Haskell
> compiler on your machine, then you can't install cpphs or hsc2hs. But
> conversely, you can't install
Sven Panne <[EMAIL PROTECTED]> wrote:
> While we are at the topic: Is there a deep reason why the cpphs repo
> is on www.cs.york.ac.uk and not on darcs.haskell.org?
No deep reason, just historical. cpphs was converted to darcs at a time
when I had no write access on darcs.haskell.org.
I have n
Sven Panne <[EMAIL PROTECTED]> wrote:
> OK, now I remember. :-) Hmmm, that seems to indicate that splitting
> off at least cpphs from the Hugs/nhc98 distributions is the right
> way. And because of a similar reasoning, hsc2hs should not be
> distributed with nhc98.
But the very reason that cpph
On Thursday 15 March 2007 21:34, Ian Lynagh wrote:
> hsc2hs gives different output on different platforms, so anyone building
> from source needs it, not just those building from darcs.
I came to the same conclusion this morning while standing under the
shower... :-) So things are quite different
On Thursday 15 March 2007 21:28, Ian Lynagh wrote:
> On Thu, Mar 15, 2007 at 07:46:09PM +0100, Sven Panne wrote:
> > BTW, the toplevel directory of darcs.haskell.org needs some serious
> > cleanup,
>
> There are plans[0] to get a "community server" where anyone can come
> along and get a project ho
From: GHC Build Reports <[EMAIL PROTECTED]>
To: cvs-ghc@haskell.org
Subject: [nightly] 15-Mar-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/
30 matches
Mail list logo