Reference Mantis 0007597 http://bugs.squeak.org/view.php?id=7597. You can view, comment on, or merge this pull request online at:https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/547 Commit Summary
File ChangesPatch Links:
— |
@eliotmiranda commented on this pull request. Hi David, I would bite the bullet and write an explicit initializer for lastKeyValue containing 256 -1's, get rid of the initialization lines in storeLastKeyValue (lines 1722 through 1727). Looks perfect otherwise. — |
In reply to this post by David T Lewis
OK I will do an update. Also as reminded by Tim, the index into array should probably be masked to ensure 1 -255. A KeyCode is always in that range, but there is no real guarantee that there is not some scenario in which it might be set to -1 for example, so better to be safe. — |
In reply to this post by David T Lewis
@dtlewis290 pushed 1 commit.
— |
In reply to this post by David T Lewis
Merged #547 into Cog. — |
Free forum by Nabble | Edit this page |