[bug] Patch for typos/otherwise errors in CairoTransform.st

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

[bug] Patch for typos/otherwise errors in CairoTransform.st

Michael Bridgen-2
Issue status update for
http://smalltalk.gnu.org/node/226
Post a follow up:
http://smalltalk.gnu.org/project/comments/add/226

 Project:      GNU Smalltalk
 Version:      <none>
 Component:    Bindings (other)
 Category:     bug reports
 Priority:     normal
 Assigned to:  Unassigned
 Reported by:  bridgenm
 Updated by:   bridgenm
 Status:       active

I noticed three errors in packages/cairo/CairoTransform.st:

- a typo 'asMatrixTrasform'

- #about: applies the translations in the wrong order

- the lazy instantiation in #asMatrixTransform was predicated on "isNil
ifFalse" rather than "isNil ifTrue"

These may well have been in the source as originally supplied.  In any
case, here's a patch.




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

Re: [bug] Patch for typos/otherwise errors in CairoTransform.st

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

 Project:      GNU Smalltalk
 Version:      <none>
 Component:    Bindings (other)
 Category:     bug reports
 Priority:     normal
 Assigned to:  Unassigned
 Reported by:  bridgenm
 Updated by:   bonzinip
-Status:       active
+Status:       fixed

Applied, thanks!




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