Issue 5738 in pharo: do allow the same ivar in the hierarchy

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

Issue 5738 in pharo: do allow the same ivar in the hierarchy

pharo
Status: FixReviewNeeded
Owner: [hidden email]
Labels: Type-Bug Milestone-2.0

New issue 5738 by [hidden email]: do allow the same ivar in the  
hierarchy
http://code.google.com/p/pharo/issues/detail?id=5738

right now, a hard error is raised by ClassBuilder if you add an invar with  
a name of an existing one somewhere
in the hierarchy.

This is not good, as it makes it impossible to move an ivar up the  
hierarchy in two steps.

Therefore, we should disable this.

Conceptially, testing this would be nice but not that deep in the system.  
This should be done at the tool level.

(if you want to test: have a look at ExpandedSourceFileArray and try to  
refactor it to one class.
The first step is to one the ivar files up, which is impossible.

Attachments:
        AllowMultipleSameVarsInHiearchy.1.cs  1.1 KB


_______________________________________________
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 5738 in pharo: do allow the same ivar in the hierarchy

pharo
Issue 5738: do allow the same ivar in the hierarchy
http://code.google.com/p/pharo/issues/detail?id=5738

This issue is now blocking issue 5739.
See http://code.google.com/p/pharo/issues/detail?id=5739

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

_______________________________________________
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 5738 in pharo: do allow the same ivar in the hierarchy

pharo
In reply to this post by pharo
Updates:
        Status: FixToInclude

Comment #2 on issue 5738 by [hidden email]: do allow the same ivar  
in the hierarchy
http://code.google.com/p/pharo/issues/detail?id=5738

lets add this


_______________________________________________
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 5738 in pharo: do allow the same ivar in the hierarchy

pharo
Updates:
        Status: Integrated

Comment #3 on issue 5738 by [hidden email]: do allow the same ivar  
in the hierarchy
http://code.google.com/p/pharo/issues/detail?id=5738

in 2.0 038


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