[Seaside-dev] MyFirstComponent Bugged in Squeak Download

Nick Ager nick.ager at gmail.com
Sat Nov 6 19:17:33 UTC 2010


I've checked a fix in and marked the issue as fixed:
http://code.google.com/p/seaside/issues/detail?id=610

On 6 November 2010 14:10, Julian Fitzell <jfitzell at gmail.com> wrote:

> The general pattern I'm advocating is to extend Grease first from the
> package that requires the functionality (so in this case in the
> Welcome package). As soon as we find multiple things using it, we can
> move it and will have a better clue where to move it up to.
>
> In either case, I suggest adding methods with a #seaside prefix
> initially. If at some point we're confident with the interface and
> feel it is generally useful, we can add non-prefixed versions and
> deprecate the original methods to call the new ones.


I've added extension methods from *seaside-welcome

GRPlatform>>#seasideIsAuthorNameSet
self subclassResponsibility

GRPlatform>>#seasideSetAuthorName: anAuthorName
self subclassResponsibility

and the corresponding implementations in GRPharoPlatform

Nick
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside-dev/attachments/20101106/865e179c/attachment.htm


More information about the seaside-dev mailing list