Ticket #547 (closed todo: fixed)

Opened 13 years ago

Last modified 13 years ago

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

Changed 13 years ago by Infinoid

  • status changed from new to closed
  • resolution set to fixed

No deprecation cycle would be necessary, this stuff was added post-1.0.0.

Anyway, implemented in r38003. Kthx.

Note: See TracTickets for help on using tickets.