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

unknown moarvm failure #3317

Closed
p6rt opened this issue Jan 21, 2014 · 6 comments
Closed

unknown moarvm failure #3317

p6rt opened this issue Jan 21, 2014 · 6 comments

Comments

@p6rt
Copy link

p6rt commented Jan 21, 2014

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

Searchable as RT121049$

@p6rt
Copy link
Author

p6rt commented Jan 21, 2014

From @raydiak

test​:
class A { has $.a = 0 }; for ^2 { my $a = .a given A.new; say $a; }

expected​:
0
0

got​:
0
(Any)

VM and OS​:
perl6 version 2013.12-336-g695493b built on MoarVM version 2013.10-401-gf959b0a
Linux 3.2.0-4-amd64 #​1 SMP Debian 3.2.41-2+deb7u2 x86_64 GNU/Linux

@p6rt
Copy link
Author

p6rt commented Jan 22, 2014

From @coke

On Tue Jan 21 12​:56​:45 2014, raydiak@​cyberuniverses.com wrote​:

test​:
class A { has $.a = 0 }; for ^2 { my $a = .a given A.new; say $a; }

expected​:
0
0

got​:
0
(Any)

VM and OS​:
perl6 version 2013.12-336-g695493b built on MoarVM version 2013.10-
401-gf959b0a
Linux 3.2.0-4-amd64 #​1 SMP Debian 3.2.41-2+deb7u2 x86_64 GNU/Linux

jnthn++ has fixed this. Tagging testneeded.
--
Will "Coke" Coleda

@p6rt
Copy link
Author

p6rt commented Jan 22, 2014

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

@p6rt
Copy link
Author

p6rt commented Jan 22, 2014

From @coke

Test was already added to S04-statement-modifiers/given.t

closing ticket.

--
Will "Coke" Coleda

1 similar comment
@p6rt
Copy link
Author

p6rt commented Jan 22, 2014

From @coke

Test was already added to S04-statement-modifiers/given.t

closing ticket.

--
Will "Coke" Coleda

@p6rt
Copy link
Author

p6rt commented Jan 22, 2014

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

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