[squeak-dev] The Inbox: System-ct.1129.mcz

Marcel Taeumel marcel.taeumel at hpi.de
Mon Dec 16 18:53:26 UTC 2019


Hmm... not sure about this. The current "package" is as follows:

Project >> #primitiveError:
Project class >> #tryEmergencyEvaluatorForRecovery:

Transcripter >> #emergencyEvaluator

As you can see, there is already the correct call "Project current restoreDisplay" in #primitiveError:. That restoring depends on the current GUI framework.

I experiment with the EE via "self primitiveError: nil".

Best,
Marcel
Am 15.12.2019 12:15:26 schrieb commits at source.squeak.org <commits at source.squeak.org>:
A new version of System was added to project The Inbox:
http://source.squeak.org/inbox/System-ct.1129.mcz

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

Name: System-ct.1129
Author: ct
Time: 14 December 2019, 3:15:31.775612 pm
UUID: cfe4fdea-f1a2-f043-8a53-43461a9dbf28
Ancestors: System-mt.1127

Restore display after leaving emergency evaluator

=============== Diff against System-mt.1127 ===============

Item was changed:
----- Method: Transcripter class>>emergencyEvaluator (in category 'utilities') -----
emergencyEvaluator
+ "Transcripter emergencyEvaluator"
+ (self newInFrame: (0 at 0 corner: 320 at 200))
- (Transcripter newInFrame: (0 at 0 corner: 320 at 200))
show: 'Type ''revert'' to revert your last method change.
Type ''exit'' to exit the emergency evaluator.';
+ readEvalPrint.
+ Display restore.!
- readEvalPrint!


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20191216/6194867b/attachment.html>


More information about the Squeak-dev mailing list