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

Num === Num fails on Rakudo as of a82c4076057fb543ec5bd56b06be1ffd67796f26 #3485

Closed
p6rt opened this issue Aug 22, 2014 · 3 comments
Closed

Comments

@p6rt
Copy link

p6rt commented Aug 22, 2014

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

Searchable as RT122593$

@p6rt
Copy link
Author

p6rt commented Aug 22, 2014

From @hoelzro

$ ./perl6-m

Num === Num
Invocant requires an instance, but a type object was passed

It seems that the multi sub resolver tries to apply (Num, Num) to the new multi infix​:<===>(NaN, NaN), but it fails.

@p6rt
Copy link
Author

p6rt commented Aug 22, 2014

From @hoelzro

Resolved in 60cd9da.

@p6rt
Copy link
Author

p6rt commented Aug 22, 2014

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

@p6rt p6rt closed this as completed Aug 22, 2014
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