[vwnc] Behavior of "Inspect Undeclared"

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

[vwnc] Behavior of "Inspect Undeclared"

Joerg Beekmann, DeepCove Labs (YVR)

When inspecting undeclared variables the first thing I do is ask it to “Purge Unused Bindings” to get the list of items that are currently undeclared. I have never wanted to see the list of variables that were undeclared at some point in the past. Has anyone wanted to see that list? If not perhaps requesting the list of undeclared could just do a purge first.

 

-----
Joerg Beekmann
DeepCove Labs
4th floor 595 Howe Street
Vancouver, BC, V6C 2T5
voice +1.604.689.0322
fax   +1.604.689.0311
<a href="blocked::mailto:joerg@deepcovelabs.com" title="blocked::mailto:joerg@deepcovelabs.com">joerg@...


CONFIDENTIALITY NOTICE - This email contains private and confidential
information. If it is not intended for you, delete it and any attachments.

 


_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] Behavior of "Inspect Undeclared"

Terry Raymond

I always purge it.

 

I should add that I noticed in 7.6 that if you override a method that

references an ivar and later rename the ivar, you will end up with

and undeclared ref to the ivar because of the way overrides are done.

 

Terry

===========================================================
Terry Raymond
Crafted Smalltalk
80 Lazywood Ln.
Tiverton, RI  02878
(401) 624-4517      [hidden email]
<http://www.craftedsmalltalk.com>
===========================================================


From: [hidden email] [mailto:[hidden email]] On Behalf Of Joerg Beekmann
Sent: Wednesday, November 05, 2008 2:03 PM
To: VWNC
Subject: [vwnc] Behavior of "Inspect Undeclared"

 

When inspecting undeclared variables the first thing I do is ask it to “Purge Unused Bindings” to get the list of items that are currently undeclared. I have never wanted to see the list of variables that were undeclared at some point in the past. Has anyone wanted to see that list? If not perhaps requesting the list of undeclared could just do a purge first.

 

-----
Joerg Beekmann
DeepCove Labs
4th floor 595 Howe Street
Vancouver, BC, V6C 2T5
voice +1.604.689.0322
fax   +1.604.689.0311
<a href="blocked::mailto:joerg@deepcovelabs.com" title="blocked::mailto:joerg@deepcovelabs.com">joerg@...


CONFIDENTIALITY NOTICE - This email contains private and confidential
information. If it is not intended for you, delete it and any attachments.

 


_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] Behavior of "Inspect Undeclared"

Joerg Beekmann, DeepCove Labs (YVR)

I was not aware of that scenario. I do know that if you remove a variable and then add it back, perhaps higher in the hierarchy, you end up incrementing the undeclared count.

 

Thinking about it a bit more just bringing up the Browse->Inspect menu should purge unused bindings. Otherwise the number of undeclared shown in the menu label is not very useful.

 

 

 

 

 


From: [hidden email] [mailto:[hidden email]] On Behalf Of Terry Raymond
Sent: Wednesday, November 05, 2008 11:24 AM
To: 'VWNC'
Subject: Re: [vwnc] Behavior of "Inspect Undeclared"

 

I always purge it.

 

I should add that I noticed in 7.6 that if you override a method that

references an ivar and later rename the ivar, you will end up with

and undeclared ref to the ivar because of the way overrides are done.

 

Terry

===========================================================
Terry Raymond
Crafted Smalltalk
80 Lazywood Ln.
Tiverton, RI  02878
(401) 624-4517      [hidden email]
<http://www.craftedsmalltalk.com>
===========================================================


From: [hidden email] [mailto:[hidden email]] On Behalf Of Joerg Beekmann
Sent: Wednesday, November 05, 2008 2:03 PM
To: VWNC
Subject: [vwnc] Behavior of "Inspect Undeclared"

 

When inspecting undeclared variables the first thing I do is ask it to “Purge Unused Bindings” to get the list of items that are currently undeclared. I have never wanted to see the list of variables that were undeclared at some point in the past. Has anyone wanted to see that list? If not perhaps requesting the list of undeclared could just do a purge first.

 

-----
Joerg Beekmann
DeepCove Labs
4th floor 595 Howe Street
Vancouver, BC, V6C 2T5
voice +1.604.689.0322
fax   +1.604.689.0311
<a href="blocked::mailto:joerg@deepcovelabs.com" title="blocked::mailto:joerg@deepcovelabs.com">joerg@...


CONFIDENTIALITY NOTICE - This email contains private and confidential
information. If it is not intended for you, delete it and any attachments.

 


_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] Behavior of "Inspect Undeclared"

David Caster
Umm, I'd delete the count, replacing it with a non-numerical indicator such as a red or green or yellow Spot.  Sometimes you need to be able to see when things come in without an intervening reset.  Make the Spot green when the list is emptied, make it red when the list goes from empty to containing an item, turn it yellow from red after an inspector had been opened on the list.  Turn it red from green or yellow if an item is added.  Just because something passes through a state of non-definition does not mean that it is automatically "bad".  What's too bad is that "undefinition" is not a word.  (8~{)}

David L. Caster
Cincom CM Group

On Nov 6, 2008, at 2:42 PM, Joerg Beekmann wrote:

I was not aware of that scenario. I do know that if you remove a variable and then add it back, perhaps higher in the hierarchy, you end up incrementing the undeclared count.
 
Thinking about it a bit more just bringing up the Browse->Inspect menu should purge unused bindings. Otherwise the number of undeclared shown in the menu label is not very useful.
 
 
 
 
 

From: [hidden email] [[hidden email]] On Behalf Of Terry Raymond
Sent: Wednesday, November 05, 2008 11:24 AM
To: 'VWNC'
Subject: Re: [vwnc] Behavior of "Inspect Undeclared"
 
I always purge it.
 
I should add that I noticed in 7.6 that if you override a method that
references an ivar and later rename the ivar, you will end up with
and undeclared ref to the ivar because of the way overrides are done.
 

Terry

===========================================================
Terry Raymond
Crafted Smalltalk
80 Lazywood Ln.
Tiverton, RI  02878
(401) 624-4517      [hidden email]
<http://www.craftedsmalltalk.com>
===========================================================


From: [hidden email] [[hidden email]] On Behalf Of Joerg Beekmann
Sent: Wednesday, November 05, 2008 2:03 PM
To: VWNC
Subject: [vwnc] Behavior of "Inspect Undeclared"
 
When inspecting undeclared variables the first thing I do is ask it to “Purge Unused Bindings” to get the list of items that are currently undeclared. I have never wanted to see the list of variables that were undeclared at some point in the past. Has anyone wanted to see that list? If not perhaps requesting the list of undeclared could just do a purge first.
 
-----
Joerg Beekmann
DeepCove Labs
4th floor 595 Howe Street
Vancouver, BC, V6C 2T5
voice +1.604.689.0322
fax   +1.604.689.0311
<a href="blocked::mailto:joerg@deepcovelabs.com" title="blocked::mailto:joerg@deepcovelabs.com" style="color: blue; text-decoration: underline; ">joerg@...

CONFIDENTIALITY NOTICE - This email contains private and confidential
information. If it is not intended for you, delete it and any attachments.
 
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc


_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] Behavior of "Inspect Undeclared"

Joerg Beekmann, DeepCove Labs (YVR)

Sure an indicator like that would work as well. I just don’t like the current situation where you go to the menu, see that there are “6 undeclared” open the dialog, purge and find there are none of interest after all.

 

Joerg

 


From: David Caster [mailto:[hidden email]]
Sent: Thursday, November 06, 2008 3:04 PM
To: Joerg Beekmann
Cc: Terry Raymond; VWNC
Subject: Re: [vwnc] Behavior of "Inspect Undeclared"

 

Umm, I'd delete the count, replacing it with a non-numerical indicator such as a red or green or yellow Spot.  Sometimes you need to be able to see when things come in without an intervening reset.  Make the Spot green when the list is emptied, make it red when the list goes from empty to containing an item, turn it yellow from red after an inspector had been opened on the list.  Turn it red from green or yellow if an item is added.  Just because something passes through a state of non-definition does not mean that it is automatically "bad".  What's too bad is that "undefinition" is not a word.  (8~{)}

 

David L. Caster

Cincom CM Group

 

On Nov 6, 2008, at 2:42 PM, Joerg Beekmann wrote:



I was not aware of that scenario. I do know that if you remove a variable and then add it back, perhaps higher in the hierarchy, you end up incrementing the undeclared count.

 

Thinking about it a bit more just bringing up the Browse->Inspect menu should purge unused bindings. Otherwise the number of undeclared shown in the menu label is not very useful.

 

 

 

 

 


From: [hidden email] [[hidden email]] On Behalf Of Terry Raymond
Sent: Wednesday, November 05, 2008 11:24 AM
To: 'VWNC'
Subject: Re: [vwnc] Behavior of "Inspect Undeclared"

 

I always purge it.

 

I should add that I noticed in 7.6 that if you override a method that

references an ivar and later rename the ivar, you will end up with

and undeclared ref to the ivar because of the way overrides are done.

 

Terry

===========================================================
Terry Raymond
Crafted Smalltalk
80 Lazywood Ln.
Tiverton, RI  02878
(401) 624-4517      [hidden email]
<http://www.craftedsmalltalk.com>
===========================================================


From: [hidden email] [[hidden email]] On Behalf Of Joerg Beekmann
Sent: Wednesday, November 05, 2008 2:03 PM
To: VWNC
Subject: [vwnc] Behavior of "Inspect Undeclared"

 

When inspecting undeclared variables the first thing I do is ask it to “Purge Unused Bindings” to get the list of items that are currently undeclared. I have never wanted to see the list of variables that were undeclared at some point in the past. Has anyone wanted to see that list? If not perhaps requesting the list of undeclared could just do a purge first.

 

-----
Joerg Beekmann
DeepCove Labs
4th floor 595 Howe Street
Vancouver, BC, V6C 2T5
voice +1.604.689.0322
fax   +1.604.689.0311
<a href="blocked::mailto:joerg@deepcovelabs.com" title="blocked::mailto:joerg@deepcovelabs.com">joerg@...


CONFIDENTIALITY NOTICE - This email contains private and confidential
information. If it is not intended for you, delete it and any attachments.

 

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc

 


_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc