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

@array:delete last element, adding another after restores deleted element incorrectly #4339

Closed
p6rt opened this issue Jun 23, 2015 · 6 comments

Comments

@p6rt
Copy link

p6rt commented Jun 23, 2015

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

Searchable as RT125457$

@p6rt
Copy link
Author

p6rt commented Jun 23, 2015

From @zostay

03​:13 <.... zostay_> m​: my @​a = 1, 2, 3; @​a[2] :delete; @​a.perl.say; @​a[3]
= 4; @​a.perl.say;
03​:13 <....+camelia> rakudo-moar 75307d​: OUTPUT«[1, 2]<>␤[1, 2, 3, 4]<>␤»
--
Sterling Hanenkamp
http://sterling.hanenkamp.com/stfl/
785-370-4454

@p6rt
Copy link
Author

p6rt commented Jun 23, 2015

From @lizmat

Fixed with bcf38c99af46fd37d2edd , thanks for your report!

On 23 Jun 2015, at 05​:16, hanenkamp (via RT) <perl6-bugs-followup@​perl.org> wrote​:

# New Ticket Created by hanenkamp
# Please include the string​: [perl #​125457]
# in the subject line of all future correspondence about this issue.
# <URL​: https://rt-archive.perl.org/perl6/Ticket/Display.html?id=125457 >

03​:13 <.... zostay_> m​: my @​a = 1, 2, 3; @​a[2] :delete; @​a.perl.say; @​a[3]
= 4; @​a.perl.say;
03​:13 <....+camelia> rakudo-moar 75307d​: OUTPUT«[1, 2]<>␤[1, 2, 3, 4]<>␤»
--
Sterling Hanenkamp
http://sterling.hanenkamp.com/stfl/
785-370-4454

@p6rt
Copy link
Author

p6rt commented Jun 23, 2015

The RT System itself - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented Jun 23, 2015

From @usev6

Tests were added to S32-array/delete.t and S32-array/delete-adverb.t. I'm closing this ticket as 'resolved'.

1 similar comment
@p6rt
Copy link
Author

p6rt commented Jun 23, 2015

From @usev6

Tests were added to S32-array/delete.t and S32-array/delete-adverb.t. I'm closing this ticket as 'resolved'.

@p6rt
Copy link
Author

p6rt commented Jun 23, 2015

@usev6 - Status changed from 'open' to 'resolved'

@p6rt p6rt closed this as completed Jun 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant