[squeak-dev] The Trunk: SUnit-mt.125.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Mar 15 10:24:00 UTC 2021


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!



More information about the Squeak-dev mailing list