I am trying to run this code, It can't be compiled and the status is just "Error" without any help messages.
Job Reference: http://boa.cs.iastate.edu/boa/?q=boa/job/82449
Robert informed me that the bug is in this line committers[node.author.username]++; and he suggests to change it to 'committers[node.author.username] = 1 + lookup(committers, node.author.username, 0);'
Thanks,
Moustafa