From ≈2018-02-05T00:00:00Z to ≈2018-02-12T00:00:00Z
Open tickets before: 1708
Open tickets after: 1714
Number of tickets touched: 74
[resolved] RT#105872 42, 44, 22 -> *@a { say @a.perl } [resolved] RT#126703 Typed Shaped Arrays can't be initialized [resolved] RT#128880 Dead code in HyperWhatever, 「.new」 is not supposed to work but it does (HyperWhatever.new) [resolved] RT#129114 state variable declared inside of a {} interpolation in a string, attaches to wrong scope [resolved] RT#130431 Subclassing an Int no longer works flawlessly (my Foo $a .= new(42)) [resolved] RT#130748 weird error when accessing an attribute from a "where" of another attribute [resolved] RT#130859 WhateverCode subscript inside WhateverCode inside block doesn't properly close over lexical [resolved] RT#131496 Failure.perl doesn't roundrip `handled` flag [resolved] RT#131617 Any.tail(Callable) violates Iterator protocol [resolved] RT#132246 .pick and .roll return incorrect results for object hashes [resolved] RT#132846 Directive d not applicable for type Int [closed] GH#1179 Fix for RT#128054 and RT#126569 ... needs experienced review ... [closed] GH#1316 Add tests for testing almost all Unicode codepoints [closed] GH#1320 Unwanted "drift" when re-using the same lazy iterable to index another iterable [closed] GH#1461 dispatch:<.=> is busted when used with `\foo` variables [closed] GH#1476 WhateverCode + adverb = "You can't adverb" error doesn't say can't adverb what [closed] GH#1481 `where` with regex miscopes QAST::Blocks inside the regex [closed] GH#1482 Remove irrelevant and wrong type constraint [closed] GH#1485 .= methcall with fake-infix adverbs got broken by opt [closed] GH#1487 Crash in Whatever curry + regex + method call [closed] GH#1488 multi sub infix:<cmp>(\a, \b) is missing decont [closed] GH#1489 Smartmatch with HyperWhatever:U RHS curries instead of type-matching [closed] GH#1492 Post inc dec opt [closed] GH#1494 Separate adding child block from creating code obj [closed] GH#1495 Remove extra push of child to outer block [closed] GH#1498 Fix R#1488 - multi sub infix:<cmp>(\a, \b) is missing decont. Zoffix++ [closed] GH#1499 Add test for R#1488 [closed] GH#1505 Don't add blank lines to REPL history file [closed] GH#1506 `.=` opt broken in `notandthen` and similar ops [closed] GH#1509 Rework dot equals opt [closed] GH#1510 Fix Parameter.usage-name, if the parameter name's second char is a * … [closed] GH#1511 build broken due to : in test path name
[testneeded] RT#126394 Assigning Failure to typed variable swallows Failure information
[updated] RT#125463 unlink does not signal failures / [JVM] .IO.unlink succeeds in unlinking empty directories [new→open] RT#125618 Positional capture of separator on ?% operator causes compiler error [updated] RT#125757 shell().exitcode is always 0 when :out is used [new→open] RT#126312 `for @a` is not creating containers for uninitialized elements [updated] RT#126998 Use of Proc with IO::Pipe is counter-intuitive [updated] RT#127682 writing more than 8192 bytes to IO::Handle causes it to hang forever [updated] RT#128047 Rakudo may crash if you use get() when -n is used (perl6 -ne 'say get' <<< 'hello') [updated] RT#129150 IO::Notification needs .stat and separate notification for removal [updated] RT#130226 Make --ll-exception output use OS-dependant path separators consistently [updated] RT#130327 MoarVM panic: Collectable 0x2aba12277918 in fromspace accessed [updated] RT#130464 Should the way to set tmpdir from the environment be known to the user? [updated] RT#130781 Using both :out and :err in run() reports the wrong exit code [updated] RT#130898 IO::Spec confused by diacritics [updated] GH#894 Fail with typed errors if nqp::open dies in IO::Handle.open. [updated] GH#1257 Rakudo 2017.10 fails to build on Debian big endian systems [updated] GH#1280 Memory “leak” in whateverable [updated] GH#1298 Warning in Failure.DESTROY sometimes warns about failures that *were* handled (sort-a) [updated] GH#1428 whenever outside react/supply is no longer allowed (one broken module + …?) [updated] GH#1473 first draft of "datagram"-oriented API for udp sockets [updated] GH#1477 Postfix → Prefix ++/-- optimization
[new] RT#132835 "An operation first awaited" error needs to be clearer [resolved] RT#132846 Directive d not applicable for type Int [closed] GH#1481 `where` with regex miscopes QAST::Blocks inside the regex [closed] GH#1482 Remove irrelevant and wrong type constraint [open] GH#1483 Cross-HLL inlining segfault [open] GH#1484 `say do loop { state...` fix might be hiding the actual problem [closed] GH#1485 .= methcall with fake-infix adverbs got broken by opt [open] GH#1486 if {...} inside circumfix {} crashes [closed] GH#1487 Crash in Whatever curry + regex + method call [closed] GH#1488 multi sub infix:<cmp>(\a, \b) is missing decont [closed] GH#1489 Smartmatch with HyperWhatever:U RHS curries instead of type-matching [open] GH#1490 Missing serialize REPR function for BOOTException / LTA bug hunt [open] GH#1491 Non-void $i++ is somehow 13% faster than ++$i [closed] GH#1492 Post inc dec opt [open] GH#1493 .= call on DefiniteHOW tries to create an instance of DefiniteHOW [closed] GH#1494 Separate adding child block from creating code obj [closed] GH#1495 Remove extra push of child to outer block [open] GH#1496 Unrecognized unicode properties shouldn't fail silently [open] GH#1497 Make it possible for IO::Path.symlink to make relative links [closed] GH#1498 Fix R#1488 - multi sub infix:<cmp>(\a, \b) is missing decont. Zoffix++ [closed] GH#1499 Add test for R#1488 [open] GH#1500 Unknown QAST node type NQPMu with fake-infix adverbs on a construct inside args to another routine [open] GH#1501 Memory leaks (IO::Socket::Async?) – HTTP::UserAgent, Cro::HTTP::Client, … [open] GH#1502 Failure.DESTROY warning sometimes warns when Failure was technically handled [open] GH#1503 Type constraints on constants not implemented [open] GH#1504 `.=` is implemented on constants, but barely functions [closed] GH#1505 Don't add blank lines to REPL history file [closed] GH#1506 `.=` opt broken in `notandthen` and similar ops [open] GH#1507 Procs that finish with non-zero exit code end up throwing, but SEGVs are totally OK [open] GH#1508 Some andthen/orelse combinations result in loss of writable container [closed] GH#1509 Rework dot equals opt [closed] GH#1510 Fix Parameter.usage-name, if the parameter name's second char is a * … [closed] GH#1511 build broken due to : in test path name [open] GH#1512 Useless useless use warning in OO::Monitors [open] GH#1513 Some easily reproducible leak [open] GH#1514 printf, sprintf cannot handle %lf [open] GH#1515 Erroneous unhandled failures for runtime module loading [open] GH#1516 Code params to regexes lead to a contradicutory error message