[squeak-dev] Re: Bug in httpEquiv: (?)

Colin Putney colin at wiresong.com
Wed Aug 1 07:02:48 UTC 2012


On Tue, Jul 31, 2012 at 11:36 PM, Darius Clarke <socinian at gmail.com> wrote:
> In
>
> httpEquiv: anObject
> self attributeAt: #http-equiv put: anObject
>
> The symbol #http-equiv cannot be a symbol.
>
> Should be:
>
> httpEquiv: anObject
> self attributeAt: #'http-equiv' put: anObject
>
>
> Is that right?

Right. That's generated code, which I guess explains how that happened
in the first place. I'll tweak the generator.

Colin


More information about the Squeak-dev mailing list