[squeak-dev] trunk broken on Workspace yellow menu?

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

[squeak-dev] trunk broken on Workspace yellow menu?

Randal L. Schwartz

Well, we've got some destabilizing here, because I get a walkback
just trying to bring up yellow menu in a workspace!

Workspace class(Object)>>doesNotUnderstand: #setInvokingView:
          Receiver: Workspace
          Arguments and temporary variables:
                    aMessage:     setInvokingView: a PluggableTextMorphPlus(2759)
                                  exception:       MessageNotUnderstood: Workspace class>>setInvokingView:
                                                   resumeValue:          nil
                                                   Receiver's instance variables:
                                                              superclass:         StringHolder
                                                                                  methodDict:   a MethodDictionary(#acceptAction->a CompiledMethod(967: Workspace>>...etc...
                                                                                                format:                             142
                                                                                                                                    instanceVariables:  #('bindings' 'acceptDroppedMorphs' 'acceptAction' 'mustDecla...etc...
                                                                                                                                                        organization:                      ('accessing' acceptAction acceptAction: acceptContents: mustDecla...etc...
                                                                                                                                                                                           subclasses:  nil
                                                                                                                                                                                                        name:  #Workspace
                                                                                                                                                                                                               classPool:  nil
                                                                                                                                                                                                                           sharedPools:  nil
                                                                                                                                                                                                                                         environment:  a SystemDictionary(lots of globals)
                                                                                                                                                                                                                                                       category:               #'Tools-Base'
                                                                                                                                                                                                                                                                               traitComposition:  nil
                                                                                                                                                                                                                                                                                                  localSelectors:  nil


--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[hidden email]> <URL:http://www.stonehenge.com/merlyn/>
Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc.
See http://methodsandmessages.vox.com/ for Smalltalk and Seaside discussion

Reply | Threaded
Open this post in threaded view
|

[squeak-dev] Re: trunk broken on Workspace yellow menu?

Andreas.Raab
Randal L. Schwartz wrote:
> Well, we've got some destabilizing here, because I get a walkback
> just trying to bring up yellow menu in a workspace!

Fixed. Just a missing return. Sorry for the inconvenience.

Cheers,
   - Andreas