It seems that Pharo 3.0 had a tendency to switch to abstract names instead for that sort of concept... 2.0 OSPlatform platformName -> 3.0 Smalltalk os name 2.0 vmVersion -> 3.0 Smalltalk vm version To keep with that, I'd say that Session isn't to be used directly, but we can access it via: Smalltalk vm session or Smalltalk session (and, if we can access the external user session, we may also use "tentatively" Smalltalk os session!). It can then stay as Session, ImageSession or whatever. Thierry Le 12/09/2013 13:11, Torsten Bergmann a écrit :
In Pharo 3.0 there is a new class "Session" - to represent the current smalltalk session. Using the term "Session" is very abstract.
IMHO I would rather like to see it named more specific like "ImageSession", "PharoSession" or "SmalltalkSession" before it get used too much.
Any comments? T.
-- Thierry Goubier CEA list Laboratoire des Fondations des Systèmes Temps Réel Embarqués 91191 Gif sur Yvette Cedex France Phone/Fax: +33 (0) 1 69 08 32 92 / 83 95