Improper operator selectors

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

Improper operator selectors

Terry Raymond
While upgrading our application from VW 7.6 to VW 7.8 I found
some new bugs due to the change in the operation definition.
Things like 1@-1 no longer work, it should be 1 @ -1 . As
a result I decided to search the image for other similar bugs.

Inspecting the result of the following expression;

ByteSymbol allInstances select:
        [:sym |
        sym size > 1 and:
                [sym size < 6 and:
                        ['|\~!@#$%^&*()-+=,./?><;:[]{}' includes: sym first]]]

I found a sender of ->- in MenuEditor>>shiftRight.

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


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

Re: Improper operator selectors

Alan Knight-2
Thanks. Created 63572.



[hidden email]
1 July, 2011 10:56 AM


While upgrading our application from VW 7.6 to VW 7.8 I found
some new bugs due to the change in the operation definition.
Things like 1@-1 no longer work, it should be 1 @ -1 . As
a result I decided to search the image for other similar bugs.

Inspecting the result of the following expression;

ByteSymbol allInstances select:
[:sym |
sym size > 1 and:
[sym size < 6 and:
['|\~!@#$%^&*()-+=,./?><;:[]{}' includes: sym first]]]

I found a sender of ->- in MenuEditor>>shiftRight.

Terry

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


_______________________________________________
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