[bug] CObject subclasses fileouts include shape

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

[bug] CObject subclasses fileouts include shape

Paolo Bonzini-3
Issue status update for
http://smalltalk.gnu.org/node/375
Post a follow up:
http://smalltalk.gnu.org/project/comments/add/375

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

In VisualGST, CObject subclasses include a shape pragma.  The
NewSyntaxExporter class was taught not to include this pragma with
commit e379820, but VisualGST does not use it.

At the same time this is fixed, GtkTextWidget and GtkWebView should be
re-exported so that the shape pragma in their source code is removed
(this currently causes a harmless but annoying warning when loading
VisualGST into a 32-bit image).




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

Re: [bug] CObject subclasses fileouts include shape

MrGwen
Issue status update for
http://smalltalk.gnu.org/project/issue/375
Post a follow up:
http://smalltalk.gnu.org/project/comments/add/375

 Project:      GNU Smalltalk
 Version:      <none>
 Component:    VisualGST
 Category:     bug reports
 Priority:     normal
-Assigned to:  Unassigned
+Assigned to:  MrGwen
 Reported by:  bonzinip
 Updated by:   MrGwen
-Status:       active
+Status:       committed

Fixed in the VisualGST svn.




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

Re: [bug] CObject subclasses fileouts include shape

Paolo Bonzini-3
In reply to this post by Paolo Bonzini-3
Issue status update for
http://smalltalk.gnu.org/project/issue/375
Post a follow up:
http://smalltalk.gnu.org/project/comments/add/375

 Project:      GNU Smalltalk
 Version:      <none>
 Component:    VisualGST
 Category:     bug reports
 Priority:     normal
 Assigned to:  MrGwen
 Reported by:  bonzinip
 Updated by:   bonzinip
 Status:       committed

The correct condition would be

            printClass shape =
                (printClass inheritShape
                    ifTrue: [ printClass superclass shape ]
                    ifFalse: [ nil ])




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

Re: [bug] CObject subclasses fileouts include shape

Paolo Bonzini-3
In reply to this post by Paolo Bonzini-3
Issue status update for
http://smalltalk.gnu.org/project/issue/375
Post a follow up:
http://smalltalk.gnu.org/project/comments/add/375

 Project:      GNU Smalltalk
 Version:      <none>
 Component:    VisualGST
 Category:     bug reports
 Priority:     normal
 Assigned to:  MrGwen
 Reported by:  bonzinip
 Updated by:   bonzinip
-Status:       committed
+Status:       fixed

fixed




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