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

Nil isn't defined in Rakudo (but is in the spec) #1748

Closed
p6rt opened this issue May 5, 2010 · 4 comments
Closed

Nil isn't defined in Rakudo (but is in the spec) #1748

p6rt opened this issue May 5, 2010 · 4 comments
Labels

Comments

@p6rt
Copy link

p6rt commented May 5, 2010

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

Searchable as RT74916$

@p6rt
Copy link
Author

p6rt commented May 5, 2010

From @masak

<masak> rakudo​: say Nil.defined
<p6eval> rakudo 1eef08​: OUTPUT«0␤»
* masak submits rakudobug
<masak> rakudo​: say ().defined
<p6eval> rakudo 1eef08​: OUTPUT«0␤»

From S02​: 'Since method calls are performed directly on any object,
C<Nil.defined> returns C<True> just as C<().defined> does.'

@p6rt
Copy link
Author

p6rt commented Aug 11, 2010

From @coke

On Wed May 05 04​:51​:13 2010, masak wrote​:

<masak> rakudo​: say Nil.defined
<p6eval> rakudo 1eef08​: OUTPUT«0␤»
* masak submits rakudobug
<masak> rakudo​: say ().defined
<p6eval> rakudo 1eef08​: OUTPUT«0␤»

From S02​: 'Since method calls are performed directly on any object,
C<Nil.defined> returns C<True> just as C<().defined> does.'

These both output 1 in rakudo-latest, and have passing spec tests.

Thanks.

--
Will "Coke" Coleda

@p6rt
Copy link
Author

p6rt commented Aug 11, 2010

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

@p6rt
Copy link
Author

p6rt commented Aug 11, 2010

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

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