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 [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
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 <[hidden email]> 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 [hidden email] 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 <[hidden email]> wrote: Ask Esteban. _______________________________________________ Moose-dev mailing list [hidden email] 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 <[hidden email]> 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 <[hidden email]> wrote: > Ask Esteban. > > Y > > On 13 Dec 2013, at 13:29, Roberto Minelli <[hidden email]> 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 <[hidden email]> 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 > > [hidden email] > > https://www.iam.unibe.ch/mailman/listinfo/moose-dev > > > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev > > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev _______________________________________________ Moose-dev mailing list [hidden email] 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 <[hidden email]> wrote: There are calls from the Spy project, I am using. _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
You can find a simple list of method changes of Pharo 3.0 here: #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 <[hidden email]> wrote:
Andre Hora _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Thanks Andre!! ;)
On Dec 13, 2013, at 2:22 PM, Andre Hora <[hidden email]> 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 <[hidden email]> 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 <[hidden email]> 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 <[hidden email]> 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 <[hidden email]> wrote: > > Ask Esteban. > > > > Y > > > > On 13 Dec 2013, at 13:29, Roberto Minelli <[hidden email]> 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 <[hidden email]> 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 > > > [hidden email] > > > https://www.iam.unibe.ch/mailman/listinfo/moose-dev > > > > > > _______________________________________________ > > Moose-dev mailing list > > [hidden email] > > https://www.iam.unibe.ch/mailman/listinfo/moose-dev > > > > _______________________________________________ > > Moose-dev mailing list > > [hidden email] > > https://www.iam.unibe.ch/mailman/listinfo/moose-dev > > > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev > > > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev > > > > > -- > Andre Hora > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
In reply to this post by roberto.minelli@usi.ch
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 <[hidden email]> 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 > > _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
In reply to this post by EstebanLM
On Dec 13, 2013, at 2:15 PM, Esteban Lorenzano <[hidden email]> wrote:
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
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Free forum by Nabble | Edit this page |