Skip Menu |
#SubjectStatusQueueOwnerPriority
  RequestorsCreatedToldLast UpdatedTime Left
130439 [REGRESSION] splice no longer attempts to numify things (@a.splice: ^3) open perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago 7 years ago
130600 LAST is called when it shouldn't be (my $x = do while (1) { LAST { die ‘hello’ }; }) new perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago
130598 [REGRESSION] while statement modifier returns blocks instead of running the code ( say ({ 42 } while $++ < 3) ) new perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago
130510 Cannot assign an array of shape 2 2 to an array of shape 2 2 (my @c[2;2] .= new(:shape(2, 2), <a b>, <c d>)) resolved perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago 7 years ago
130513 .List no longer works on shaped arrays (my @a[2;2]; say @a.List) resolved perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago 7 years ago
130438 [REGRESSION] permutations sub no longer works with numbers over 20 (say permutations(50).elems) rejected perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago 7 years ago
130433 [REGRESSION] .comb no longer produces a Seq (‘hello’.comb(/./)) rejected perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago
130436 [REGRESSION] .rotor no longer accepts Infs (@a.rotor: 3, Inf, :partial) resolved perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago
130511 [LTA] [REGRESSION] No such symbol '' ( &::(‘½’) ) new perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago
130508 [@LARRY] Backslashed digits in character classes are inconsistent (/ <[\5]> /) new perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago
130503 Hyper method call of AT-KEY/AT-POS fails with empty arrays (my @x; say @x»[0]) new perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago
130443 [TESTNEEDED] Trying to put an infinite range into a native array no longer throws (my int @a = ^Inf) resolved perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago 7 years ago
130449 [REGRESSION] Slicing a range no longer produces Nils like it should ( (2..1)[^10] ) resolved perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago 7 years ago
130450 .Int-ing a non-numeric Str no longer throws, but returns a Failure instead (my $i = 'a'.Int) resolved perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago 7 years ago
130458 [REGRESSION] NFC and NFD objects no longer smartmatch as strings ("7\x[308]".NFD ~~ /^ \d+ $/) resolved perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago 7 years ago
130427 Rat.Range includes Infs when it shouldn't (Rat.Range) resolved perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago 7 years ago
130452 [REGRESSION] rakudo thinks 0/0 is in -∞^..^∞ range, previously it was an error ((-∞^..^∞).in-range: 0/0) resolved perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago 7 years ago
128872 [BOOTSTRAP][REGRESSION] LEAVE inside a block is leaking internals on sub exit new perl6 Nobody 0
alex.jakimenko@gmail.com 8 years ago 7 years ago
130432 [REGRESSION] Changed behavior when assigning to array but not providing all elements (@b[1, 2, 3] = True) new perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago
130430 [REGRESSION] .lines($limit) on ArgFiles no longer uses $limit as a limit ($*ARGFILES.lines(100)) resolved perl6 cpan@zoffix.com 0
alex.jakimenko@gmail.com 7 years ago 7 years ago 7 years ago
126990 Inf in Int, [LTA] error message, Int.Range (-Inf..Inf vs -Inf^..^Inf) resolved perl6 Nobody 0
alex.jakimenko@gmail.com 8 years ago 8 years ago 7 years ago
130399 [RT] No link to the ticket in an automatic response after submitting a bug report open perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago 7 years ago
130416 [LHF] Unmatched parenthesis in dd output (dd (0..*).list) resolved perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago 7 years ago
130412 [REGRESSION] It is no longer possible to return -Inf from the signature (sub foo(--> -Inf) {}) rejected perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago 7 years ago
130182 [LTA] Using True in a sub signature makes no sense but there is no warning (sub foo(True) {}) resolved perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago 7 years ago
130281 [REGRESSION] infix x with Nil repeat count no longer warns (42 x Nil) resolved perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago 7 years ago
128097 [IO] gist for ‘-’.IO is wrong (‘-’.IO.say) resolved perl6 Nobody 0
alex.jakimenko@gmail.com 8 years ago 8 years ago 7 years ago
130369 [REGRESSION] Large negative exponents no longer cause a numeric overflow exception (2**-999999) resolved perl6 cpan@zoffix.com 0
alex.jakimenko@gmail.com 7 years ago 7 years ago 7 years ago
130283 [REGRESSION] rotor on an empty list returns unexpected result ( ().rotor(1) ) resolved perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago 7 years ago
125819 255.base(16, -666) and friends resolved perl6 Nobody 0
alex.jakimenko@gmail.com 9 years ago 7 years ago
130330 Whatever on the left side of array subscript range may cause hangs (@a[*-2..*]:exists) open perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago 7 years ago
130260 [LTA] Curly quotes are referred to as “smart quotes”, this is not entirely right resolved perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago 7 years ago
130331 [LTA] error message says that a block is missing when in fact a curly brace is not there ({) new perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago
130329 -0i in complex numbers stringifies to +-0i (<-0-0i>.perl eq ‘<-0+-0i>’) resolved perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago 7 years ago
128009 [RFC] “.uninames” exists but “.uniprops” doesn't (‘١٩’.uniprops) resolved perl6 Nobody 0
alex.jakimenko@gmail.com 8 years ago 7 years ago 7 years ago
130296 [LTA] error message says that ‘_’ is invalid base-… character ( :10<4_x> ) resolved perl6 cpan@zoffix.com 0
alex.jakimenko@gmail.com 7 years ago 7 years ago 7 years ago
130298 [LTA] off-by-one in the error message when a sign is present in parse-base ( ‘-5.2 resolved perl6 cpan@zoffix.com 0
alex.jakimenko@gmail.com 7 years ago 7 years ago 7 years ago
127500 [MATH] X::Numeric::Overflow is not thrown on OS X (big exponents) resolved perl6 Nobody 0
alex.jakimenko@gmail.com 8 years ago 7 years ago
127493 [JVM] Big exponents should throw X::Numeric::Overflow instead of returning Inf (2**(9e9.Int)) resolved perl6 Nobody 0
alex.jakimenko@gmail.com 8 years ago 7 years ago
130284 [RFC] What should the behaviour be for .pick / .roll with negative numbers? open perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago 7 years ago
130288 [LTA] [REGRESSION] xx no longer produces a nice message if unable to numify a string (42 xx ‘123abc’) resolved perl6 cpan@zoffix.com 0
alex.jakimenko@gmail.com 7 years ago 7 years ago 7 years ago
130251 [LTA] error message when a semicolon is missing before a while loop (my $x = 5 while True {}) new perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago
130255 [LTA] Error message says “Invalid base-… character”, but does not say which characters are valid (say :35<lizmat>) resolved perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago 7 years ago
128804 [LTA] error message talks about 2/-1 fractional chars (:35<lizmat>) resolved perl6 cpan@zoffix.com 0
alex.jakimenko@gmail.com 8 years ago 7 years ago 7 years ago
130235 [NYI] internals pragma is NYI (use internals) new perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago
130234 [NYI] parameters pragma is NYI (use parameters) new perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago
130233 [NYI] invocant pragma is NYI (use invocant) new perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago
130249 Negative values are not allowed in --> part of the signature (sub f (--> -42) {}) new perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago
130231 [LTA] Nil.chrs complains about the use of Nil in numeric context, but isn't it a string context? (Nil.chrs) rejected perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago 7 years ago
130217 [LTA] No warning when using complex rules as a character class (/<+ident>/) open perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago
Page 1 ...3 4 5 6 7 PreviousNext

This service is sponsored and maintained by Best Practical Solutions and runs on Perl.org infrastructure.

For issues related to this RT instance (aka "perlbug"), please contact perlbug-admin at perl.org