Hi,
I’ve seen that in Pharo 3.0 the #methodDict has been deprecated and Spy (and myself) are actually using it.
I will find a solution for myself, but please fix this in Spy as well.
Cheers, R
Sorry, #methodDictionary is deprecated, not #methodDict. Is it fine to access the method dictionary using #methodDict??
Cheers, R
On Dec 13, 2013, at 1:27 PM, Roberto Minelli roberto.minelli@usi.ch wrote:
Hi,
I’ve seen that in Pharo 3.0 the #methodDict has been deprecated and Spy (and myself) are actually using it.
I will find a solution for myself, but please fix this in Spy as well.
Cheers, R
Ask Esteban.
Y
On 13 Dec 2013, at 13:29, Roberto Minelli roberto.minelli@usi.ch wrote:
Sorry, #methodDictionary is deprecated, not #methodDict. Is it fine to access the method dictionary using #methodDict??
Cheers, R
On Dec 13, 2013, at 1:27 PM, Roberto Minelli roberto.minelli@usi.ch wrote:
Hi,
I’ve seen that in Pharo 3.0 the #methodDict has been deprecated and Spy (and myself) are actually using it.
I will find a solution for myself, but please fix this in Spy as well.
Cheers, R
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
well... it should not be deprecated because code is frozen (with the exception of the integration of versioner)... but well, I lost it :)
anyway in latest 3 version there is no callers to #methodDictionary
Esteban
On Fri, Dec 13, 2013 at 1:31 PM, Yuriy Tymchuk yuriy.tymchuk@me.com wrote:
Ask Esteban.
Y
On 13 Dec 2013, at 13:29, Roberto Minelli roberto.minelli@usi.ch wrote:
Sorry, #methodDictionary is deprecated, not #methodDict. Is it fine to
access the method dictionary using #methodDict??
Cheers, R
On Dec 13, 2013, at 1:27 PM, Roberto Minelli roberto.minelli@usi.ch
wrote:
Hi,
I’ve seen that in Pharo 3.0 the #methodDict has been deprecated and Spy
(and myself) are actually using it.
I will find a solution for myself, but please fix this in Spy as well.
Cheers, R
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
There are calls from the Spy project, I am using.
I sent a SLICE to Bergel to integrate and substitute #methodDictionary to #methodDict ;) Is it ok to call #methodDict?
Cheers, R
On Dec 13, 2013, at 1:52 PM, Esteban Lorenzano estebanlm@gmail.com wrote:
well... it should not be deprecated because code is frozen (with the exception of the integration of versioner)... but well, I lost it :)
anyway in latest 3 version there is no callers to #methodDictionary
Esteban
On Fri, Dec 13, 2013 at 1:31 PM, Yuriy Tymchuk yuriy.tymchuk@me.com wrote: Ask Esteban.
Y
On 13 Dec 2013, at 13:29, Roberto Minelli roberto.minelli@usi.ch wrote:
Sorry, #methodDictionary is deprecated, not #methodDict. Is it fine to access the method dictionary using #methodDict??
Cheers, R
On Dec 13, 2013, at 1:27 PM, Roberto Minelli roberto.minelli@usi.ch wrote:
Hi,
I’ve seen that in Pharo 3.0 the #methodDict has been deprecated and Spy (and myself) are actually using it.
I will find a solution for myself, but please fix this in Spy as well.
Cheers, R
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
then the owner of the Spy project need to update :)
yes, is ok to use #methodDict.
Esteban
On Fri, Dec 13, 2013 at 2:07 PM, Roberto Minelli roberto.minelli@usi.chwrote:
There are calls from the Spy project, I am using.
I sent a SLICE to Bergel to integrate and substitute #methodDictionary to #methodDict ;) Is it ok to call #methodDict?
Cheers, R
On Dec 13, 2013, at 1:52 PM, Esteban Lorenzano estebanlm@gmail.com wrote:
well... it should not be deprecated because code is frozen (with the
exception of the integration of versioner)... but well, I lost it :)
anyway in latest 3 version there is no callers to #methodDictionary
Esteban
On Fri, Dec 13, 2013 at 1:31 PM, Yuriy Tymchuk yuriy.tymchuk@me.com
wrote:
Ask Esteban.
Y
On 13 Dec 2013, at 13:29, Roberto Minelli roberto.minelli@usi.ch
wrote:
Sorry, #methodDictionary is deprecated, not #methodDict. Is it fine to
access the method dictionary using #methodDict??
Cheers, R
On Dec 13, 2013, at 1:27 PM, Roberto Minelli roberto.minelli@usi.ch
wrote:
Hi,
I’ve seen that in Pharo 3.0 the #methodDict has been deprecated and
Spy (and myself) are actually using it.
I will find a solution for myself, but please fix this in Spy as well.
Cheers, R
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
You can find a simple list of method changes of Pharo 3.0 here: https://ci.inria.fr/rmod/view/MinedRules/job/Pharo30-Report/Pharo_3.0_Rules
#methodDictionary -> #methodDict is there, number 42
This is not complete list and maybe false positives, but it may help.
On Fri, Dec 13, 2013 at 2:15 PM, Esteban Lorenzano estebanlm@gmail.comwrote:
then the owner of the Spy project need to update :)
yes, is ok to use #methodDict.
Esteban
On Fri, Dec 13, 2013 at 2:07 PM, Roberto Minelli roberto.minelli@usi.chwrote:
There are calls from the Spy project, I am using.
I sent a SLICE to Bergel to integrate and substitute #methodDictionary to #methodDict ;) Is it ok to call #methodDict?
Cheers, R
On Dec 13, 2013, at 1:52 PM, Esteban Lorenzano estebanlm@gmail.com wrote:
well... it should not be deprecated because code is frozen (with the
exception of the integration of versioner)... but well, I lost it :)
anyway in latest 3 version there is no callers to #methodDictionary
Esteban
On Fri, Dec 13, 2013 at 1:31 PM, Yuriy Tymchuk yuriy.tymchuk@me.com
wrote:
Ask Esteban.
Y
On 13 Dec 2013, at 13:29, Roberto Minelli roberto.minelli@usi.ch
wrote:
Sorry, #methodDictionary is deprecated, not #methodDict. Is it fine
to access the method dictionary using #methodDict??
Cheers, R
On Dec 13, 2013, at 1:27 PM, Roberto Minelli roberto.minelli@usi.ch
wrote:
Hi,
I’ve seen that in Pharo 3.0 the #methodDict has been deprecated and
Spy (and myself) are actually using it.
I will find a solution for myself, but please fix this in Spy as
well.
Cheers, R
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Thanks Andre!! ;)
On Dec 13, 2013, at 2:22 PM, Andre Hora andrehoraa@gmail.com wrote:
You can find a simple list of method changes of Pharo 3.0 here: https://ci.inria.fr/rmod/view/MinedRules/job/Pharo30-Report/Pharo_3.0_Rules
#methodDictionary -> #methodDict is there, number 42
This is not complete list and maybe false positives, but it may help.
On Fri, Dec 13, 2013 at 2:15 PM, Esteban Lorenzano estebanlm@gmail.com wrote: then the owner of the Spy project need to update :)
yes, is ok to use #methodDict.
Esteban
On Fri, Dec 13, 2013 at 2:07 PM, Roberto Minelli roberto.minelli@usi.ch wrote: There are calls from the Spy project, I am using.
I sent a SLICE to Bergel to integrate and substitute #methodDictionary to #methodDict ;) Is it ok to call #methodDict?
Cheers, R
On Dec 13, 2013, at 1:52 PM, Esteban Lorenzano estebanlm@gmail.com wrote:
well... it should not be deprecated because code is frozen (with the exception of the integration of versioner)... but well, I lost it :)
anyway in latest 3 version there is no callers to #methodDictionary
Esteban
On Fri, Dec 13, 2013 at 1:31 PM, Yuriy Tymchuk yuriy.tymchuk@me.com wrote: Ask Esteban.
Y
On 13 Dec 2013, at 13:29, Roberto Minelli roberto.minelli@usi.ch wrote:
Sorry, #methodDictionary is deprecated, not #methodDict. Is it fine to access the method dictionary using #methodDict??
Cheers, R
On Dec 13, 2013, at 1:27 PM, Roberto Minelli roberto.minelli@usi.ch wrote:
Hi,
I’ve seen that in Pharo 3.0 the #methodDict has been deprecated and Spy (and myself) are actually using it.
I will find a solution for myself, but please fix this in Spy as well.
Cheers, R
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- Andre Hora _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
On Dec 13, 2013, at 2:15 PM, Esteban Lorenzano estebanlm@gmail.com wrote:
then the owner of the Spy project need to update :)
yes, is ok to use #methodDict.
Why?
Marcus wrote on the bug entry that methodDict is private. "-> nobody should access methodDict directly -> so why have a "nice" accessor for something not to be used?"
?????????????? ????
Stef
Esteban
On Fri, Dec 13, 2013 at 2:07 PM, Roberto Minelli roberto.minelli@usi.ch wrote: There are calls from the Spy project, I am using.
I sent a SLICE to Bergel to integrate and substitute #methodDictionary to #methodDict ;) Is it ok to call #methodDict?
Cheers, R
On Dec 13, 2013, at 1:52 PM, Esteban Lorenzano estebanlm@gmail.com wrote:
well... it should not be deprecated because code is frozen (with the exception of the integration of versioner)... but well, I lost it :)
anyway in latest 3 version there is no callers to #methodDictionary
Esteban
On Fri, Dec 13, 2013 at 1:31 PM, Yuriy Tymchuk yuriy.tymchuk@me.com wrote: Ask Esteban.
Y
On 13 Dec 2013, at 13:29, Roberto Minelli roberto.minelli@usi.ch wrote:
Sorry, #methodDictionary is deprecated, not #methodDict. Is it fine to access the method dictionary using #methodDict??
Cheers, R
On Dec 13, 2013, at 1:27 PM, Roberto Minelli roberto.minelli@usi.ch wrote:
Hi,
I’ve seen that in Pharo 3.0 the #methodDict has been deprecated and Spy (and myself) are actually using it.
I will find a solution for myself, but please fix this in Spy as well.
Cheers, R
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Give me a couple of hours before to work on this. Waiting to get in my hotel :)
Alexandre
Le 13-12-2013 à 13:27, Roberto Minelli roberto.minelli@usi.ch a écrit :
Hi,
I’ve seen that in Pharo 3.0 the #methodDict has been deprecated and Spy (and myself) are actually using it.
I will find a solution for myself, but please fix this in Spy as well.
Cheers, R