Build description = STABLE on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
Build location= /playpen/simonmar/nightly/STABLE
Build config file = /home/simonmar/nightly/site/msrc/conf-STABLE-cam-02-unx
Nightly build started on cam-02-unx at Mon Feb 18 18:10:01 GMT 2008.
checki
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 Mon Feb 18 18:00:01 GMT 2008.
checking out
Mon Feb 18 15:43:18 PST 2008 [EMAIL PROTECTED]
* In expressions, tab-complete quoted strings as filenames.
M ./compiler/ghci/InteractiveUI.hs +1
Mon Feb 18 15:42:02 PST 2008 [EMAIL PROTECTED]
* Make tab completion use a common set of word break characters.
M ./compiler/ghci/GhciMon
Sun Feb 17 22:18:09 PST 2008 Manuel M T Chakravarty <[EMAIL PROTECTED]>
* All installed Haskell prgms have an inplace and an installed version
- GHC installs a range of compiled Haskell programs in addition to the actual
compiler. To ensure that they all run on the platform targeted by th
Mon Feb 18 13:41:51 PST 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Fix warnings in Pretty
M ./compiler/utils/Pretty.lhs -82 +122
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Mon Feb 18 12:04:08 PST 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Fix warnings in FiniteMap
M ./compiler/utils/FiniteMap.lhs -48 +48
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Mon Feb 18 11:36:45 PST 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Fix warnings in Binary
M ./compiler/utils/Binary.hs -29 +25
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Mon Feb 18 11:18:46 PST 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Fix warnings in StringBuffer
M ./compiler/utils/StringBuffer.lhs -13 +6
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Mon Feb 18 11:08:49 PST 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Fix warnings in IOEnv
M ./compiler/utils/IOEnv.hs -14 +8
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
On 2/18/08, Guilherme Avelino <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I know that Stg don´t have type informations, but I saw some research using
> a changed version of GHC
>
> Some researches, like Compiling Haskell to Java [Tullsen, Mark] and
> Multi-Paradigm Just-In-Time Compilation [Stewart, Don]
Mon Feb 18 06:47:07 PST 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Fix warnings in FastString, and check for empty case in head/tail
M ./compiler/utils/FastString.lhs -24 +28
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/
Mon Feb 18 03:22:32 PST 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Whitespace only
M ./compiler/utils/StringBuffer.lhs -39 +39
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Mon Feb 18 03:21:01 PST 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Whitespace only
M ./compiler/utils/IOEnv.hs -24 +24
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Mon Feb 18 03:19:41 PST 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Whitespace only
M ./compiler/utils/FiniteMap.lhs -235 +251
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Mon Feb 18 03:02:41 PST 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Whitespace only
M ./compiler/utils/FastString.lhs -125 +126
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Mon Feb 18 02:59:09 PST 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Whitespace only
M ./compiler/utils/Binary.hs -149 +148
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Mon Feb 18 02:53:43 PST 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Whitespace only
M ./compiler/utils/Pretty.lhs -86 +88
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Sun Feb 17 09:51:33 PST 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Tweak whitespace
M ./utils/ghc-pkg/Main.hs -1 +1
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Sun Feb 17 09:50:21 PST 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Fix typo
M ./utils/ghc-pkg/Main.hs -1 +1
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Hi,
I know that Stg don´t have type informations, but I saw some research using
a changed version of GHC
Some researches, like Compiling Haskell to Java [Tullsen, Mark] and
Multi-Paradigm Just-In-Time Compilation [Stewart, Don], have used the STG as
frontend for them compilers. They changed the
[EMAIL PROTECTED] wrote:
Hello,
The test case concio001 fails like this on the PPC Mac OS X builder
tnaur-ppc-osx, most likely because of a simple timing problem:
=> concio001(normal)
cd . && $MAKE -s --no-print-directory test.concio001concio001.run.stdout 2>concio001.run.stderr
Actu
Bryan O'Sullivan wrote:
Bryan Donlan wrote:
As such, initially I'd like to focus my efforts on generalizing the
infastructure to support more than one IO manager per platform, and
implementing epoll as an initial test.
This would be great to have, but you might be overlapping with work that
P
Manuel
| Finally, you can have the glorious GHC in a format satisfying the
| discerning Mac user
Thank you so much for doing this. The Mac is an important platform for GHC,
and it's fantastic that we now have an easy-install route for it.
Simon
___
Manuel, Bryan, Thorkil
I have not been following this licensing thread in detail, but I sense you have
reached some kind of consensus. Could you write it up on
http://hackage.haskell.org/trac/ghc/wiki/Licensing
so that we don't lose your conclusions?
Thanks.
Simon
| -Original Me
Cool. But please update the user documentation too!
Simon
| -Original Message-
| From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Roman
Leshchinskiy
| Sent: 11 February 2008 04:08
| To: cvs-ghc@haskell.org
| Subject: patch applied (ghc): Allow -ddump-simpl-phases to specif
Build results:
gabor stable: pass
kahl G5 Gentoo Linux stable:lost
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 bindisttest)
x86 Windo
Build results:
x86-64 Linux head: lost
x86 Windows head: fail (failed bindisttest)
x86 Windows head fast: pass pass pass pass pass fail (failed stage1)
kahl G5 Gentoo Linux head: lost
tnaur PPC OSX head 2: fail (failed stage2)
x86-64 Linux head unreg: lost
Old unexpecte
27 matches
Mail list logo