Skip Menu |
#SubjectStatusQueueOwnerPriority
  RequestorsCreatedToldLast UpdatedTime Left
127857 [LTA] error message when using commas in c-style “loop” (loop (my $x = 0, $x < 10, $x++) {}) new perl6 Nobody 0
alex.jakimenko@gmail.com 8 years ago 7 years ago
132083 [REGRESSION] Broken math (-2147483648 != -2147483648) resolved perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago
127856 [LTA] error message when declaring variables without a space between “my” and parens (my($test);) new perl6 Nobody 0
alex.jakimenko@gmail.com 8 years ago 7 years ago
127282 [LTA] backtraces could print all the arguments to all the routines open perl6 Nobody 0
alex.jakimenko@gmail.com 8 years ago 8 years ago 7 years ago
127096 [LTA] error message when doing weird base conversions ( :5<1.I> ) resolved perl6 Nobody 0
alex.jakimenko@gmail.com 8 years ago 7 years ago
126757 [LTA] error message talks about ~ but there is no ~ in my code (33..126 .pick.chr) open perl6 Nobody 0
alex.jakimenko@gmail.com 8 years ago 7 years ago 7 years ago
130186 Match object inside .comb is weird (‘789’.comb(/ . {say $/} <!> /)) resolved perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago
125684 [LTA] error message when using invalid characters in number literals (say 0b000l01) new perl6 Nobody 0
alex.jakimenko@gmail.com 9 years ago 7 years ago
132239 [LTA] q:to and “Corresponding … was at line” new perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago
132241 [LTA] tr/// and “Corresponding … was at line” new perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago
132240 [LTA] s/// and “Corresponding … was at line” new perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago
132237 [LTA] regexes and “Corresponding … was at line” new perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago
125247 [LTA] Error message for unclosed multiline comments points to last line of the file resolved perl6 Nobody 0
alex.jakimenko@gmail.com 9 years ago 9 years ago 7 years ago
125500 [SEGV] double free or corruption, invalid pointer rejected perl6 Nobody 0
alex.jakimenko@gmail.com 9 years ago 7 years ago 7 years ago
130117 [TESTNEEDED] [REGEX] Sequential alternation `||` does not respect `:ratchet` resolved perl6 smls75@gmail.com 0
alex.jakimenko@gmail.com 7 years ago 7 years ago 7 years ago
127672 「take」 inside global and exhaustive matching is broken (m:g/. {take 1}/) resolved perl6 Nobody 0
alex.jakimenko@gmail.com 8 years ago 7 years ago
126883 [LTA] error message mentions parameter “$slip” (1.map: { Slip }) resolved perl6 Nobody 0
alex.jakimenko@gmail.com 8 years ago 7 years ago
127280 [LTA] error message when using restricted args in list generator (2, 3, sub ($x where * > 5) {…} … 42) new perl6 Nobody 0
alex.jakimenko@gmail.com 8 years ago 7 years ago
127539 [NYI] Method calls with colonpairs in name (<1 2 3>.grep:k: 1) open perl6 Nobody 0
alex.jakimenko@gmail.com 8 years ago 7 years ago
128402 [LTA] Only a line number is printed when assigning to immutable values (stuff; $x = 42; stuff) open perl6 Nobody 0
alex.jakimenko@gmail.com 8 years ago 8 years ago 7 years ago
126802 [LHF] Shaped arrays with fractional sizes (my @a[0.5]) new perl6 Nobody 0
alex.jakimenko@gmail.com 8 years ago 7 years ago
125818 [LHF] error message: Inf.base(16) resolved perl6 Nobody 0
alex.jakimenko@gmail.com 9 years ago 7 years ago 7 years ago
132205 .gist of a Match should not print null bytes, and maybe other control chars too (say “\0” ~~ /<[\0]>/) new perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago
129986 [NYI] Constraints on ‘our’-scoped variables are not allowed (our Int $x) open perl6 Nobody 0
alex.jakimenko@gmail.com 8 years ago 7 years ago 7 years ago
126375 [LTA] [NYI] error message leaks internal stuff: [SR-] open perl6 Nobody 0
alex.jakimenko@gmail.com 9 years ago 7 years ago 7 years ago
132168 [LTA] Mention context when suspecting runaway quotes (say "foo'; my $x = 42;) new perl6 Nobody 0
alex.jakimenko@gmail.com, jns+bc@gellyfish.co.uk 7 years ago 7 years ago
125821 [LTA] error message when doing .rotate(Inf) new perl6 Nobody 0
alex.jakimenko@gmail.com 9 years ago 7 years ago
130124 [LTA] NaN in quantifiers is not allowed, message complains about P6opaque (/ .**{NaN..NaN} /) resolved perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago 7 years ago
130125 [REGEX] negative numbers in ranges are understood incorrectly (/ .**{-10..-5} /) resolved perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago 7 years ago
130127 [REGEX] Excluded endpoints in ranged quantifiers do not work at all (/ .**{2^..^2} /) resolved perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago 7 years ago
132154 slurp is mangling newlines, it should not (slurp ‘foo’) open perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago 7 years ago
132039 [LHF] Bool.enums should give Map, not Hash (Bool.enums.^name.say) resolved perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago 7 years ago
130437 [9999][RFC] Ranges with Infs on endpoints could be smarter ((0..Inf)[99999999999]) open perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago 7 years ago
128468 [9999][RFC] Using negative exit code should probably be forbidden (exit -99999) open perl6 Nobody 0
alex.jakimenko@gmail.com 8 years ago 7 years ago
130290 [9999][REGRESSION] Weird behavior due to overflow when indexing from the back (@a[*-9999999999999999999]:delete) new perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago
132156 [LTA] Suggest polymod for bases > 36 (9123607.base(37)) open perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago 7 years ago
132103 [JVM] A lot of tests for $! seem to fail resolved perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago 7 years ago
132102 [JVM] ‘make test’ fails a lot of nativecall tests new perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago
132006 Instant.Instant is missing (say now.Instant) resolved perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago 7 years ago
131764 Passing stdin to Proc::Async mostly does not work ($proc.print: …; $proc.close-stdin) resolved perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago 7 years ago
132111 Make it possible to change the buffer size on a handle (.set-buffer?) new perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago
131247 [REGRESSION] )> in regex results in stuff being matched wrongly ( /)> . <(/ ) open perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago 7 years ago
132097 [REGRESSION] Some issue with BUILDPLAN changes resolved perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago
132093 Enum.succ and Enum.pred are O(n) resolved perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago 7 years ago
132085 [REGRESSION] Possible regression after Match.(made|ast) changes resolved perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago 7 years ago
127048 [UNI] Emoji sequences with ZERO WIDTH JOINER counted as separate chars when they probably shouldn't resolved perl6 samantham@posteo.net 0
alex.jakimenko@gmail.com 8 years ago 7 years ago
130417 [CONC] Take care of cas resolved perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago 7 years ago
132029 Floppage of atomic tests resolved perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago 7 years ago
131961 Built-in decoder is dropping bytes on the floor resolved perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago 7 years ago
132015 [LTA] Backtraces for errors in EVAL print nonexistent paths (‘foo’.EVAL) new perl6 Nobody 0
alex.jakimenko@gmail.com 7 years ago 7 years ago
Page 1 2 3 4 5 ...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