Ticket #1530 (closed deprecation: fixed)

Opened 12 years ago

Last modified 12 years ago

[DEPRECATION] Parrot_PMC_* in src/extend.c

Reported by: plobsing Owned by:
Priority: normal Milestone: 2.5
Component: none Version: 2.2.0
Severity: medium Keywords:
Cc: Language:
Patch status: Platform:

Description

These functions are mostly used to call PMC vtables. The correct functions to invoke PMC vtables reside in src/extend_vtable.c.

Some functions matching this descriptions do not only invoke vtables and are not duplicates. These are:

  • Parrot_PMC_new
  • Parrot_PMC_typenum
  • Parrot_PMC_null
  • Parrot_PMC_set_vtable
  • Parrot_PMC_newclass

Change History

Changed 12 years ago by gerd

  • milestone changed from 2.4 to 2.5

Changed 12 years ago by plobsing

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

These were eliminated while fixing TT #1587 which was a dup of this ticket.

Note: See TracTickets for help on using tickets.