[Vm-dev] CogVMSimulator->>ensureMultiThreadingOverridesAreUpToDate Parser method missing

gettimothy gettimothy at zoho.com
Thu Dec 12 13:33:00 UTC 2013


FYI

Launching CogVMSimualtor on latest Trunk for Squeak4.5 using:

(CogVMSimulator newWithOptions: #(Cogit StackToRegisterMappingCogit))
    desiredNumStackPages: 8;
    openOn: '/home/wm/usr/src/smalltalk/buildCogDevelopmentImageCog.app/Contents/Resources/Squeak4.5.image';
    openAsMorph;
    run

Debugger entered in:ensureMultiThreadingOverridesAreUpToDate 
at a message send to Parser

        argNames := Parser new
                            initPattern: (mtInterpreterClass sourceCodeAt: sel)
                            notifying: nil
                            return: [:pattern| pattern second].


Which does not exist  in latest Trunk of Squeak4.5


An older trunk version (Squeak4.5 latest update: #12641) does have that message

Latest trunk does have:

Parser >> initPattern: aString return: aBlock

Commenting out the "notifiying: nil" in the message send enables the simulator to run.


cordially

tty

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20131212/00c4ac9d/attachment.htm


More information about the Vm-dev mailing list