class deletion
By James Gardiner - Posted on October 5th, 2009
Tagged: unknown
• current snapshot
| Project: | GNU Smalltalk |
| Component: | VisualGST |
| Category: | bug |
| Priority: | critical |
| Assigned: | MrGwen |
| Status: | fixed |
Description
Deleting a class that has been created doesn't work. The class remains in the browser pane and, if clicked on, will launch a debugger window and send a brief message to the Transcript. (At least better than the clutter we had before on the Transcript!)
Updates
#1 submitted by Gwenael Casaccio on Mon, 10/05/2009 - 08:38
| Priority: | normal | » critical |
| Assigned to: | Unassigned | » MrGwen |
#2 submitted by Gwenael Casaccio on Mon, 10/05/2009 - 09:02
| Status: | active | » committed |
In fact the bug was not in the class deletion but in the class creation :p
I've forget to add a space at the end of the class name.
#3 submitted by Paolo Bonzini on Mon, 10/05/2009 - 18:48
| Status: | committed | » fixed |
pushed to sv.gnu.org, please sync.
