You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ...
The text was updated successfully, but these errors were encountered:
thisContext tryNamedPrimitiveIn: BalloonEngine>>#primGetFailureReason for: BalloonEngine new withArgs: #()
should answer the same asBalloonEngine new primGetFailureReason
, but instead the meta primitive fails with error 106, which is not even documented inContext>>#tryNamedPrimitiveIn:for:withArgs:
. The same is also true for at leastprimFlushNeeded
. In consequence, one cannot debug/simulate some Balloon code at the moment ...The text was updated successfully, but these errors were encountered: