The Trunk: SUnit-mt.125.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: SUnit-mt.125.mcz

commits-2
Marcel Taeumel uploaded a new version of SUnit to project The Trunk:
http://source.squeak.org/trunk/SUnit-mt.125.mcz

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

Name: SUnit-mt.125
Author: mt
Time: 15 March 2021, 11:23:58.176586 am
UUID: 07cb8b1a-bf52-274c-b9a4-322a23206152
Ancestors: SUnit-nice.124

Complements Kernel-mt.1381

Fixes for debugger invocation during code simulation. See  http://forum.world.st/Please-try-out-Fixes-for-debugger-invocation-during-code-simulation-td5127684.html

=============== Diff against SUnit-nice.124 ===============

Item was changed:
  ----- Method: TestFailure>>defaultAction (in category 'camp smalltalk') -----
  defaultAction
 
+ ^ Processor
+ debugContext: self signalerContext
+ title: self description
+ full: false
+ contents: nil!
- Processor activeProcess
- debug: self signalerContext
- title: self description!