Re: darcs patch: Scripts for building OS X frameworks

2008-01-19 Thread Ian Lynagh
Hi Judah, On Mon, Dec 17, 2007 at 05:30:39PM -0800, Judah Jacobson wrote: > On Dec 17, 2007 3:28 PM, Ian Lynagh <[EMAIL PROTECTED]> wrote: > > > > On Mon, Nov 26, 2007 at 11:41:03PM -0800, Judah Jacobson wrote: > > > > > > This patch adds the scripts for building GNUreadline.framework and > > > G

Re: darcs patch: Use -framework-path flags during the cc phase. Fixes trac #1975.

2008-01-19 Thread Ian Lynagh
On Wed, Dec 12, 2007 at 12:19:10PM -0800, Judah Jacobson wrote: > The following patch fixes trac #1975. I believe it's small enough to > be merged to the 6.8 branch. Thanks for the patch! I've applied it to the HEAD and 6.8 branches. Thanks Ian ___ C

patch applied (ghc-6.8/ghc): MERGED: Add :run and tweak :main

2008-01-19 Thread Ian Lynagh
Sat Jan 19 10:34:14 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * MERGED: Add :run and tweak :main Sat Jan 19 08:49:23 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Add :run and tweak :main You can now give :main a Haskell [String] as an argument, e.g. :main ["foo", "bar"] and :run is

patch applied (ghc-6.8/ghc): Make MacFrameworks a subdirectory of distrib, since it isn't used in the normal building process.

2008-01-19 Thread Ian Lynagh
Mon Dec 17 15:57:35 PST 2007 [EMAIL PROTECTED] * Make MacFrameworks a subdirectory of distrib, since it isn't used in the normal building process. ./MacFrameworks -> ./distrib/MacFrameworks M ./distrib/MacFrameworks/Makefile -3 +3 ___ Cvs-g

patch applied (ghc-6.8/ghc): Add scripts for building GMP.framework and GNUreadline.framework (OS X).

2008-01-19 Thread Ian Lynagh
Mon Nov 26 23:29:51 PST 2007 [EMAIL PROTECTED] * Add scripts for building GMP.framework and GNUreadline.framework (OS X). A ./MacFrameworks/ A ./MacFrameworks/Makefile A ./MacFrameworks/README A ./MacFrameworks/build-framework-gmp.sh A ./MacFrameworks/build-framework-readlin

patch applied (ghc-6.8/ghc): Use -framework-path flags during the cc phase. Fixes trac #1975.

2008-01-19 Thread Ian Lynagh
Wed Dec 12 12:12:45 PST 2007 [EMAIL PROTECTED] * Use -framework-path flags during the cc phase. Fixes trac #1975. M ./compiler/main/DriverPipeline.hs +10 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-gh

patch applied (testsuite): Add a test for :main and :run

2008-01-19 Thread Ian Lynagh
Sat Jan 19 08:53:12 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Add a test for :main and :run M ./tests/ghc-regress/ghci/scripts/all.T +1 A ./tests/ghc-regress/ghci/scripts/ghci029.script A ./tests/ghc-regress/ghci/scripts/ghci029.stdout __

patch applied (testsuite): Add a test for trac #1821

2008-01-19 Thread Ian Lynagh
Sat Jan 19 05:27:43 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Add a test for trac #1821 M ./tests/ghc-regress/parser/should_compile/all.T +2 A ./tests/ghc-regress/parser/should_compile/read_1821.hs ___ Cvs-ghc mailing list Cvs-ghc@haskell.org

patch applied (ghc): Add :run and tweak :main

2008-01-19 Thread Ian Lynagh
Sat Jan 19 08:49:23 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Add :run and tweak :main You can now give :main a Haskell [String] as an argument, e.g. :main ["foo", "bar"] and :run is a variant that takes the name of the function to run. Also, :main now obeys the -main-is flag. M ./c

patch applied (ghc): Make MacFrameworks a subdirectory of distrib, since it isn't used in the normal building process.

2008-01-19 Thread Ian Lynagh
Mon Dec 17 15:57:35 PST 2007 [EMAIL PROTECTED] * Make MacFrameworks a subdirectory of distrib, since it isn't used in the normal building process. ./MacFrameworks -> ./distrib/MacFrameworks M ./distrib/MacFrameworks/Makefile -3 +3 ___ Cvs-g

patch applied (ghc): Add scripts for building GMP.framework and GNUreadline.framework (OS X).

2008-01-19 Thread Ian Lynagh
Mon Nov 26 23:29:51 PST 2007 [EMAIL PROTECTED] * Add scripts for building GMP.framework and GNUreadline.framework (OS X). A ./MacFrameworks/ A ./MacFrameworks/Makefile A ./MacFrameworks/README A ./MacFrameworks/build-framework-gmp.sh A ./MacFrameworks/build-framework-readlin

patch applied (ghc): Use -framework-path flags during the cc phase. Fixes trac #1975.

2008-01-19 Thread Ian Lynagh
Wed Dec 12 12:12:45 PST 2007 [EMAIL PROTECTED] * Use -framework-path flags during the cc phase. Fixes trac #1975. M ./compiler/main/DriverPipeline.hs +10 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-gh

patch applied (ghc): FIX #1821 (Parser or lexer mess-up)

2008-01-19 Thread Ian Lynagh
Mon Dec 10 15:06:49 PST 2007 [EMAIL PROTECTED] * FIX #1821 (Parser or lexer mess-up) M ./compiler/parser/Lexer.x -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Improve the error when :list can't find any code to show

2008-01-19 Thread Ian Lynagh
Fri Jan 18 14:56:55 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Improve the error when :list can't find any code to show M ./compiler/ghci/InteractiveUI.hs -3 +17 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/

Daily report for head

2008-01-19 Thread BuildBot Collator
Build results: x86-64 Linux head:lost x86 Windows head: fail (failed getsubrepos) x86 Windows head fast:pass pass pass pass pass gabor head: pass kahl G5 Gentoo Linux head:pass mnemosyne x86-64 Gentoo head: pass tnaur PPC OSX head: pas

Daily report for stable

2008-01-19 Thread BuildBot Collator
Build results: kahl G5 Gentoo Linux stable: pass x86 Windows stable: fail (failed stage1) x86 Windows stable fast: pass pass pass pass pass x86-64 Linux stable: lost New unexpected test failures: TH_fail 1 x86 Windows stable fast qq0011 x86 Windows stable fast