help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] [bug] cCall doesn't update the old syntax flag


From: Gwenael Casaccio
Subject: [Help-smalltalk] [bug] cCall doesn't update the old syntax flag
Date: Tue, 19 Apr 2011 02:20:34 -0700

Issue status update for http://smalltalk.gnu.org/node/585 Post a follow up: http://smalltalk.gnu.org/project/comments/add/585

Project:      GNU Smalltalk
Version:      <none>
Component:    Base classes
Category:     bug reports
Priority:     normal
Assigned to:  Unassigned
Reported by:  MrGwen
Updated by:   MrGwen
Status:       active

(GTK.GtkWidget>>#activate) isOldSyntax => false should be true.
When the pragma is called it does a become but doesn't copy the
oldSyntaxFlag.

710,712c710,712
<                 cCall: funcOrDescr
<                 numArgs: self numArgs
<                 attributes: self attributes.
---
                cCall: funcOrDescr
                numArgs: self numArgs
                attributes: self attributes.
713a714
            self isOldSyntax ifTrue: [ newMethod noteOldSyntax ].
738a740
        self isOldSyntax ifTrue: [ newMethod noteOldSyntax ].
752a755
        self isOldSyntax ifTrue: [ newMethod noteOldSyntax ].





reply via email to

[Prev in Thread] Current Thread [Next in Thread]