Issue 5765 in pharo: [BUG]: Refactoring error in Jenkins Nautilus 1.4

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 5765 in pharo: [BUG]: Refactoring error in Jenkins Nautilus 1.4

pharo
Status: Accepted
Owner: ----
Labels: Nautilus Type-Bug

New issue 5765 by [hidden email]: [BUG]: Refactoring error in  
Jenkins Nautilus 1.4
http://code.google.com/p/pharo/issues/detail?id=5765

1. Click on a class in Nautilus
2. Select Rename...
3. Enter new name and click "ok"
See stack trace below...

b.t.w. the above steps work fine if Nautilus is loaded into a base Jenkins  
1.4 image via:
        Gofer it
                url: 'http://ss3.gemstone.com/ss/Nautilus';
                package: 'ConfigurationOfNautilus';
                load.

        (Smalltalk at: #ConfigurationOfNautilus) perform: #loadRelease

Stack trace:
1 May 2012 7:35:07.627 pm

VM: Mac OS - intel - 1073 - CoInterpreter  
VMMaker-oscog-EstebanLorenzano.155 uuid:  
c53d1f34-009e-425c-9f88-398f8d39c5e8 Apr 15 2012,  
StackToRegisterMappingCogit VMMaker-oscog-EstebanLorenzano.155 uuid:  
c53d1f34-009e-425c-9f88-398f8d39c5e8 Apr 15 2012,  
https://git.gitorious.org/cogvm/blessed.git Commit:  
043d256c0d39b78e04db8608c0ebfbf096223a3f Date: Sun Apr 15 14:18:12 2012  
+0200 By: Guille <[hidden email]>
Image: Pharo1.4 [Latest update: #14439]

UndefinedObject(Object)>>doesNotUnderstand: #at:ifAbsent:
        Receiver: nil
        Arguments and temporary variables:
                aMessage: at: #Panel ifAbsent: [^ RawSpec new bindings: self bindings;
                 defau...etc...
                exception: MessageNotUnderstood: receiver of "at:ifAbsent:" is nil
                resumeValue: nil
        Receiver's instance variables:
nil

SpecBinder class>>specFor:ifAbsent:
        Receiver: SpecBinder
        Arguments and temporary variables:
                aSymbol: #Panel
                aBlock: [^ RawSpec new bindings: self bindings;
                 defaultReceiver: aSymbol mod...etc...
        Receiver's instance variables:
                superclass: Object
                methodDict: a MethodDictionary(#seeClassSide->


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5765 in pharo: [BUG]: Refactoring error in Jenkins Nautilus 1.4

pharo
Updates:
        Status: OnHold

Comment #1 on issue 5765 by [hidden email]: [BUG]: Refactoring error  
in Jenkins Nautilus 1.4
http://code.google.com/p/pharo/issues/detail?id=5765

This is fixed in the last ConfigurationOfSpec.

But it seems that the ConfigurationOfNautilus do not load the lastest  
ConfigurationOfSpec ...


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5765 in pharo: [BUG]: Refactoring error in Jenkins Nautilus 1.4

pharo
Updates:
        Status: Closed

Comment #2 on issue 5765 by [hidden email]: [BUG]: Refactoring error  
in Jenkins Nautilus 1.4
http://code.google.com/p/pharo/issues/detail?id=5765

It's fixed in the latest image from Jenkins


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker