Re: [Pharo-users] Compiler evaluate: -> Smalltalk evaluate:

2014-04-07 Thread Andre Hora
Thanks guys! On Apr 7, 2014 4:36 PM, "Camille Teruel" wrote: > > On 7 avr. 2014, at 16:31, Clément Bera wrote: > > Hello, > > I do not like 'Smalltalk evaluate:' either. > > One solution is to do 'self class compiler evaluate:'. > > > Yes IMO, calling #compiler on a class is the best solution si

[Pharo-users] Compiler evaluate: -> Smalltalk evaluate:

2014-04-07 Thread Andre Hora
Hello, Recently in Pharo there was some tendency to replace Compiler evaluate: by Smalltalk evaluate:. Stef does not seem to agree with that. My question is which one is the correct convention to call #evaluate: ? thanks in advance, -- Andre Hora

Re: [Pharo-users] find used deprecated methods when moving from pharo2 to pharo3

2014-01-16 Thread Andre Hora
s://ci.inria.fr/rmod/view/MinedRules/job/Pharo30-Report/Pharo_3.0_Rules hope that it helps, -- Andre Hora On Thu, Jan 16, 2014 at 12:21 PM, Sabine Knöfel wrote: > Hi, > > I am currently moving my application from pharo2 to pharo3. > > I am asking myself if there is an easy w