[squeak-dev] InterpreterSimulator in 3.9

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[squeak-dev] InterpreterSimulator in 3.9

André Wendt-3
Hi,

did any of you get the InterpreterSimulator to work in 3.9 lately? I'm
trying to do

(InterpreterSimulatorLSB new openOn: 'sim.image') test

but get a MessageNotUnderstood: ByteSymbol>>coerceTo:sim: The call is in
InterpreterSimulator>>#cCoerce:to: The receiver of the
MessageNotUnderstood is #primitivePushFalse.

Any suggestions?

Thanks,
André


Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] InterpreterSimulator in 3.9

Adrian Lienhard

On Mar 8, 2008, at 11:59 , André Wendt wrote:

> Hi,
>
> did any of you get the InterpreterSimulator to work in 3.9 lately?

yes. see http://bugs.squeak.org/view.php?id=6555

CHeers,
Adrian

> I'm
> trying to do
>
> (InterpreterSimulatorLSB new openOn: 'sim.image') test
>
> but get a MessageNotUnderstood: ByteSymbol>>coerceTo:sim: The call  
> is in
> InterpreterSimulator>>#cCoerce:to: The receiver of the
> MessageNotUnderstood is #primitivePushFalse.
>
> Any suggestions?
>
> Thanks,
> André
>
>