[squeak-dev] Prolog on 4.4

Nicolas Cellier nicolas.cellier.aka.nice at gmail.com
Fri Dec 21 12:39:18 UTC 2012


Then, (type _ typeTable at: c ifAbsent: [#xLetter]) should be replaced
with (type _ self typeTableAt: c), otherwise it won't handle
DoItCharacter

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