The same problem appeared on jenkins now. To be fixed really soon.
Cheers, Andrei On Fri, Mar 27, 2015 at 6:44 PM, Johan Fabry <jfa...@dcc.uchile.cl> wrote: > Running the update script in the latest image (40585) causes a DNU: > Instances of UndefinedObject are not indexable. :-( > > I can only see the stack trace in the pre-debugger. Clicking in the > pre-debugger or trying to close a window causes the DNU again. The problem > seems to be in RubFindReplaceService>>textArea: > > > On Mar 23, 2015, at 14:53, Andrei Chis <chisvasileand...@gmail.com> wrote: > > There are several tools in Pharo that depend on Glamour. > If you update glamour to the latest version you also need to update the > tools that depend on it. > > This script updated everything: > > { { 'ConfigurationOfRubric'. 'AlainPlantec'. 'Rubric' }. > { 'ConfigurationOfGlamourCore'. 'Moose'. 'Glamour' }. > { 'ConfigurationOfGTInspectorCore'. 'Moose'. 'GToolkit' }. > { 'ConfigurationOfGTPlaygroundCore'. 'Moose'. 'GToolkit' }. > { 'ConfigurationOfGTSpotter'. 'Moose'. 'GToolkit' }. > { 'ConfigurationOfGToolkitCore'. 'Moose'. 'GToolkit' }. > } do: [ :spec | > Gofer new > smalltalkhubUser: spec second project: spec third; > package: spec first; > load ]. > ConfigurationOfGToolkitCore loadDevelopment. > > > > > ---> Save our in-boxes! http://emailcharter.org <--- > > Johan Fabry - http://pleiad.cl/~jfabry > PLEIAD lab - Computer Science Department (DCC) - University of Chile > >