Ticket #1057 (closed todo: done)

Opened 12 years ago

Last modified 12 years ago

Rename non static list functions

Reported by: NotFound Owned by: NotFound
Priority: normal Milestone:
Component: core Version: 1.6.0
Severity: high Keywords:
Cc: Language:
Patch status: Platform:

Description

In https://trac.parrot.org/parrot/wiki/APIFuncRenaming there is no subsys defined for the list functions (from src/list.c). The renaming of this functions becomes a priority because some of them conflicts with the mysql client library, causing malfunctioning and segfaults in the MySql.pir module.

Is Parrot_lst_ a good prefix?

Change History

Changed 12 years ago by NotFound

  • status changed from new to assigned
  • owner set to NotFound

After discussion in #parrotsketch, no specific subsystem will be created, pmc is assigned.

The functions will be named Parrot_pmc_array_.... under the assumption that they may become part of the Array PMC.

Renamed list_delete and list_length in r41411, those were the most urgent because of interfering with the mysql client lib.

Changed 12 years ago by bacek

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

Done in r41414

Note: See TracTickets for help on using tickets.