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

True.Int and False.Int don't yield Int values #1924

Closed
p6rt opened this issue Jul 10, 2010 · 5 comments
Closed

True.Int and False.Int don't yield Int values #1924

p6rt opened this issue Jul 10, 2010 · 5 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Jul 10, 2010

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

Searchable as RT76446$

@p6rt
Copy link
Author

p6rt commented Jul 10, 2010

From @masak

<moritz_> rakudo​: say .Int.perl for True, False
<p6eval> rakudo 692aa1​: OUTPUT«Bool​::Trueâ�¤Bool​::Falseâ�¤Â»
<moritz_> uhm.
<moritz_> masak​: wanna submit? :-)
* masak submits
<TimToady> rakudo​: say .Numeric.perl for True, False
<p6eval> rakudo 692aa1​: OUTPUT«1â�¤0â�¤Â»
<TimToady> but I suspect .Int should do that too
<TimToady> rakudo​: say True ~~ Int
<p6eval> rakudo 692aa1​: OUTPUT«0â�¤Â»

@p6rt
Copy link
Author

p6rt commented Jul 28, 2010

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

@p6rt
Copy link
Author

p6rt commented May 2, 2011

From @moritz

tested in S02-builtin_data_types/bool.t by tadzik++.

@p6rt
Copy link
Author

p6rt commented May 2, 2011

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

@p6rt p6rt closed this as completed May 2, 2011
@p6rt
Copy link
Author

p6rt commented May 2, 2011

From @tadzik

That case now has spectests (added in
Raku/roast@139f600ddc) which work, so it can
be closed.

@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