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

Decimal, um, $n-cimal points are ignored in the base conversion notation in Rakudo #1265

Closed
p6rt opened this issue Sep 1, 2009 · 3 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Sep 1, 2009

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

Searchable as RT68918$

@p6rt
Copy link
Author

p6rt commented Sep 1, 2009

From @masak

<colomon> rakudo​: say :16<dead_beef.face>;
<p6eval> rakudo 4c0856​: OUTPUT«3735928559␤»
<colomon> rakudo​: say :16<dead_beef>;
<p6eval> rakudo 4c0856​: OUTPUT«3735928559␤»
<pmichaud> rakudo​: say :16<a.a>
<p6eval> rakudo 4c0856​: ( no output )
<moritz_> I think the . should be a decimal separator
<moritz_> so it's wrong
<pmichaud> rakudo​: say :10<3.4>;
<p6eval> rakudo 4c0856​: OUTPUT«3␤»
<masak> did someone report the :16<a.a> bug?
<jnthn> i can haz ticket? ;-)
<moritz_> masak​: dontthinkso
* masak does it

@p6rt
Copy link
Author

p6rt commented Mar 30, 2010

From @moritz

Works, thanks to a patch by lue++. Passing tests can be found in
S02-literals/radix.t

@p6rt
Copy link
Author

p6rt commented Mar 30, 2010

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

@p6rt p6rt closed this as completed Mar 30, 2010
@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