http://hackage.haskell.org/trac/ghc/wiki/DarcsEvaluation
thanks, Simon! - perhaps everybody should list their open ghc-related darcs tickets there? in case the darcs developers take a look. btw, it is easy to confuse the ghc wiki with darcs ticket numbers!-)
- 'darcs changes <file>' can be sped up drastically by adding --last=1000 (which ought to be enough for most queries?). compare: darcs changes compiler/ghci/InteractiveUI.hs | less darcs changes compiler/ghci/InteractiveUI.hs --last=1000 | less the first takes a couple of minutes before reporting anything, the second a few seconds. it would be nicer if --last=n referred to the last n patches on that file instead of the last n patches overall, though. annotate doesn't accept --last, and falls over with stack overflow on that file. claus _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
