Issue 4697 in pharo: OrderedCollectionInspector>>fieldList bug in debugger

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

Issue 4697 in pharo: OrderedCollectionInspector>>fieldList bug in debugger

pharo
Status: Accepted
Owner: [hidden email]

New issue 4697 by [hidden email]: OrderedCollectionInspector>>fieldList  
bug in debugger
http://code.google.com/p/pharo/issues/detail?id=4697

Pharo image: #14105

You can not debug the expression
OrderedCollection new

This is because it relies on asking the object what its size is. This  
property is only available once the objects is fully formed. The debugger  
falls over debugging into #setCollection: . it is hard to debug this, but  
the stack trace is

OrderedCollectionInspector>>fieldList
OrderedCollectionInspector(Inspector)>>object:
Debugger>>contextStackIndex:oldContextWas:
Debugger>>resetContext:

We need the tools to be aware of partially created objects and do something  
sensible in this edge-case.


_______________________________________________
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 4697 in pharo: OrderedCollectionInspector>>fieldList bug in debugger

pharo

Comment #1 on issue 4697 by [hidden email]:  
OrderedCollectionInspector>>fieldList bug in debugger
http://code.google.com/p/pharo/issues/detail?id=4697

broken in #13300 as well.


_______________________________________________
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 4697 in pharo: OrderedCollectionInspector>>fieldList bug in debugger

pharo
Updates:
        Status: ReviewNeeded

Comment #2 on issue 4697 by [hidden email]:  
OrderedCollectionInspector>>fieldList bug in debugger
http://code.google.com/p/pharo/issues/detail?id=4697

Name: Tools-MikeRoberts.658
Author: MikeRoberts
Time: 23 August 2011, 6:06:57 pm
UUID: 66e5cd06-8af8-41ed-af69-7871dd3ac53a
Ancestors: Tools-StephaneDucasse.657

Issue: 4697
-Fix to OrderedCollectionInspector that fails #fieldList on  
OrderedCollections that are not fully formed.



_______________________________________________
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 4697 in pharo: OrderedCollectionInspector>>fieldList bug in debugger

pharo
Updates:
        Status: FixProposed

Comment #3 on issue 4697 by [hidden email]:  
OrderedCollectionInspector>>fieldList bug in debugger
http://code.google.com/p/pharo/issues/detail?id=4697

no idea what the right tag is. can someone integrate this please?


_______________________________________________
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 4697 in pharo: OrderedCollectionInspector>>fieldList bug in debugger

pharo
Updates:
        Labels: Milestone-1.3 Milestone-1.4

Comment #4 on issue 4697 by [hidden email]:  
OrderedCollectionInspector>>fieldList bug in debugger
http://code.google.com/p/pharo/issues/detail?id=4697

Yes we will


_______________________________________________
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 4697 in pharo: OrderedCollectionInspector>>fieldList bug in debugger

pharo

Comment #5 on issue 4697 by [hidden email]:  
OrderedCollectionInspector>>fieldList bug in debugger
http://code.google.com/p/pharo/issues/detail?id=4697

in 14119


_______________________________________________
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 4697 in pharo: OrderedCollectionInspector>>fieldList bug in debugger

pharo
Updates:
        Status: Started

Comment #6 on issue 4697 by [hidden email]:  
OrderedCollectionInspector>>fieldList bug in debugger
http://code.google.com/p/pharo/issues/detail?id=4697

For 1.3, we need a change based on 1.3...


_______________________________________________
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 4697 in pharo: OrderedCollectionInspector>>fieldList bug in debugger

pharo
Updates:
        Labels: -Milestone-1.4

Comment #7 on issue 4697 by [hidden email]:  
OrderedCollectionInspector>>fieldList bug in debugger
http://code.google.com/p/pharo/issues/detail?id=4697

(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 4697 in pharo: OrderedCollectionInspector>>fieldList bug in debugger

pharo
Updates:
        Status: Integrated
        Labels: -Milestone-1.3

Comment #8 on issue 4697 by [hidden email]:  
OrderedCollectionInspector>>fieldList bug in debugger
http://code.google.com/p/pharo/issues/detail?id=4697

So I close this for 1.3?


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