The Trunk: XML-Parser-monty.41.mcz

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

The Trunk: XML-Parser-monty.41.mcz

commits-2
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!