Ticket #1356 (assigned RFC)
[TODO] add method FixedStringArray.sort()
| Reported by: | fperrad | Owned by: | whiteknight |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | core | Version: | master |
| Severity: | medium | Keywords: | |
| Cc: | Language: | ||
| Patch status: | Platform: | all |
Description
Add the method sort in the FixedStringArray PMC.
Currently, the method sort is only implemented in FixedPMCArray (and inherited by ResizablePMCArray).
This method uses the C function Parrot_quicksort (in src/utils.c) which handles only PMC and not STRING.
Change History
Note: See
TracTickets for help on using
tickets.
