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

Rakudo 2012.08 #2892

Closed
p6rt opened this issue Sep 11, 2012 · 3 comments
Closed

Rakudo 2012.08 #2892

p6rt opened this issue Sep 11, 2012 · 3 comments

Comments

@p6rt
Copy link

p6rt commented Sep 11, 2012

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

Searchable as RT114836$

@p6rt
Copy link
Author

p6rt commented Sep 11, 2012

From alex.hartmaier@gmail.com

As just discussed in #perl6 code that I wrote with Rakudo 2011.01 stopped
working under 2012.08.
We've tracked it down to this minimal test case​:

#!/usr/bin/env perl6

use v6;

my $play_again;
repeat {
  my $input = 'n';
  $play_again = $input eq 'j';
} while $play_again;

The error thrown is​:
Cannot assign into a PMCNULL container
  in block at ./rakudo-2012.08-bug.pl6​:8

Cheers, Alex (abraxxa)

@p6rt
Copy link
Author

p6rt commented Sep 12, 2012

From @moritz

Fixed in 220a691 and tested in S04-statements/repeat.t

@p6rt
Copy link
Author

p6rt commented Sep 12, 2012

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

@p6rt p6rt closed this as completed Sep 12, 2012
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