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

not 1i === 1i #4362

Closed
p6rt opened this issue Jun 29, 2015 · 4 comments
Closed

not 1i === 1i #4362

p6rt opened this issue Jun 29, 2015 · 4 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Jun 29, 2015

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

Searchable as RT125509$

@p6rt
Copy link
Author

p6rt commented Jun 29, 2015

From @grondilu

$ perl6 --version

This is perl6 version 2015.06-68-ga47a3d8 built on MoarVM version
2015.06-22-gef9d045

$ perl6 -e 'say 1i === 1i'

False

This apparently causes problems for Hash[Any, Complex] typed arrays

@p6rt
Copy link
Author

p6rt commented Jun 29, 2015

From @jnthn

On Mon Jun 29 04​:47​:20 2015, grondilu@​yahoo.fr wrote​:

$ perl6 --version

This is perl6 version 2015.06-68-ga47a3d8 built on MoarVM version
2015.06-22-gef9d045

$ perl6 -e 'say 1i === 1i'

False

This apparently causes problems for Hash[Any, Complex] typed arrays

Fixed, and tests added to S03-operators/value_equivalence.t.

@p6rt
Copy link
Author

p6rt commented Jun 29, 2015

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

@p6rt
Copy link
Author

p6rt commented Jun 29, 2015

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

@p6rt p6rt closed this as completed Jun 29, 2015
@p6rt p6rt added the Bug label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant