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

&defined returns Int rather than Bool results in Rakudo #2308

Closed
p6rt opened this issue Dec 27, 2010 · 4 comments
Closed

&defined returns Int rather than Bool results in Rakudo #2308

p6rt opened this issue Dec 27, 2010 · 4 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Dec 27, 2010

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

Searchable as RT81352$

@p6rt
Copy link
Author

p6rt commented Dec 27, 2010

From @masak

<masak> rakudo​: say defined Nil; say defined ()
<p6eval> rakudo cae7f9​: OUTPUT«0␤1␤»
* masak submits rakudobug
<masak> those should be Bools.

@p6rt
Copy link
Author

p6rt commented Jan 5, 2011

From @Kodiologist

Fixed in 604e5ddf7e52; thanks!

@p6rt
Copy link
Author

p6rt commented Jan 5, 2011

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

@p6rt p6rt closed this as completed Jan 5, 2011
@p6rt
Copy link
Author

p6rt commented Jan 8, 2011

From @Kodiologist

I added some tests to S32-scalar/defined.t (roast 920cbea58a4d).

@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