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
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
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
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
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'
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.
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
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
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
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
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.
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
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
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
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
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
_
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
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
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
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
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
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
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
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
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
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
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
27 matches
Mail list logo