On Tue, Aug 5, 2008 at 2:23 AM, Simon Marlow <[EMAIL PROTECTED]> wrote:
> (notice how fast that is :-)
git clone has gone about 45 minutes so far without finishing...is that
an improvement over darcs?
Alex
___
Glasgow-haskell-users mailing list
Glasgow-
marlowsd:
> Following lots of useful discussion and evaluation of the available DVCSs
> out there, the GHC team have made a decision: we're going to switch to git.
Hooray, this will generate a lot of open source good will, and help make
GHC more accessible to the outside world.
Just see the comm
> Sounds fantastic
I'm using 'prof2dot' on a ~3000 LOC project and it's working well. Visual
quality metrics like this and Haskell Program Coverage makes using Haskell
in the corporate world a little easier to pull off. Zero crash reports
helps too. ;-)
-Greg F
On Tue, Aug 5, 2008 at 1:02 P
Hi Neil,
Here's the (compressed) dot file from using darcs to get the whole
ghc repo. It was generated by
# prof2dot darcs.prof > darcs.dot
darcs.dot.bz2
Description: application/bzip2
The structure of the file is lines defining the edges followed by lines
defining the nodes, op
Hi Gregory,
Sounds fantastic. I'd love to see a single example of the resultant
.dot file, so I can figure out just how useful this might be to me.
Thanks
Neil
On Tue, Aug 5, 2008 at 8:50 PM, Gregory Wright <[EMAIL PROTECTED]> wrote:
>
> I am pleased to announce the release of prof2dot version
I am pleased to announce the release of prof2dot version 0.4.1,
a graphical profiling tool for use with GHC.
The program is a filter that takes the profiling output generated by
running
a GHC-compiled program with the "+RTS -px -RTS" option and turns it into
a dot file. (The "dot" format is
On 5 Aug 2008, at 11:23, Simon Marlow wrote:
(Thomas: is the mirror being automatically updated now?).
No. I have added the sync script as a post-apply hook, but it
doesn't seem to work. Maybe I can debug this with Igloo today.
/ Thomas
PGP.sig
Description: This is a digitally signed m
Following lots of useful discussion and evaluation of the available DVCSs
out there, the GHC team have made a decision: we're going to switch to git.
It came down to two things: the degree of support available, and
flexibility of the tools (git is much happier to let you modify the history
tha
On Tue, 05 Aug 2008 09:11:25 +0200, Christian Maeder
<[EMAIL PROTECTED]> wrote:
>I've rebuild the binary without statically linked gmp.
>
>http://www.dfki.de/sks/hets/mac/ghcs/ghc-6.8.3-powerpc-apple-darwin.tar.bz2
>
>So in addition to readline (and ncurses) you need gmp from MacPorts.
>(Otherwise
I've rebuild the binary without statically linked gmp.
http://www.dfki.de/sks/hets/mac/ghcs/ghc-6.8.3-powerpc-apple-darwin.tar.bz2
So in addition to readline (and ncurses) you need gmp from MacPorts.
(Otherwise even installation will fail, because pwd needs gmp.)
If you want ghc to produce stat
10 matches
Mail list logo