[codeface] mailing list analysis

  • From: Mitchell Joblin <joblin.m@xxxxxxxxx>
  • To: codeface@xxxxxxxxxxxxx
  • Date: Fri, 23 Oct 2015 17:00:01 +0200

Hi all,

I think there is some bugs in the mailing list analysis that causes
not all messages to be entered into the database and the rangeId
reference are incorrect. In the analysis.r file there is a function
named analyse.sub.sequences(..). In the scope of "mclapply.db" an
index variable "i" is used ranging from 1:N. The one issue seems to
arise from the use of the index variable in cycles[i,] that gets
passed to dispatch.steps and eventually the rangeId in cycles get
written to the database. The cycles should actually correspond to the
non-empty release ranges computed earlier, which may not actually be
complete or start at index 1.

This code is mostly new to me so a sanity check would be helpful.

Thanks,

Mitchell

Other related posts: