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

=:= operator yields an Int, not a Bool in Rakudo #2375

Closed
p6rt opened this issue Feb 21, 2011 · 5 comments
Closed

=:= operator yields an Int, not a Bool in Rakudo #2375

p6rt opened this issue Feb 21, 2011 · 5 comments

Comments

@p6rt
Copy link

p6rt commented Feb 21, 2011

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

Searchable as RT84594$

@p6rt
Copy link
Author

p6rt commented Feb 21, 2011

From @masak

<jnthn> rakudo​: say [1,[2,3]] eqv [1,[2,3]]; say [1,[2,3]] =​:= [1,[2,3]]
<p6eval> rakudo 050ce7​: OUTPUT«Bool​::True␤0␤»
<jnthn> 0?
* masak submits rakudobug

@p6rt
Copy link
Author

p6rt commented Feb 27, 2011

From @zhuomingliang

test added. see Raku/roast@57bc8e443f

@p6rt
Copy link
Author

p6rt commented Feb 27, 2011

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

@p6rt
Copy link
Author

p6rt commented Mar 12, 2011

From @kyleha

There's a test in S03-operators/identity.t, and it passes.

@p6rt
Copy link
Author

p6rt commented Mar 12, 2011

@kyleha - 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