<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p>Hi all,</p>
<p><br>
</p>
<p>I just got irritated as I evaluated</p>
<p><br>
</p>
<p><span>MethodFinder methodFor: {{#(1 2). #even}. #(1)}</span></p>
<p><br>
</p>
<p>and got no hit.</p>
<p>This is because the MethodFinder stores an extra list of selector parameters that are assumed to require a block argument (Blocks) -- but nowadays this requirement is not given, as you can pass a Symbol, MessageSend, SortFunction or whatsoever, thanks to
 polymorphy. So (how) is this block check still relevant? If I remove it, I get the right hit and can do thinks like</p>
<p><br>
</p>
<p><span>MethodFinder methodFor: {{#(1 2). #yourself descending}. #(2 1)}.</span><br>
</p>
<p><span><br>
</span></p>
<p><span>Also, #ifError: will prevent any error thrown if the block does not match the selector.</span></p>
<p><br>
</p>
<p>Looking forward to your answers :)</p>
<p>Christoph</p>
<div id="Signature">
<div name="divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:; margin:0">
<div><font size="2" color="#808080"></font></div>
</div>
</div>
</div>
</body>
</html>