Ticket #86 (closed defect: fixed)

Opened 19 months ago

Last modified 19 months ago

ikt should not quit on ObjectNotFound

Reported by: jorgenpt Owned by: mooneer
Priority: minor Milestone:
Component: interpreter Version: 1.0.1
Keywords: Cc:

Description

When one tries to call an nonexisting method on a variable, this happens:

ikt> i = 'foo'; ikt> i|invalid_call; System.exceptions.ObjectNotFound?: Could not find method invalid_call that takes 0 argument(s)

called from ? line 1 called from (ikt)

and afterwards, ikt quits. This should be displayed (or a simpler error, like "Could not find method invalid_call for 'i' that takes 0 argument(s)") and prompt should be returned.

Change History

Changed 19 months ago by mooneer

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

Fixed in r554.

Note: See TracTickets for help on using tickets.