Skip to content

Fix in io.rakudoc: .e method is on IO::Path objects, not IO::Handle#4793

Merged
coke merged 1 commit intomainfrom
schultzdavid-patch-10
Mar 5, 2026
Merged

Fix in io.rakudoc: .e method is on IO::Path objects, not IO::Handle#4793
coke merged 1 commit intomainfrom
schultzdavid-patch-10

Conversation

@schultzdavid
Copy link
Copy Markdown
Collaborator

@schultzdavid schultzdavid commented Mar 5, 2026

Very straightforward fix.

For instance:

"/".IO.WHAT  # (Path)
"/".IO.e     # True
$*IN.WHAT  # (Handle)
$*IN.e     # No such method 'e' for invocant of type 'IO::Handle'. Did you mean 't'?

The roasts also don't require anything different, as far as I can see.

@schultzdavid schultzdavid changed the title Fix In io.rakudoc: .e method is on IO::Path objects, not IO::Handle Fix in io.rakudoc: .e method is on IO::Path objects, not IO::Handle Mar 5, 2026
@coke coke merged commit e154df9 into main Mar 5, 2026
1 check passed
@coke coke deleted the schultzdavid-patch-10 branch March 5, 2026 13:06
@coke
Copy link
Copy Markdown
Collaborator

coke commented Mar 5, 2026

Thanks, good catch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants