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

Failure() Boolificies to Int() #2180

Closed
p6rt opened this issue Sep 20, 2010 · 4 comments
Closed

Failure() Boolificies to Int() #2180

p6rt opened this issue Sep 20, 2010 · 4 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Sep 20, 2010

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

Searchable as RT77946$

@p6rt
Copy link
Author

p6rt commented Sep 20, 2010

From @tadzik

(1, 2, 3, 4, 6).first(9).WHAT.say
Failure()
(1, 2, 3, 4, 6).first(9).Bool.WHAT.say;
Int()

Regards,
Ted

@p6rt
Copy link
Author

p6rt commented Jan 8, 2011

From @Kodiologist

Fixed in b84217360; thanks!

(1, 2, 3, 4, 6).first(9).Bool.WHAT.say;
Bool()

@p6rt
Copy link
Author

p6rt commented Jan 8, 2011

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

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

p6rt commented Jan 8, 2011

From @Kodiologist

I added some tests to S04-exceptions/fail.t (roast 3f3d6ce3d3baa6).

@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