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

a pair's key is not identical to itself #3392

Closed
p6rt opened this issue May 22, 2014 · 6 comments
Closed

a pair's key is not identical to itself #3392

p6rt opened this issue May 22, 2014 · 6 comments

Comments

@p6rt
Copy link

p6rt commented May 22, 2014

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

Searchable as RT121945$

@p6rt
Copy link
Author

p6rt commented May 22, 2014

From @FROGGS

We have the following problem since​: rakudo/rakudo@1ba6931

my $a = :b; say $a.key =​:= $a.key
rakudo-moar 900f0b​: OUTPUT«True␤»
rakudo-parrot 900f0b​: OUTPUT«False␤»
rakudo-jvm 900f0b​: OUTPUT«False␤»

Which breaks this spectest​: https://github.com/perl6/roast/blob/master/S12-methods/chaining.t#L62

@p6rt
Copy link
Author

p6rt commented Oct 23, 2015

From @peschwa

On Thu May 22 08​:05​:49 2014, FROGGS.de wrote​:

We have the following problem since​:
rakudo/rakudo@1ba6931

my $a = :b; say $a.key =​:= $a.key
rakudo-moar 900f0b​: OUTPUT«True␤»
rakudo-parrot 900f0b​: OUTPUT«False␤»
rakudo-jvm 900f0b​: OUTPUT«False␤»

Which breaks this spectest​:
https://github.com/perl6/roast/blob/master/S12-methods/chaining.t#L62

This seems to work at the moment​:

03​:24 < psch> r​: my $a = :b; say $a.key =​:= $a.key
03​:24 <+camelia> rakudo-{moar,jvm} 3df263​: OUTPUT«True␤»

@p6rt
Copy link
Author

p6rt commented Oct 23, 2015

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

@p6rt
Copy link
Author

p6rt commented Oct 23, 2015

From @usev6

On Thu Oct 22 20​:25​:49 2015, peschwa@​gmail.com wrote​:

[...]

This seems to work at the moment​:

03​:24 < psch> r​: my $a = :b; say $a.key =​:= $a.key
03​:24 <+camelia> rakudo-{moar,jvm} 3df263​: OUTPUT«True␤»

I unfudged the test in question with commit Raku/roast@cd4b6ba10e

I'm closing this ticket as 'resolved'.

1 similar comment
@p6rt
Copy link
Author

p6rt commented Oct 23, 2015

From @usev6

On Thu Oct 22 20​:25​:49 2015, peschwa@​gmail.com wrote​:

[...]

This seems to work at the moment​:

03​:24 < psch> r​: my $a = :b; say $a.key =​:= $a.key
03​:24 <+camelia> rakudo-{moar,jvm} 3df263​: OUTPUT«True␤»

I unfudged the test in question with commit Raku/roast@cd4b6ba10e

I'm closing this ticket as 'resolved'.

@p6rt p6rt closed this as completed Oct 23, 2015
@p6rt
Copy link
Author

p6rt commented Oct 23, 2015

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

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