Item 72 of 76 Previous | Next

2

Fixed

PSeq.groupBy not using the the right comparison

description

From a bug report:

PSeq.groupby is breaking when applied to keys that are arrays. I think it is using reference equality because you've haven't passed the appropriate IEqualityComparer to ParallelEnumerable.GroupBy.

Equivalent bugs may well be afflicting similar functions, of course.

No files are attached

comments

LukeH wrote Mar 13 2010 at 10:22 PM

Fixed with changeset #43022.