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

integer arithmtics should result in integers #167

Closed
p6rt opened this issue Jul 15, 2008 · 4 comments
Closed

integer arithmtics should result in integers #167

p6rt opened this issue Jul 15, 2008 · 4 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Jul 15, 2008

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

Searchable as RT56944$

@p6rt
Copy link
Author

p6rt commented Jul 15, 2008

From @moritz

Rakudo r29470​:
$ ../../parrot perl6.pbc -e 'say (1+1).WHAT'
Num
$ ../../parrot perl6.pbc -e 'say (1*1).WHAT'
Num
$ ../../parrot perl6.pbc -e 'say (1**1).WHAT'
Num

All of these should print Int instead.
(This is a known bug, but as far as I can see it hasn't been in RT)

--
Moritz Lenz
http://moritz.faui2k3.org/ | http://perl-6.de/

@p6rt
Copy link
Author

p6rt commented Aug 7, 2008

From @jnthn

On Tue Jul 15 04​:12​:36 2008, moritz@​casella.verplant.org wrote​:

Rakudo r29470​:
$ ../../parrot perl6.pbc -e 'say (1+1).WHAT'
Num
$ ../../parrot perl6.pbc -e 'say (1*1).WHAT'
Num
$ ../../parrot perl6.pbc -e 'say (1**1).WHAT'
Num

All of these should print Int instead.

And they do as of r30092.

Thanks!

Jonathan

@p6rt
Copy link
Author

p6rt commented Aug 7, 2008

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

@p6rt
Copy link
Author

p6rt commented Aug 7, 2008

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

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