Skip Menu |

This queue is for tickets about the Scalar-List-Utils CPAN distribution.

Maintainer(s)

GBARR, PEVANS

Bugs

ID Subject Status Severity Last Updated Broken in Fixed in
133709 segfault in XS_List__Util_reduce new 6 weeks ago 1.55
133194 Undefined behavior now found new 4 months ago
133030 uniqint returns unexpected results when output converted to an arrayref new 5 months ago
132876 reduce failure (multicall?) open 5 months ago 1.55
132889 Sub::Util::set_prototype doesn't work at MODIFY_CODE_ATTRIBUTES time new 6 months ago 1.55
132653 product -1, 1 throws Floating point exception on some machines open 7 months ago
132365 Test fail on 5.8.3-5.8.6 new 8 months ago
132351 Missing symbol Perl_ceil on Perl 5.8.1 new 8 months ago
120798 request: roll function similar to that of perl6 open 10 months ago 1.54
119162 Proposed new function: lucky_dip (randomly selected item from list) open Wishlist 10 months ago 1.46
127224 implement pairsort open 11 months ago
129659 Compilation warnings with gcc 8.3.0 open 11 months ago
131588 [meta] Add a CONTRIBUTING.md open 11 months ago
130935 Install problem open 1 years ago
100741 Unused but needed open 1 years ago
100614 Problem with t/blessed,t failing open 1 years ago
66715 SEGV from List::Util::first open Critical 1 years ago 1.23
95902 sum, min, and max use NV, truncating integers on 64-bit machines open Normal 1 years ago 1.38
130302 uniqnum() doesn't handle float strings correctly. open Normal 1 years ago 1.51
130389 Function to compare two arrays for "equality" open Wishlist 1 years ago
130277 t/uniq.t fails with -Duselongdouble perls open 1 years ago 1.51
129479 Add `zip` new Wishlist 2 years ago
129216 Break out Sub::Util from List::Util in XS new 2 years ago
128423 uniq unexpectedly returns its scalar new 2 years ago
128172 optimize shuffle / sample new 2 years ago
127943 List::Util reduce oddly repeating input open 2 years ago
127812 Consider implementing some of the List::UtilsBy functions open Wishlist 2 years ago
125863 Progressive loading of Exporter.pm open Wishlist 2 years ago
127308 FEATURE REQUEST: How about a next() function new 2 years ago 1.50
127125 implement lvpairs new 2 years ago
125723 Documentation error: link to looks_like_number doesn't work open 2 years ago
125656 any can short-circuit after the first true result new 2 years ago
96343 first return value error. open 3 years ago
124994 uniq() segfault new 3 years ago 1.50
124515 Unicode fail on 5.15.{4..9} new 3 years ago
124500 Wishlist: first_index, rfirst(_index), final(_index) new Wishlist 3 years ago
124480 VS2017 compilation warnings new 3 years ago
124385 List::Util::product() with Math::BigInt objects new 3 years ago
124017 sum0 and product without arguments leak memory patched 3 years ago
122582 dualvar doesn't capture numeric value open 3 years ago
107970 min/max do not handle magic correctly on their arguments open 3 years ago 1.46
123781 Coverity #169270: Nesting level does not match indentation new 3 years ago
122955 [PATCH] Use sv_rvunweaken when available patched 3 years ago
123005 surprising installation path open 3 years ago
122993 thread tests and 5.6 compat new 3 years ago
122987 Please add minmax like in List::MoreUtils open Wishlist 3 years ago
118470 [PATCHES] patches for VAX (netbsd-vax) open 3 years ago
121013 can we add documentation and tests for interaction of the various functions with undef as argument? open 4 years ago
119169 t/tainted.t intermittently fails patched 4 years ago
118298 Implement 'any LIST', 'all LIST' constructions open 4 years ago
118334 Bump SvREFCNT around the MULTICALL block of pairmap, pairgrep, ... new 4 years ago 1.46
116961 subname() segfaults on deleted stash open 4 years ago
105476 Coverity finding: potential null cv derefs with MULTICALL open 4 years ago 1.42
117080 1.46_01: dependency on Scalar::Util 1.46_01 neither declared nor declarable open 4 years ago
116962 Example get_code_info() doesn't work for explicitly unnamed subs new 4 years ago
116762 add interface to SvREADONLY and SvREFCNT open Wishlist 4 years ago
114449 segfault in List::Util::uniq when combined with sort open Important 5 years ago 1.45
114398 Feature request: :all export tag new 5 years ago
113939 [PATCH] support lexical $_ new 5 years ago
113180 Scalar-List-Utils 1.44 won't build on blead open 5 years ago
112038 Consider L:U:indexpairs new Wishlist 5 years ago
112003 Sub::Util 1.41 incorrectly installed on perl 5.10.1 (toolchain issue) new 5 years ago 1.41
111466 polyfill from Sub::Current open Wishlist 5 years ago
111277 broken link open 5 years ago
110278 perl 5.23.5 simultaneous min,max wrong results open 5 years ago
101494 [PATCH] reduce compiler warnings and stderr noise patched 5 years ago
108558 Documentation under DIAGNOSTICS appears to be out of date open 5 years ago 1.42
98323 5.6 fails the last sum.t IV precision test open 5 years ago
105291 Define an eventual API for requesting the custom-op versions of any/all/none/etc... new Wishlist 6 years ago
105290 a deref function to complement reftype new Wishlist 6 years ago
104234 Scalar::List Module Error after Linux OS Patch Upgrade open 6 years ago
102512 looks_like_number and scientific notation open 6 years ago
100739 gcc thinks min() has an issue new 6 years ago
98711 MANIFEST contains local files new 6 years ago
95409 pairmap lexical vars inside coderef open Normal 6 years ago
97033 Attempt to free unreferenced scalar when used with Package::Stash new Normal 6 years ago 1.39
77457 overloaded numeric types open 7 years ago
94817 Feature request: looks_like_int, looks_like_float, look_like_real new Wishlist 7 years ago
92501 pairmap segfaults open Critical 7 years ago
92527 "isdual" returns false positives. open 7 years ago 1.27
1.27_001
1.27_002
1.28
1.29
1.29_001
1.30
1.31
1.32
1.33
1.34
1.35
1.36
1.37
1.38
89792 Enhancement - function to test that value is numified new 7 years ago
89566 inconsistency with Infinity new Unimportant 7 years ago
89423 looks_like_number supports nan/inf, but not Win32 inf new Normal 7 years ago
67667 Scalar::Util should install to site after 5.12 open Normal 7 years ago 1.23
56591 Add :all import tag? open Wishlist 7 years ago