July 13, 2012
8:47 p.m.
On 13 Jul 2012, at 15:44, Marcus Denker wrote:
Issue 6356: some cleanups related to methods moved away from SmalltalkImage (vm and os related) http://code.google.com/p/pharo/issues/detail?id=6356
OK. but how can a poor library developer trying to write code that has to remain compatible with 1.3 and 1.4 deal with this ? Have a look at ZnUserAgentSettings class>>#platformDetails ^ self platform platformName, ' ', self platform platformSubtype, ' ', self platform osVersion Now, this is a deprecated class in Zn as well, but rewriting self platform osVersion to self platform os version does not seem to give the same result in 1.4 Any suggestions ? Thx, Sven