Begin forwarded message: > From: [hidden email] > Date: September 30, 2009 10:14:22 AM GMT+02:00 > To: [hidden email] > Subject: [squeak-dev] The Trunk: Compiler-jcg.85.mcz > Reply-To: [hidden email] > > 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 [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
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 <[hidden email]> wrote: > > > Begin forwarded message: > >> From: [hidden email] >> Date: September 30, 2009 10:14:22 AM GMT+02:00 >> To: [hidden email] >> Subject: [squeak-dev] The Trunk: Compiler-jcg.85.mcz >> Reply-To: [hidden email] >> >> 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 > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > _______________________________________________ Pharo-project mailing list [hidden email] 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 <[hidden email] > > wrote: >> >> >> Begin forwarded message: >> >>> From: [hidden email] >>> Date: September 30, 2009 10:14:22 AM GMT+02:00 >>> To: [hidden email] >>> Subject: [squeak-dev] The Trunk: Compiler-jcg.85.mcz >>> Reply-To: [hidden email] >>> >>> 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 >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Free forum by Nabble | Edit this page |