Re: [Pharo-project] Issue 3099: Create method in the debugger does not provide getters/setters implementations
Thanks hernan did you do that with the lastest 1.2? Stef On Oct 13, 2010, at 3:35 AM, Hernan Wilkinson wrote:
Hi, I added an issue (an enhancement really) and also uploaded the code for it. The enhancement is that when you press "Create" on the debugger, it would be nice if the generated method could realize that the message is a getter or setter and provide an implementation accordingly. I also refactor the method #createMethodStub in Message. To do so I create the class DynamicMessageImplementor and its test DynamiMessageImplementorTest.
I hope you like it! Hernan.
-- Hernán Wilkinson Agile Software Development, Teaching & Coaching Mobile: +54 - 911 - 4470 - 7207 email: hernan.wilkinson@10Pines.com site: http://www.10Pines.com
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
No... I have 1.1, is 1.2 released? I have no problem to migrate it to 1.2, let me know On Wed, Oct 13, 2010 at 3:06 AM, Stéphane Ducasse <stephane.ducasse@inria.fr
wrote:
Thanks hernan did you do that with the lastest 1.2?
Stef
On Oct 13, 2010, at 3:35 AM, Hernan Wilkinson wrote:
Hi, I added an issue (an enhancement really) and also uploaded the code for it. The enhancement is that when you press "Create" on the debugger, it would be nice if the generated method could realize that the message is a getter or setter and provide an implementation accordingly. I also refactor the method #createMethodStub in Message. To do so I create the class DynamicMessageImplementor and its test DynamiMessageImplementorTest.
I hope you like it! Hernan.
-- Hernán Wilkinson Agile Software Development, Teaching & Coaching Mobile: +54 - 911 - 4470 - 7207 email: hernan.wilkinson@10Pines.com site: http://www.10Pines.com
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- *Hernán Wilkinson Agile Software Development, Teaching & Coaching Mobile: +54 - 911 - 4470 - 7207 email: hernan.wilkinson@10Pines.com site: http://www.10Pines.com <http://www.10pines.com/>*
2010/10/13 Hernan Wilkinson <hernan.wilkinson@10pines.com>:
No... I have 1.1, is 1.2 released? I have no problem to migrate it to 1.2, let me know
1.2 is a bleeding-edge under-development image. IMO, If you want to add new feature(s) to future release of pharo, then you need to always work with latest available/updated image to make sure your changes working w/o problem and do not interfere with other stuff.
On Wed, Oct 13, 2010 at 3:06 AM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Thanks hernan did you do that with the lastest 1.2?
Stef
On Oct 13, 2010, at 3:35 AM, Hernan Wilkinson wrote:
Hi, Â I added an issue (an enhancement really) and also uploaded the code for it. Â The enhancement is that when you press "Create" on the debugger, it would be nice if the generated method could realize that the message is a getter or setter and provide an implementation accordingly. Â I also refactor the method #createMethodStub in Message. To do so I create the class DynamicMessageImplementor and its test DynamiMessageImplementorTest.
 I hope you like it!  Hernan.
-- Hernán Wilkinson Agile Software Development, Teaching & Coaching Mobile: +54 - 911 - 4470 - 7207 email: hernan.wilkinson@10Pines.com site: http://www.10Pines.com
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Hernán Wilkinson Agile Software Development, Teaching & Coaching Mobile: +54 - 911 - 4470 - 7207 email: hernan.wilkinson@10Pines.com site: http://www.10Pines.com
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Best regards, Igor Stasenko AKA sig.
participants (3)
-
Hernan Wilkinson -
Igor Stasenko -
Stéphane Ducasse