<div dir="ltr"><div>Hi Christoph,<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le ven. 27 mars 2020 à 17:10, Christoph Thiede <<a href="mailto:christoph.thiede@student.hpi.uni-potsdam.de">christoph.thiede@student.hpi.uni-potsdam.de</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Eliot,<br>
<br>
> Quite right.  Can you find out how common cases like these are?  I bet you<br>
> there will be five methods or less in trunk that are affected.<br>
<br>
I did a full search in my image:<br>
<br>
pattern := '.*to\:[\s\r\n]*\w+[\s\r\n]*do\:[\s\r\n]*\[[^\]]*\[.*' asRegex.<br>
self systemNavigation allMethods select: [:m |<br>
        pattern matches: m getSource].<br>
<br>
My Source Files are very slow,<br></blockquote><div><br></div><div>You might want to use:</div><div><br></div><div>    CurrentReadOnlySourceFiles cacheDuring: [ ... ]<br></div><div><br></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<<a href="http://forum.world.st/The-Inbox-ShoutCore-ct-78-mcz-tp5109909p5110050.html" rel="noreferrer" target="_blank">http://forum.world.st/The-Inbox-ShoutCore-ct-78-mcz-tp5109909p5110050.html</a>>  <br>
so I interrupted the script after one hour, but I still found more than 250<br>
matches. I took some samples and they looked indeed relevant. Nested #to:do:<br>
loops, for example ...<br>
Or do I misunderstand your idea of a rule?<br>
<br></blockquote><div>The problem is not so when evaluating nested block.</div><div>It's when returning a nested block for later evaluation.</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
However, if we can agree on leaving it as it is, it's irrelevant ;-)<br>
<br>
Best,<br>
Christoph<br>
<br>
<br>
<br>
--<br>
Sent from: <a href="http://forum.world.st/Squeak-Dev-f45488.html" rel="noreferrer" target="_blank">http://forum.world.st/Squeak-Dev-f45488.html</a><br>
<br>
</blockquote></div></div>