[Pharo-project] Fwd: [squeak-dev] The Trunk: Compiler-jcg.85.mcz
Begin forwarded message:
From: commits@source.squeak.org Date: September 30, 2009 10:14:22 AM GMT+02:00 To: squeak-dev@lists.squeakfoundation.org Subject: [squeak-dev] The Trunk: Compiler-jcg.85.mcz Reply-To: squeak-dev@lists.squeakfoundation.org
Joshua Gargus uploaded a new version of Compiler to project The Trunk: http://source.squeak.org/trunk/Compiler-jcg.85.mcz
==================== Summary ====================
Name: Compiler-jcg.85 Author: jcg Time: 30 September 2009, 1:14:16 am UUID: 21a5f88d-4107-48c3-b41c-d5ea735319a7 Ancestors: Compiler-tfel.84
Revert to lazy-initialization of method properties, which is used by the externally-maintained Prolog package (which loads cleanly into 3.10.2, but not trunk).
Part 1 of 2... need to first re-add the #properties method to Parser before changing methods to send it.
=============== Diff against Compiler-tfel.84 ===============
Item was added: + ----- Method: Parser>>properties (in category 'pragmas') ----- + properties + ^ properties ifNil: [ properties := AdditionalMethodState new ]!
Not sure we want this without due consideration. Eliot deprecated them. Is there a conversation going on about why the new scheme could not be used? I'm not subscribed. Cheers Mike On Monday, October 5, 2009, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Begin forwarded message:
From: commits@source.squeak.org Date: September 30, 2009 10:14:22 AM GMT+02:00 To: squeak-dev@lists.squeakfoundation.org Subject: [squeak-dev] The Trunk: Compiler-jcg.85.mcz Reply-To: squeak-dev@lists.squeakfoundation.org
Joshua Gargus uploaded a new version of Compiler to project The Trunk: http://source.squeak.org/trunk/Compiler-jcg.85.mcz
==================== Summary ====================
Name: Compiler-jcg.85 Author: jcg Time: 30 September 2009, 1:14:16 am UUID: 21a5f88d-4107-48c3-b41c-d5ea735319a7 Ancestors: Compiler-tfel.84
Revert to lazy-initialization of method properties, which is used by the externally-maintained Prolog package (which loads cleanly into 3.10.2, but not trunk).
Part 1 of 2... need to first re-add the #properties method to Parser before changing methods to send it.
=============== Diff against Compiler-tfel.84 ===============
Item was added: + ----- Method: Parser>>properties (in category 'pragmas') ----- + properties + Â Â ^ properties ifNil: [ properties := AdditionalMethodState new ]!
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
I do not know. I just thought that we should have a look.
Not sure we want this without due consideration. Eliot deprecated them. Is there a conversation going on about why the new scheme could not be used? I'm not subscribed. Cheers Mike
On Monday, October 5, 2009, Stéphane Ducasse <stephane.ducasse@inria.fr
wrote:
Begin forwarded message:
From: commits@source.squeak.org Date: September 30, 2009 10:14:22 AM GMT+02:00 To: squeak-dev@lists.squeakfoundation.org Subject: [squeak-dev] The Trunk: Compiler-jcg.85.mcz Reply-To: squeak-dev@lists.squeakfoundation.org
Joshua Gargus uploaded a new version of Compiler to project The Trunk: http://source.squeak.org/trunk/Compiler-jcg.85.mcz
==================== Summary ====================
Name: Compiler-jcg.85 Author: jcg Time: 30 September 2009, 1:14:16 am UUID: 21a5f88d-4107-48c3-b41c-d5ea735319a7 Ancestors: Compiler-tfel.84
Revert to lazy-initialization of method properties, which is used by the externally-maintained Prolog package (which loads cleanly into 3.10.2, but not trunk).
Part 1 of 2... need to first re-add the #properties method to Parser before changing methods to send it.
=============== Diff against Compiler-tfel.84 ===============
Item was added: + ----- Method: Parser>>properties (in category 'pragmas') ----- + properties + ^ properties ifNil: [ properties := AdditionalMethodState new ]!
_______________________________________________ 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
participants (2)
-
Michael Roberts -
Stéphane Ducasse