[perl #130692] [BUG] IO::Socket::Async broken in 6.d.PREVIEW

2017-02-01 Thread via RT
# New Ticket Created by # Please include the string: [perl #130692] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130692 > With 6.d.PREVIEW the simplest code for IO::Socket::Async mis-behaves: use v6.d.PREVIEW; rea

[perl #130690] [BUG] [CONC] attribute from one role used in another via private method gone missing

2017-02-01 Thread via RT
# New Ticket Created by Justin DeVuyst # Please include the string: [perl #130690] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130690 > See https://gist.github.com/anonymous/1bac642c0a774065bb087dab4e03c694. Note that the

[perl #130688] [BUG] .subst/.subst-mutate with :g do not set $/ to all the matches

2017-02-01 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #130688] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130688 > When the :g adverb is used with .match, s/// or, S///, the $/ contains a list of match ob

[perl #130687] [JVM] New UnwindExceptions after Rakudo commit d69f3751d5

2017-02-01 Thread via RT
# New Ticket Created by Christian Bartolomaeus # Please include the string: [perl #130687] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130687 > After Rakudo commit https://github.com/rakudo/rakudo/commit/d69f3751d5 some new

[perl #127822] [BUG] Doing two S/// with an `andthen` between them messes up $_ in Rakudo

2017-02-01 Thread Zoffix Znet via RT
Thank you for the report. This is now fixed. Fix: https://github.com/rakudo/rakudo/commit/97359ae42e Test unfudged in: https://github.com/perl6/roast/commit/b15e0a0d9b

[perl #130355] S/// within map doesn't work

2017-02-01 Thread Zoffix Znet via RT
Thank you for the report. This is now fixed. Fix: https://github.com/rakudo/rakudo/commit/97359ae42e Test: https://github.com/perl6/roast/commit/1ed4d128d2 It's worth noting the fix is somewhat tangental to the original issue and the issue isn't actually a bug. What happens in the original issu