# New Ticket Created by Paul Cochrane
# Please include the string: [perl #46923]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=46923 >
In src/pmc/slice.pmc:elements() there is the todo item:
/* only start .. end supported so:
* TODO check flags somewhere
* */
I think this means that the flags of the parrot_range object need to be
checked. Where, is a good question. Is anyone able to elaborate further
on this issue? Anyway, this checking needs to be done, and it would be
really appreciated if it could be implemented.