Ticket #132 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

evaluator: Slice expressions not implemented

Reported by: lth Assigned to: anonymous
Type: defect Priority: major
Component: RefImpl Version: 4
Keywords: Cc: brendan

Description

Consider:

>> "foo"[1:2] **ERROR** UnimplError?: unhandled Slice expression

The expected output is the string "o".

Attachments

Change History

Changed 3 years ago by graydon

  • status changed from new to closed
  • resolution set to fixed

Slice, including pythonic 3-arg form, implemented in f69cf8b...

Changed 3 years ago by jaz

  • status changed from closed to reopened
  • resolution deleted

Regression? 3 term slices don't work. Fix looks straightforward.

Changed 3 years ago by jaz

  • status changed from reopened to closed
  • resolution set to fixed

fixed in 9116d85df41bdebfaf483869e8521a842d816af7

Note: See TracTickets for help on using tickets.