<div dir="ltr">Hi Marcel,<div><br></div><div>    I see the &quot;name is shadowed&quot; warning from methods such as </div><div><br></div><div><div>CommunityTheme class&gt;&gt;#createDark</div><div><span class="gmail-Apple-tab-span" style="white-space:pre">        </span>&quot;self createDark apply.&quot;</div><div><span class="gmail-Apple-tab-span" style="white-space:pre">        </span>| name |</div><div><span class="gmail-Apple-tab-span" style="white-space:pre">        </span>name := &#39;Community (dark)&#39;.</div><div><span class="gmail-Apple-tab-span" style="white-space:pre">        </span>^ (self named: name) in: [:theme |</div><div><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>theme merge: (self named: &#39;Squeak&#39;) overwrite: true.</div><div><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>theme name: name.</div><div><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>&quot;General morph stuff.&quot;</div><div><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>theme</div><div>...</div><div><br></div><div>and I thought to correct them but then thought that they don&#39;t need the name ten var at all, and hence realised they could be auto generated.  Are they?  Is it safe to edit them to rename name to e.g. themeName, or even to eliminate the temp var altogether?</div><div><br></div><div class="gmail_signature"><div dir="ltr"><div><span style="font-size:small;border-collapse:separate"><div>_,,,^..^,,,_<br></div><div>best, Eliot</div></span></div></div></div>
</div></div>