RT for rt.cpan.org
Skip Menu
|
Bug #108888 for List-MoreUtils: wishlist: The opposite of singleton() (returns duplicates)
Active bugs
Resolved bugs
Rejected bugs
This queue is for tickets about the
List-MoreUtils CPAN distribution
.
Report information
The Basics
Id:
108888
Status:
resolved
Priority:
0/
Queue:
List-MoreUtils
People
Owner:
Nobody in particular
Requestors:
PERLANCAR [...] cpan.org
Cc:
AdminCc:
Bug Information
Severity:
Wishlist
Broken in:
(no value)
Fixed in:
0.423
History
Show all quoted text
Fri Nov 13 04:55:29 2015
PERLANCAR [...] cpan.org - Ticket created
Subject:
wishlist: The opposite of singleton() (returns duplicates)
See subject.
Fri Nov 13 04:56:13 2015
PERLANCAR [...] cpan.org - Correspondence added
On Fri Nov 13 04:55:29 2015, PERLANCAR wrote:
Show quoted text
> See subject.
Additional note: this can be used for "set intersection" operation. Some would appreciate the fast XS version for this operation.
Fri Nov 13 04:59:59 2015
REHSACK [...] cpan.org - Correspondence added
Please be more specific (eg. how do you define opposite having unique in mind)
Fri Nov 13 04:59:59 2015
The RT System itself - Status changed from 'new' to 'open'
Fri Nov 13 06:02:35 2015
PERLANCAR [...] cpan.org - Correspondence added
On Fri Nov 13 04:59:59 2015, REHSACK wrote:
Show quoted text
> Please be more specific (eg. how do you define opposite having unique > in mind)
my @set1 = (1,2,3,4,5,6); my @set2 = ( 2,3,4,5,6,7); singleton(@set1, @set2); # => (1,7) dupes(@set1, @set2); # => (2,3,4,5,6)
Fri Nov 13 06:19:54 2015
REHSACK [...] cpan.org - Correspondence added
That's sane - will happily add that.
Wed Aug 23 05:53:22 2017
REHSACK [...] cpan.org - Status changed from 'open' to 'resolved'
Wed Aug 23 05:53:23 2017
REHSACK [...] cpan.org - Fixed in 0.423 added