[squeak-dev] Prolog on 4.4

Frank Shearar frank.shearar at gmail.com
Fri Dec 21 12:52:19 UTC 2012


On 21 December 2012 12:39, Nicolas Cellier
<nicolas.cellier.aka.nice at gmail.com> wrote:
> Then, (type _ typeTable at: c ifAbsent: [#xLetter]) should be replaced
> with (type _ self typeTableAt: c), otherwise it won't handle
> DoItCharacter

Do you mean rather: (type := self typeTableAt: c) ?

:)

frank

> Nicolas
>
> 2012/12/21 Nicolas Cellier <nicolas.cellier.aka.nice at gmail.com>:
>> First thing, you should replace (30 asCharacter) with DoItCharacter (a
>> class variable) in #xLetter
>> I can't remember if there is other change with potential impact...
>>
>> Nicolas
>>
>> 2012/12/21 Stéphane Rollandin <lecteur at zogotounga.net>:
>>>> Prolog is tricky. Did something change recently regarding #compilerClass
>>>> and its usage ?
>>>
>>>
>>> Or did Parser changed between 4.3 and 4.4 ? Prolog has its own Parser
>>> subclass, so if something changed in Parser that may be the reason it does
>>> not load.
>>>
>>> Stef
>>>
>>>
>


More information about the Squeak-dev mailing list