The Trunk: Tools-nice.1041.mcz

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

The Trunk: Tools-nice.1041.mcz

commits-2
Nicolas Cellier uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-nice.1041.mcz

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

Name: Tools-nice.1041
Author: nice
Time: 16 April 2021, 10:35:02.178501 pm
UUID: 748a435f-3013-754a-a132-23d62251d01d
Ancestors: Tools-nice.1040

Fixup copy/paste slip in stackTopTranslated

=============== Diff against Tools-nice.1040 ===============

Item was changed:
  ----- Method: ContextInspector>>stackTopTranslated (in category 'private') -----
  stackTopTranslated
  "Alas translation is slow enough that we notice the slow down in trying to step in the debugger..."
  (CurrentLocale ~= Locale current
+ or: [CachedStackTopLabel isNil]) ifTrue:
- or: [CachedTempVarsLabel isNil]) ifTrue:
  [CurrentLocale := Locale current.
  CachedStackTopLabel :=  'stack top' translated].
  ^CachedStackTopLabel!