Re: darcs patch: more portabilization

2008-01-16 Thread Ian Lynagh
On Wed, Jan 16, 2008 at 08:21:29PM -0500, Isaac Dupree wrote: > er, I replied, attaching an amended patch, and it told me the message > awaited moderator approval? what's this? It hit the lists's message size limit, and as it didn't look like a "darcs send" message it was held. I've let it throu

[issue560] pull => resource exhausted (Too many open files)

2008-01-16 Thread David Roundy
David Roundy <[EMAIL PROTECTED]> added the comment: I've verified (by pulling 4,918 patches) that this bug is fixed in darcs-unstable, at least when using hashed repositories. -- status: chatting -> resolved-in-unstable __ Darcs bug tracker <[EMAIL PROTEC

Re: darcs patch: more portabilization

2008-01-16 Thread Isaac Dupree
er, I replied, attaching an amended patch, and it told me the message awaited moderator approval? what's this? Isaac ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

HEAD broken (was Re: patch applied (ghc): Use runPhase_MoveBinary also for generating a dynamic library wrapper)

2008-01-16 Thread Roman Leshchinskiy
Clemens Fruhwirth wrote: Wed Jan 16 14:04:20 PST 2008 Clemens Fruhwirth <[EMAIL PROTECTED]> * Use runPhase_MoveBinary also for generating a dynamic library wrapper main/DriverPipeline.hs:1100:24: Not in scope: `splitFilename' main/DriverPipeline.hs:1101:64: Not in scope: `joinFileExt' Has t

Re: darcs patch: more portabilization

2008-01-16 Thread Ian Lynagh
On Wed, Jan 16, 2008 at 06:56:15PM -0500, Isaac Dupree wrote: > > argh! conflicts! Ug, sorry about that :-( > oh, darnit, you wanted to panic for invalid FastBools... which seems > reasonable and hard to work around. (although: if the code typechecks > with FastBool=Bool, then I don't think it'

Re: darcs patch: more portabilization

2008-01-16 Thread Isaac Dupree
Isaac Dupree wrote: Isaac Dupree wrote: oh, darnit, you wanted to panic for invalid FastBools... which seems reasonable and hard to work around. although if they're really supposed to be Fast, I question putting any extra checks than "is it equal to zero or not" for example, even to panic.

Re: darcs patch: more portabilization

2008-01-16 Thread Isaac Dupree
Isaac Dupree wrote: oh, darnit, you wanted to panic for invalid FastBools... which seems reasonable and hard to work around. although if they're really supposed to be Fast, I question putting any extra checks than "is it equal to zero or not" for example, even to panic. chr# doesn't do check

Re: darcs patch: more portabilization

2008-01-16 Thread Isaac Dupree
Ian Lynagh wrote: Hi Isaac, On Sat, Jan 05, 2008 at 07:38:34PM -0500, Isaac Dupree wrote: okay, this is a bunch but not all of the work. I'd like to have another set of eyes look over it before committing, is all. Great stuff! Looks good to me, feel free to push (assuming it validates). ar

Re: darcs patch: more portabilization

2008-01-16 Thread Ian Lynagh
Hi Isaac, On Sat, Jan 05, 2008 at 07:38:34PM -0500, Isaac Dupree wrote: > okay, this is a bunch but not all of the work. I'd like to have another > set of eyes look over it before committing, is all. Great stuff! Looks good to me, feel free to push (assuming it validates). If you'd like me to

patch applied (ghc): Add dyn-wrapper.c used as cross-plattform launch wrapper for executables using dynamic libraries in non-standard places

2008-01-16 Thread Clemens Fruhwirth
Wed Jan 16 14:06:03 PST 2008 Clemens Fruhwirth <[EMAIL PROTECTED]> * Add dyn-wrapper.c used as cross-plattform launch wrapper for executables using dynamic libraries in non-standard places M ./rts/Makefile +9 A ./rts/dyn-wrapper.c ___ Cvs-gh

patch applied (ghc): Use runPhase_MoveBinary also for generating a dynamic library wrapper

2008-01-16 Thread Clemens Fruhwirth
Wed Jan 16 14:04:20 PST 2008 Clemens Fruhwirth <[EMAIL PROTECTED]> * Use runPhase_MoveBinary also for generating a dynamic library wrapper M ./compiler/main/DriverPipeline.hs -8 +43 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.

patch applied (ghc): Remove -fhardwire-lib-paths in favour of -dynload sysdep

2008-01-16 Thread Clemens Fruhwirth
Thu Jan 10 04:17:36 PST 2008 Clemens Fruhwirth <[EMAIL PROTECTED]> * Remove -fhardwire-lib-paths in favour of -dynload sysdep M ./compiler/main/DriverPipeline.hs -3 +7 M ./compiler/main/StaticFlags.hs -2 ___ Cvs-ghc mailing list Cvs-ghc@haske

patch applied (ghc): ghc-inplace defaults to -fhardwire-lib-paths. Change that to -dynload wrapped

2008-01-16 Thread Clemens Fruhwirth
Thu Jan 10 01:08:39 PST 2008 Clemens Fruhwirth <[EMAIL PROTECTED]> * ghc-inplace defaults to -fhardwire-lib-paths. Change that to -dynload wrapped M ./compiler/ghc-inplace.c -6 +7 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.o

patch applied (ghc): Add -dynload flag as dynamic flag.

2008-01-16 Thread Clemens Fruhwirth
Wed Jan 16 12:57:10 PST 2008 Clemens Fruhwirth <[EMAIL PROTECTED]> * Add -dynload flag as dynamic flag. M ./compiler/main/DynFlags.hs +19 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (testsuite): Update output

2008-01-16 Thread Ian Lynagh
Wed Jan 16 13:39:08 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Update output M ./tests/ghc-regress/ghci.debugger/scripts/list001.stdout -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Tweak the splitter

2008-01-16 Thread Ian Lynagh
Wed Jan 16 11:56:12 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Tweak the splitter We were generating a label ".LnLC7", which the splitter was confusing with a literal constant (LC). The end result was the assembler tripping up on ".Ln.text". M ./driver/split/ghc-split.lprl -3 +3 _

patch applied (ghc): Add a missing import

2008-01-16 Thread Ian Lynagh
Wed Jan 16 09:41:49 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Add a missing import M ./compiler/ghci/InteractiveUI.hs +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Fix Makefile generatin on Windows

2008-01-16 Thread Ian Lynagh
Wed Jan 16 08:27:52 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Fix Makefile generatin on Windows M ./compiler/main/DriverMkDepend.hs -4 +4 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Fix slash direction on Windows with the new filePath code

2008-01-16 Thread Ian Lynagh
Wed Jan 16 07:43:17 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Fix slash direction on Windows with the new filePath code M ./compiler/main/DriverPipeline.hs -9 +14 M ./compiler/utils/Util.lhs +14 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org ht

patch applied (ghc): Fix typo

2008-01-16 Thread Ian Lynagh
Tue Jan 15 17:19:53 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Fix typo M ./compiler/main/DynFlags.hs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Add Main.dyn_o deployed into the RTS library dir to linking (see DLLNOTES for rational)

2008-01-16 Thread Clemens Fruhwirth
Thu Jan 10 01:12:17 PST 2008 Clemens Fruhwirth <[EMAIL PROTECTED]> * Add Main.dyn_o deployed into the RTS library dir to linking (see DLLNOTES for rational) M ./compiler/main/DriverPipeline.hs -1 +9 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org h

patch applied (ghc): The Core type-matcher should look through PredTypes

2008-01-16 Thread Simon Peyton Jones
Wed Jan 16 06:59:39 PST 2008 [EMAIL PROTECTED] * The Core type-matcher should look through PredTypes The core type-matcher Unify.match was previouly using tcView to expand types, because it must treat newtypes as distinct from their representation. But that meant that it also treated th

patch applied (ghc): A bottoming function should have infinite arity

2008-01-16 Thread Simon Peyton Jones
Wed Jan 16 06:57:22 PST 2008 [EMAIL PROTECTED] * A bottoming function should have infinite arity I can't think how this one escaped for so long, but (error "foo") should have arityType ABot, just as 'error' itself does. This improves eta expansion. I spotted it when looking

patch applied (ghc): More verbose error reporting in mk/target.mk

2008-01-16 Thread Clemens Fruhwirth
Mon Dec 31 09:07:15 PST 2007 Clemens Fruhwirth <[EMAIL PROTECTED]> * More verbose error reporting in mk/target.mk M ./mk/target.mk -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Refactor cross-plattform process spawning from ghc-inplace into shell-tools.c

2008-01-16 Thread Clemens Fruhwirth
Thu Jan 10 01:07:21 PST 2008 Clemens Fruhwirth <[EMAIL PROTECTED]> * Refactor cross-plattform process spawning from ghc-inplace into shell-tools.c M ./compiler/Makefile -4 +1 M ./compiler/ghc-inplace.c -129 +1 A ./includes/shell-tools.c

Daily report for head

2008-01-16 Thread BuildBot Collator
Build results: x86-64 Linux head: fail (failed stage1) x86 Windows head: fail (failed stage1) x86 Windows head fast: fail (failed darcs) fail (failed darcs) fail (failed darcs) fail (failed darcs) fail (failed darcs) fail (failed darcs) kahl G5 Gentoo Linux head: pass x86-64 L

Daily report for stable

2008-01-16 Thread BuildBot Collator
Build results: gabor stable: pass kahl G5 Gentoo Linux stable:pass mnemosyne x86-64 Gentoo stable: pass tnaur PPC OSX stable 2: fail (failed stage2) tnaur x86 Linux stable: fail (failed stage1) x86 Windows stable: fail (failed darcs) x86 Windows sta