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

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

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

MrGwen
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 ].



_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: [bug] cCall doesn't update the old syntax flag

MrGwen
Issue status update for
http://smalltalk.gnu.org/project/issue/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

oups the patch is for CompildMethod.st



_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: [bug] cCall doesn't update the old syntax flag

Paolo Bonzini-3
In reply to this post by MrGwen
Issue status update for
http://smalltalk.gnu.org/project/issue/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:   bonzinip
-Status:       active
+Status:       fixed

Applied, thanks.



_______________________________________________
help-smalltalk mailing list
[hidden email]
https://lists.gnu.org/mailman/listinfo/help-smalltalk