Issue status update for
http://smalltalk.gnu.org/node/402 Post a follow up: http://smalltalk.gnu.org/project/comments/add/402 Project: GNU Smalltalk Version: <none> Component: VisualGST Category: bug reports Priority: critical Assigned to: Unassigned Reported by: bonzinip Updated by: bonzinip Status: active Type into an SUnit browser's code pane when no method is selected: Object: FileStream new "<0x7f8e3d0a82a0>" error: did not understand #acceptVisitor: MessageNotUnderstood(Exception)>>signal (AnsiExcept.st:216) FileStream(Object)>>doesNotUnderstand: #acceptVisitor: (AnsiExcept.st:1556) VisualGST.SyntaxHighlighter(STInST.RBProgramNodeVisitor)>>visitNode: (Parser.star#VFS.ZipFile/RBParseNodes.st:49) VisualGST.SyntaxHighlighter class>>highlight:in: (VisualGST.star#VFS.ZipFile/SyntaxHighlighter.st:14) VisualGST.GtkSourceCodeWidget>>changed (VisualGST.star#VFS.ZipFile/GtkSourceCodeWidget.st:163) I also got this but cannot reproduce it: Object: GtkTextView new: 7 error: did not understand #hasChanged MessageNotUnderstood(Exception)>>signal (AnsiExcept.st:216) GTK.GtkTextView(Object)>>doesNotUnderstand: #hasChanged (AnsiExcept.st:1556) VisualGST.GtkSourceCodeWidget>>hasChanged (VisualGST.star#VFS.ZipFile/GtkSourceCodeWidget.st:175) VisualGST.GtkSUnit>>hasChanged (VisualGST.star#VFS.ZipFile/SUnit/GtkSUnit.st:451) VisualGST.GtkSUnit>>checkCodeWidget (VisualGST.star#VFS.ZipFile/SUnit/GtkSUnit.st:423) VisualGST.GtkSUnit>>onNamespaceChanged (VisualGST.star#VFS.ZipFile/SUnit/GtkSUnit.st:290) _______________________________________________ help-smalltalk mailing list [hidden email] http://lists.gnu.org/mailman/listinfo/help-smalltalk |
Issue status update for
http://smalltalk.gnu.org/project/issue/402 Post a follow up: http://smalltalk.gnu.org/project/comments/add/402 Project: GNU Smalltalk Version: <none> Component: VisualGST Category: bug reports Priority: critical -Assigned to: Unassigned +Assigned to: MrGwen Reported by: bonzinip Updated by: MrGwen Status: active The RBParser is used for real-time syntax highlighting these exceptions are normals (They are catched but the error is output) _______________________________________________ help-smalltalk mailing list [hidden email] http://lists.gnu.org/mailman/listinfo/help-smalltalk |
In reply to this post by Paolo Bonzini-3
Issue status update for
http://smalltalk.gnu.org/project/issue/402 Post a follow up: http://smalltalk.gnu.org/project/comments/add/402 Project: GNU Smalltalk Version: <none> Component: VisualGST Category: bug reports Priority: critical Assigned to: MrGwen Reported by: bonzinip Updated by: MrGwen -Status: active +Status: committed This was a problem with a return value : should be a node but if RBParse raises an exception the return value was stderr _______________________________________________ help-smalltalk mailing list [hidden email] http://lists.gnu.org/mailman/listinfo/help-smalltalk |
In reply to this post by Paolo Bonzini-3
Issue status update for
http://smalltalk.gnu.org/project/issue/402 Post a follow up: http://smalltalk.gnu.org/project/comments/add/402 Project: GNU Smalltalk Version: <none> Component: VisualGST Category: bug reports Priority: critical Assigned to: MrGwen Reported by: bonzinip Updated by: bonzinip -Status: committed +Status: fixed Aha, that's it! _______________________________________________ help-smalltalk mailing list [hidden email] http://lists.gnu.org/mailman/listinfo/help-smalltalk |
Free forum by Nabble | Edit this page |