2011/1/26 Andreas Raab <span dir="ltr">&lt;<a href="mailto:andreas.raab@gmx.de" target="_blank">andreas.raab@gmx.de</a>&gt;</span><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">


[...] see if Compiler recompileAll barfs or not.<br></blockquote><div><br>No barfing doing this in the latest trunk image, so I guess this means we are underscore clean.<br><br>Just to double check I converted an := to _ in some method and did Compiler recompileAll again<br>


and got a SyntaxError on just that method. Fine.<br><br>What&#39;s not that dandy is, that even if you close the SyntaxError window the SystemProgressMorph won&#39;t disappear.<br>It looks like SyntaxError suspends the compiling process and will only activate it again when you correct the error and <br>

accept the corrected code. Just closing the window will leave a suspended compiling process in the system and the<br>ensure block to end the progress display never gets executed.<br>My proposed fix for this would be to explicitly terminate the compiling process on window close. (See Inbox)<br>

<br>Alex<br></div></div>