Issue 4776 in pharo: Shadowed variables

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 4776 in pharo: Shadowed variables

pharo
Status: Accepted
Owner: ----
Labels: Type-Bug Difficulty-Easy Milestone-1.3

New issue 4776 by renggli: Shadowed variables
http://code.google.com/p/pharo/issues/detail?id=4776

When recompiling the image

     Compiler recompileAll

I get

     FreeTypeNameParser>>tokenize:(tokens is shadowed)
     FtpUrl>>retrieveContents(password is shadowed)
     MCSaveVersionDialog>>accept(message is shadowed)
     PluggableMenuSpec>>asMenuMorph(items is shadowed)
     Workspace>>setContent:(textMorph is shadowed)
     Workspace>>okToChange(textMorph is shadowed)


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4776 in pharo: Shadowed variables

pharo
Updates:
        Labels: Milestone-1.4

Comment #1 on issue 4776 by [hidden email]: Shadowed variables
http://code.google.com/p/pharo/issues/detail?id=4776

(No comment was entered for this change.)


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4776 in pharo: Shadowed variables

pharo

Comment #2 on issue 4776 by [hidden email]: Shadowed variables
http://code.google.com/p/pharo/issues/detail?id=4776

In 1.4

Workspace>>setContent:(textMorph is shadowed)
Workspace>>okToChange(textMorph is shadowed)
are not shadowed anymore.

Should check the rest.


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4776 in pharo: Shadowed variables

pharo
Updates:
        Status: Duplicate
        Mergedinto: 2030

Comment #3 on issue 4776 by [hidden email]: Shadowed variables
http://code.google.com/p/pharo/issues/detail?id=4776

(No comment was entered for this change.)


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker