Ticket #494 (closed cage: done)

Opened 13 years ago

Last modified 13 years ago

[DEPRECATED] remove parrot_new_pmc_hash

Reported by: cotto Owned by:
Priority: minor Milestone: 1.5
Component: none Version:
Severity: low Keywords:
Cc: Language:
Patch status: Platform:

Description

parrot_new_pmc_hash is no longer used as of r37659. It makes assumptions about a PMC's internal layout which are best left to individual PMCs. The Hash it creates can easily be created with parrot_new_hash, which does not assume that the resulting Hash will live in a PMC. For these reasons, parrot_new_pmc_hash is being deprecated and will be removed after the next "supported" release (1.4).

Change History

Changed 13 years ago by cotto

  • milestone changed from 1.5 to 1.4

Changed 13 years ago by cotto

  • milestone changed from 1.4 to 1.5

Changed 13 years ago by bacek

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

Function removed at r40194. Closing ticket.

Note: See TracTickets for help on using tickets.