<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Right now when a variable name is shadowed we only get a line appearing in the Transcript, which is alarmingly easy to miss. Given how many other alerts we get popping up for undeclared or unused variables, maybe we need to add one more for shadowing.<br></blockquote><div><br></div><div>Shadowed variables are not an issue, technically, just from the code-clarity sense, which syntax-highlighting has now largely resolved.  I think such fixes like these should be handled by the existing batch process in the development cycle where one cleans the Lint out of one's code.  If you must add yet another pop up for this, make sure loading a large package with a lot of shadowed variables doesn't produce hundreds of such pop ups.  Which, of course, I guess you'd be back to a bunch of code with shadowed variables with no way to identify them except the Transcript notifications again.  So, maybe that's another reason to relegate this to the deLint'ing stage.</div><div><br></div><div>Best,</div><div>  Chris</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br><br>
</blockquote></div></div>