[Cuis-dev] Debugger fix, other :-)

Hernan Wilkinson hernan.wilkinson at 10pines.com
Tue Dec 29 14:25:08 PST 2020


Hi,
 the message #callPrimitive: was not implemented and that generated some
problems when debugging, for example if you have this:
[1/0] on: Error do: [:a | a retry ]
and do a "through" on the retry.
 I copied the #callPrimitive: implementation from Squeak and now it works
as expected.

Cheers!
Hernan

PS: The Squeak implementation sends the message #callInlinedPrimitive:
if primNumber >= (1 << 15), but that message is not implemented... I left
it like that in Cuis also but with a comment.
-- 

*Hernán WilkinsonAgile Software Development, Teaching & Coaching*
*Phone: +54-011*-4893-2057
*Twitter: @HernanWilkinson*
*site: http://www.10Pines.com <http://www.10pines.com/>*
Address: Alem 896, Floor 6, Buenos Aires, Argentina
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cuis.st/mailman/archives/cuis-dev/attachments/20201229/c8d06dd6/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 4507-callPrimitive-HernanWilkinson-2020Dec29-19h19m-HAW.001.cs.st
Type: application/octet-stream
Size: 1152 bytes
Desc: not available
URL: <http://lists.cuis.st/mailman/archives/cuis-dev/attachments/20201229/c8d06dd6/attachment.obj>


More information about the Cuis-dev mailing list