[Pkg] The Trunk: XML-Parser-monty.41.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Feb 8 00:44:48 UTC 2017


David T. Lewis uploaded a new version of XML-Parser to project The Trunk:
http://source.squeak.org/trunk/XML-Parser-monty.41.mcz

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

Name: XML-Parser-monty.41
Author: monty
Time: 7 February 2017, 6:28:05.310301 pm
UUID: 0b0a7d1b-2f38-4468-8968-dd70aa26dee2
Ancestors: XML-Parser-monty.40

Added an explicit deprecation in #applyLanguageInfomation:

=============== Diff against XML-Parser-monty.40 ===============

Item was changed:
  ----- Method: String>>applyLanguageInfomation: (in category '*xml-parser') -----
  applyLanguageInfomation: languageEnvironment
  	"this is here for backwards compatibility but now just forwards to the
  	correctly-spelled version defined directly on String and ByteString"
+ 
+ 	self deprecated: 'use #applyLanguageInformation: (with an "r") instead'.
+ 	self applyLanguageInformation: languageEnvironment.!
- 	self applyLanguageInformation: languageEnvironment!



More information about the Packages mailing list