We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrated from rt.perl.org#128755 (status was 'resolved')
Searchable as RT128755$
The text was updated successfully, but these errors were encountered:
Binding to a list no longer blows up, although if you `dd $list[1] := 4` it'll tell you it's a failure:
m: my $list = (1,2,3); $list[1] := 4; dd $list rakudo-moar 4c848b: OUTPUT«List l i s t = (1, 2, 3)»
It blows up fine on my older Rakudo build and bisectable is pointing to this commit as the one that introduced the change: rakudo/rakudo@959cd3b
-- Cheers, ZZ | https://twitter.com/zoffix
Sorry, something went wrong.
Fixed by lizmat in rakudo/rakudo@debc7c2094
Tests added in Raku/roast@27bee13cfe
@zoffixznet - Status changed from 'new' to 'resolved'
Fixed with debc7c20944ff43 , tests needed
On 27 Jul 2016, at 19:21, Zoffix Znet (via RT) <perl6-bugs-followup@perl.org> wrote: # New Ticket Created by Zoffix Znet # Please include the string: [perl #128755] # in the subject line of all future correspondence about this issue. # <URL: https://rt-archive.perl.org/perl6/Ticket/Display.html?id=128755 > Binding to a list no longer blows up, although if you `dd $list[1] := 4` it'll tell you it's a failure: m: my $list = (1,2,3); $list[1] := 4; dd $list rakudo-moar 4c848b: OUTPUT«List l i s t = (1, 2, 3)» It blows up fine on my older Rakudo build and bisectable is pointing to this commit as the one that introduced the change: rakudo/rakudo@959cd3b -- Cheers, ZZ | https://twitter.com/zoffix
On 27 Jul 2016, at 19:21, Zoffix Znet (via RT) <perl6-bugs-followup@perl.org> wrote:
# New Ticket Created by Zoffix Znet # Please include the string: [perl #128755] # in the subject line of all future correspondence about this issue. # <URL: https://rt-archive.perl.org/perl6/Ticket/Display.html?id=128755 >
No branches or pull requests
Migrated from rt.perl.org#128755 (status was 'resolved')
Searchable as RT128755$
The text was updated successfully, but these errors were encountered: