Ticket #86 (closed defect: fixed)
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
Note: See
TracTickets for help on using
tickets.
