Ticket #547 (closed todo: fixed)
Parrot_io_socket_is_closed unimplemented
Reported by: | coke | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | none | Version: | |
Severity: | medium | Keywords: | io warning unreached |
Cc: | Language: | ||
Patch status: | Platform: |
Description
The function is currently defined to always return false; This causes a warning about an unused argument, but also many warnings (if configured with --cage) about unreachable code; (since it always returns false, any conditional that relies on it is useless.
This function needs to be implemented (or, I suppose, deprecated & removed).
Change History
Note: See
TracTickets for help on using
tickets.