[BUG]Celeste class(Object)>>doesNotUnderstand: #registerInFlapsRegistry

Bernhard Pieber bernhard at pieber.com
Sat Aug 2 20:14:42 UTC 2003


I did the following:
- I downloaded the newest image: Squeak3.6b-5373.
- I downloaded updates from server. There weren't any.
- I installed Large Lists from SqueakMap.
- I tried to install FilteringCeleste from SqueakMap and got a walkback.

It also seems that there is a linefeed problem. The Celeste source in the
browser does not have linefeeds. Did I do something wrong?

Thank you for your support!

Bernhard Pieber

2 August 2003 10:04:09 pm

VM: Win32 - Squeak3.5 of '11 April 2003' [latest update: #5180]
Image: Squeak3.6beta [latest update: #5373]

Celeste class(Object)>>doesNotUnderstand: #registerInFlapsRegistry
 Receiver: Celeste
 Arguments and temporary variables:
  aMessage:  a Message with selector: #registerInFlapsRegistry and
arguments: #()
 Receiver's instance variables:
  superclass:  Model
  methodDict:  a MethodDictionary(#aaaREADMEaboutFiltering->a CompiledMethod
(581)...etc...
  format:  144
  instanceVariables:  #('mailDB' 'currentMessages' 'currentMsgID'
'lastCategory' '...etc...
  organization:  ('table of contents pane' autoFile autoMove deleteAll
deleteMessa...etc...
  subclasses:  #(GeneralCeleste ScaffoldingCeleste)
  name:  #Celeste
  classPool:  a Dictionary(#CCList->nil #CustomFilters->a Dictionary()
#CustomFilt...etc...
  sharedPools:  nil
  environment:  a SystemDictionary(lots of globals)
  category:  nil

Celeste class>>initialize
 Receiver: Celeste
 Arguments and temporary variables:

 Receiver's instance variables:
  superclass:  Model
  methodDict:  a MethodDictionary(#aaaREADMEaboutFiltering->a CompiledMethod
(581)...etc...
  format:  144
  instanceVariables:  #('mailDB' 'currentMessages' 'currentMsgID'
'lastCategory' '...etc...
  organization:  ('table of contents pane' autoFile autoMove deleteAll
deleteMessa...etc...
  subclasses:  #(GeneralCeleste ScaffoldingCeleste)
  name:  #Celeste
  classPool:  a Dictionary(#CCList->nil #CustomFilters->a Dictionary()
#CustomFilt...etc...
  sharedPools:  nil
  environment:  a SystemDictionary(lots of globals)
  category:  nil

UndefinedObject>>DoIt
 Receiver: nil
 Arguments and temporary variables:

 Receiver's instance variables:
nil

Compiler>>evaluate:in:to:notifying:ifFail:
 Receiver: a Compiler
 Arguments and temporary variables:
  textOrStream:  'Celeste initialize'
  aContext:  nil
  receiver:  nil
  aRequestor:  nil
  failBlock:  [] in Compiler class>>evaluate:for:notifying:logged:
  methodNode:  DoIt
 ^ Celeste initialize
  method:  a CompiledMethod (1231)
  value:  nil
 Receiver's instance variables:
  sourceStream:  a ReadStream
  requestor:  nil
  class:  UndefinedObject
  context:  nil
  parserClass:  Parser
  cacheDoItNode:  true


--- The full stack ---
Celeste class(Object)>>doesNotUnderstand: #registerInFlapsRegistry
Celeste class>>initialize
UndefinedObject>>DoIt
Compiler>>evaluate:in:to:notifying:ifFail:
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Compiler class>>evaluate:for:notifying:logged:
Compiler class>>evaluate:for:logged:
Compiler class>>evaluate:logged:
[] in StandardFileStream(PositionableStream)>>fileInAnnouncing:
BlockContext>>on:do:
[] in StandardFileStream(PositionableStream)>>fileInAnnouncing:
ProgressInitiationException>>defaultAction
UndefinedObject>>handleSignal:
ProgressInitiationException(Exception)>>signal
ProgressInitiationException>>display:at:from:to:during:
ProgressInitiationException class>>display:at:from:to:during:
String>>displayProgressAt:from:to:during:
StandardFileStream(PositionableStream)>>fileInAnnouncing:
[] in
SMDefaultInstaller(SMSimpleInstaller)>>fileIntoChangeSetNamed:fromStream:
BlockContext>>ensure:
SMDefaultInstaller(SMSimpleInstaller)>>fileIntoChangeSetNamed:fromStream:
SMDefaultInstaller>>fileIn
SMDefaultInstaller>>install
SMLoader>>installPackage
SMLoader>>perform:orSendTo:
[] in MenuItemMorph>>invokeWithEvent:
BlockContext>>ensure:
CursorWithMask(Cursor)>>showWhile:
MenuItemMorph>>invokeWithEvent:
MenuItemMorph>>mouseUp:
MenuItemMorph>>handleMouseUp:
MouseButtonEvent>>sentTo:
MenuItemMorph(Morph)>>handleEvent:
MorphicEventDispatcher>>dispatchDefault:with:
MorphicEventDispatcher>>dispatchEvent:with:
MenuItemMorph(Morph)>>processEvent:using:
MorphicEventDispatcher>>dispatchDefault:with:
MorphicEventDispatcher>>dispatchEvent:with:
MenuMorph(Morph)>>processEvent:using:
MenuMorph(Morph)>>processEvent:
MenuMorph>>handleFocusEvent:
[] in HandMorph>>sendFocusEvent:to:clear:
PasteUpMorph>>becomeActiveDuring:
HandMorph>>sendFocusEvent:to:clear:
HandMorph>>sendEvent:focus:clear:
HandMorph>>sendMouseEvent:
HandMorph>>handleEvent:
...etc...




More information about the Squeak-dev mailing list