From 8088a58bbf34ed96ccf436f1db5c9b8e5eb1b465 Mon Sep 17 00:00:00 2001 From: "Brian T. Rice" Date: Sun, 6 Feb 2011 21:20:06 -0800 Subject: [PATCH] Attempt at making notFoundOn: more robust, secondary to another bug investigation. --- src/core/condition-epilogue.slate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/condition-epilogue.slate b/src/core/condition-epilogue.slate index 41c23a1..57f74bd 100644 --- a/src/core/condition-epilogue.slate +++ b/src/core/condition-epilogue.slate @@ -87,7 +87,7 @@ conditions define: #MethodNotFound &parents: {ProtocolError} &slots: {#message - selector@(Symbol traits) notFoundOn: arguments &optionals: optionals "Query the arguments for an abnormal handler before signalling MethodNotFound." -[ +[| *rest | message ::= Message sending: selector to: arguments &optionals: optionals. arguments doWithIndex: [| :arg :index | (arg didNotUnderstand: message at: index) ifNotNilDo: -- 2.11.4.GIT