
Hello,
In the current thread about "Making it easier to contribute
non-functional changes" Johan Tibell asked about the contributors to
the base library. Darcs has a nifty command for this: darcs show
authors[1]. This command shows the total number of patches per author.
Unfortunately authors email addresses or nicknames change over time
which obfuscates this list. Fortunately darcs has a simple way of
figuring out which email address or nickname belongs to which author
by consulting the .authorspellings file. In this file you can specify
the:
official author name

This is the output of 'darcs show authors' with the initial .authorspellings:
855 Simon Marlow

On Tue, Oct 05, 2010 at 09:29:04AM +0200, Bas van Dijk wrote:
On Tue, Oct 5, 2010 at 2:33 AM, wren ng thornton
wrote: On 10/4/10 7:19 PM, Bas van Dijk wrote:
6 Jose Pedro Magalhaes
5 jpm@cs.uu.nl [...] 4 'Jose Pedro Magalhaes ' Those look like they could be combined.
I added them to the attached patch.
Applied, thanks Thanks Ian

On 10/4/10 4:15 PM, Bas van Dijk wrote:
It would be even nicer still if we could somehow share the same .authorspellings file between GHC and the different boot libraries. Is
Hi Bas, nice to see someone else using this. I have cleaned up show authors output in several project now, and there's a lot of overlap. It might be nice to establish a canonical list, on the wiki or generated by hackage 2 or haskellers.com. And then darcs could optionally query this, but even without that, the list would be useful for manual cleanups.
participants (4)
-
Bas van Dijk
-
Ian Lynagh
-
Simon Michael
-
wren ng thornton