Skip to content
New issue

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

Regression: Failure due to binding to List element doesn't blow up #5493

Closed
p6rt opened this issue Jul 27, 2016 · 4 comments
Closed

Regression: Failure due to binding to List element doesn't blow up #5493

p6rt opened this issue Jul 27, 2016 · 4 comments

Comments

@p6rt
Copy link

p6rt commented Jul 27, 2016

Migrated from rt.perl.org#128755 (status was 'resolved')

Searchable as RT128755$

@p6rt
Copy link
Author

p6rt commented Jul 27, 2016

From @zoffixznet

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 $list = $(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

@p6rt
Copy link
Author

p6rt commented Jul 27, 2016

From @zoffixznet

Fixed by lizmat in rakudo/rakudo@debc7c2094

Tests added in Raku/roast@27bee13cfe

--
Cheers,
ZZ | https://twitter.com/zoffix

@p6rt
Copy link
Author

p6rt commented Jul 27, 2016

@zoffixznet - Status changed from 'new' to 'resolved'

@p6rt p6rt closed this as completed Jul 27, 2016
@p6rt
Copy link
Author

p6rt commented Jul 28, 2016

From @lizmat

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 $list = $(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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant