Ticket #106 (closed RFC: fixed)

Opened 13 years ago

Last modified 13 years ago

Deprecated: Data::Sort

Reported by: coke Owned by: coke
Priority: normal Milestone:
Component: library Version:
Severity: medium Keywords:
Cc: Language:
Patch status: Platform:

Description

I propose we kill runtime/parrot/library/Data/Sort.pir - there is now a sort method available on src/pmc/fixedintegerarray.pmc and src/pmc/fixedpmcarray.pmc which covers a good chunk of the array pmc hierarchy and uses a c-based quicksort.

(If needed, we can move the sort method around in the hierarchy to insure it works on more types.)

Change History

Changed 13 years ago by coke

  • component changed from none to library

Changed 13 years ago by coke

  • summary changed from remove Data::Sort to Deprecated: Data::Sort

Changed 13 years ago by coke

  • owner set to coke

Removed in r36127.

Changed 13 years ago by coke

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.