Ticket #112 (closed patch: fixed)
[patch] Add 'pop', 'push', 'shift' and 'unshift' methods to ResizableStringArray PMCs
Reported by: | geraud | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | core | Version: | trunk |
Severity: | medium | Keywords: | |
Cc: | Language: | ||
Patch status: | new | Platform: | freebsd |
Description
While playing around with RSA, I tried to copy some code that dealt with ResizablePMCArray and found that $P0.'push'(...) didn't work. With hints from people on IRC I looked at the associated .pmc files and came up with this patch. Took the liberty to duplicate the tests in t/pmc/resizablestringarray.t so that the new syntax is also covered.
While there, updated the copyright dates.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.