[Seaside-dev] Seaside-Development-Core-a.41

Julian Fitzell jfitzell at gmail.com
Wed Sep 10 07:00:50 UTC 2008


Can you explain the change to #renderInheritanceForAttribute:on: in this commit?

I don't understand the rationale or need to reinitialize the
attribute. The attributes should be built once and then cached... they
shouldn't be modified after that (in fact, I wonder if we should be
returning copies all the time to prevent them being modified?).

It seems like all you're doing is temporarily clearing the default
value as specified in the attribute description, which will then be
put back next time the attribute cache is cleared.

Julian


On Sat, Sep 6, 2008 at 11:32 PM, Philippe Marschall
<philippe.marschall at gmail.com> wrote:
> 2008/9/6 Gerhard Obermann <obi068 at gmail.com>:
>> Sorry it wasn't my intention.
>
> No harm was done. We all screw up from time to time.
>
>> How to change the default author initials in squeak.
>
> Utilities setAuthorInitials: 'obi'
>
> Cheers
> Philippe
> _______________________________________________
> seaside-dev mailing list
> seaside-dev at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
>


More information about the seaside-dev mailing list