[squeak-dev] The Inbox: XML-Parser-monty.41.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Feb 7 23:28:15 UTC 2017


A new version of XML-Parser was added to project The Inbox:
http://source.squeak.org/inbox/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 Squeak-dev mailing list