[squeak-dev] The Trunk: Kernel-mt.1304.mcz

Thiede, Christoph Christoph.Thiede at student.hpi.uni-potsdam.de
Fri Feb 21 16:24:07 UTC 2020


Perfect :-)


Hm, should we have a mirror primitive for identityHash?


Best,

Christoph

________________________________
Von: Squeak-dev <squeak-dev-bounces at lists.squeakfoundation.org> im Auftrag von Taeumel, Marcel
Gesendet: Freitag, 21. Februar 2020 17:12:52
An: John Pfersich via Squeak-dev; packages at lists.squeakfoundation.org
Betreff: Re: [squeak-dev] The Trunk: Kernel-mt.1304.mcz

[cid:cafdea75-039b-475e-be5a-bbefd97a6d13]

Am 21.02.2020 17:11:57 schrieb commits at source.squeak.org <commits at source.squeak.org>:

Marcel Taeumel uploaded a new version of Kernel to project The Trunk:
http://source.squeak.org/trunk/Kernel-mt.1304.mcz

==================== Summary ====================

Name: Kernel-mt.1304
Author: mt
Time: 21 February 2020, 5:11:43.939367 pm
UUID: 537e696d-35de-d44e-9f51-8c11ef2dd73c
Ancestors: Kernel-mt.1303

Fix that debugger output of the ObjectTracer.

=============== Diff against Kernel-mt.1303 ===============

Item was changed:
----- Method: ObjectTracer>>doesNotUnderstand: (in category 'very few messages') -----
doesNotUnderstand: aMessage
"Present a debugger before proceeding to re-send the message"

"All external messages (those not caused by the re-send) get trapped here"
+ Processor activeProcess
+ debugWithTitle: 'Object Tracer (', self identityHash, ')'
+ full: false
+ contents: ('On an instance of\ {1} ({2})\\About to perform\ {3}\\Using the following arguments\ {4}' translated withCRs
+ format: {
+ thisContext objectClass: tracedObject.
+ tracedObject identityHash.
+ aMessage selector storeString.
+ aMessage arguments printString}).
+
- Warning signal: ('About to perform: {1}' translated format: {aMessage selector storeString}).
^ aMessage sendTo: tracedObject!


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20200221/009fdf07/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 16930 bytes
Desc: image.png
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20200221/009fdf07/attachment.png>


More information about the Squeak-dev mailing list