[squeak-dev] The Trunk: 60Deprecated-ct.106.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Feb 10 12:40:05 UTC 2022


Christoph Thiede uploaded a new version of 60Deprecated to project The Trunk:
http://source.squeak.org/trunk/60Deprecated-ct.106.mcz

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

Name: 60Deprecated-ct.106
Author: ct
Time: 10 February 2022, 1:39:49.057164 pm
UUID: 92d7ddb4-ef4f-a640-8a82-9f043b44f1af
Ancestors: 60Deprecated-mt.105

Revises fallback code for deprecated UndeclaredVariableWarning. Forwards exceptionSelector to substitution UndeclaredVariableNotification and revokes deprecation warnings which were too intrusive and broke some people's CIs. Complements 60Deprecated-ct.104. Thanks to Marcel for the advise!

=============== Diff against 60Deprecated-mt.105 ===============

Item was changed:
  ----- Method: UndeclaredVariableWarning class>>handles: (in category 'exceptionSelector') -----
  handles: exception
  
+ 	^ UndeclaredVariableNotification handles: exception!
- 	self deprecated: 'ct: Use UndeclaredVariableNotification instead'.
- 	
- 	^ super handles: exception!

Item was removed:
- ----- Method: UndeclaredVariableWarning>>initialize (in category 'initialize-release') -----
- initialize
- 
- 	self deprecated: 'ct: Use UndeclaredVariableNotification instead'.
- 	
- 	^ super initialize!



More information about the Squeak-dev mailing list