OpenSmalltalk / opensmalltalk-vm

Cross-platform virtual machine for Squeak, Pharo, Cuis, and Newspeak.
http://opensmalltalk.org/
Other
547 stars 110 forks source link

primitiveDoNamedPrimitiveWithArgs fails for B2DPlugin primitives #670

Open LinqLover opened 7 months ago

LinqLover commented 7 months ago

thisContext tryNamedPrimitiveIn: BalloonEngine>>#primGetFailureReason for: BalloonEngine new withArgs: #() should answer the same as BalloonEngine new primGetFailureReason, but instead the meta primitive fails with error 106, which is not even documented in Context>>#tryNamedPrimitiveIn:for:withArgs:. The same is also true for at least primFlushNeeded. In consequence, one cannot debug/simulate some Balloon code at the moment ...