Hi Lukas, here is another change in the RB engine package.
RBClass>>realName: aSymbol self realClass: (Smalltalk at: aSymbol) => self realClass: (Smalltalk globals at: aSymbol) Fernando _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
I fixed that and about 30 other occurrences of the same problem.
Name: Refactoring-Core-lr.147 Author: lr Time: 23 July 2010, 8:14:01 am UUID: 8e608df4-579d-4a3d-a589-0eb90109275e Ancestors: Refactoring-Core-lr.146 - fixed numerous occurrences where the old 'Smalltalk' was used Thank you for pointing out. Lukas On 23 July 2010 00:01, Fernando olivero <[hidden email]> wrote: > Hi Lukas, here is another change in the RB engine package. > > RBClass>>realName: aSymbol > self realClass: (Smalltalk at: aSymbol) > > => > self realClass: (Smalltalk globals at: aSymbol) > > Fernando > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > -- Lukas Renggli www.lukas-renggli.ch _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
I don't use omnibrowser on Pharo-1.0, but I was still building it. See:
http://hudson.jooshr.org/job/Pharo1.0-Seaside3.0/200/testReport/ I checked only a few of the stacktraces on the 404 newly failing tests, and they were all: SystemDictionary(Object)>>doesNotUnderstand: #globals Maybe the simplest thing to do is a maintenance patch to Pharo-1.0 with an implementation for Smalltalk>>globals. Lukas Renggli wrote: > I fixed that and about 30 other occurrences of the same problem. > > Name: Refactoring-Core-lr.147 > Author: lr > Time: 23 July 2010, 8:14:01 am > UUID: 8e608df4-579d-4a3d-a589-0eb90109275e > Ancestors: Refactoring-Core-lr.146 > > - fixed numerous occurrences where the old 'Smalltalk' was used > > Thank you for pointing out. > > Lukas > > On 23 July 2010 00:01, Fernando olivero <[hidden email]> wrote: >> Hi Lukas, here is another change in the RB engine package. >> >> RBClass>>realName: aSymbol >> self realClass: (Smalltalk at: aSymbol) >> >> => >> self realClass: (Smalltalk globals at: aSymbol) >> >> Fernando >> >> _______________________________________________ >> 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 |
Smalltalk>>globals
^ self in 1.0 then :) On Jul 23, 2010, at 5:32 PM, Yanni Chiu wrote: > I don't use omnibrowser on Pharo-1.0, but I was still building it. See: > http://hudson.jooshr.org/job/Pharo1.0-Seaside3.0/200/testReport/ > > I checked only a few of the stacktraces on the 404 newly failing tests, and they were all: > SystemDictionary(Object)>>doesNotUnderstand: #globals > > Maybe the simplest thing to do is a maintenance patch to Pharo-1.0 with an implementation for Smalltalk>>globals. > > > > Lukas Renggli wrote: >> I fixed that and about 30 other occurrences of the same problem. >> Name: Refactoring-Core-lr.147 >> Author: lr >> Time: 23 July 2010, 8:14:01 am >> UUID: 8e608df4-579d-4a3d-a589-0eb90109275e >> Ancestors: Refactoring-Core-lr.146 >> - fixed numerous occurrences where the old 'Smalltalk' was used >> Thank you for pointing out. >> Lukas >> On 23 July 2010 00:01, Fernando olivero <[hidden email]> wrote: >>> Hi Lukas, here is another change in the RB engine package. >>> >>> RBClass>>realName: aSymbol >>> self realClass: (Smalltalk at: aSymbol) >>> >>> => >>> self realClass: (Smalltalk globals at: aSymbol) >>> >>> Fernando >>> >>> _______________________________________________ >>> 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 |