Skip to content

Some small fixes (author ordering by first commit in activity, a fix for applying set.union on non sets)

Jonathan L. Verner requested to merge Verner/ComDaAn:master into master

During my experiments with ComDaAn, I run into the trouble of authors not sorting according to first commit date (as shown in this blogpost) without the change in dd740db1.

When trying to generate the centrality graphs, I run into another problem, where the code was trying to run reduce on a list of elements which were not sets, applying the set.union reducer, which failed.

Merge request reports