Help with changesets

Ross Boylan RossBoylan at stanfordalumni.org
Tue Aug 7 22:25:36 UTC 2001


On Tue, Aug 07, 2001 at 02:05:03PM -0400, Bob Arning wrote:
> Ross,
> 
> The problem actually starts one line earlier than the excerpt you give here
> 
> On Mon, 06 Aug 2001 18:25:36 -0700 Ross Boylan <RossBoylan at stanfordalumni.org> wrote:
> >I constructed a file in (details below) which mostly files in.  But at the 
> >end there is a reorganize, and I get a syntax error when it starts parsing 
> >the second line of the reorganize:
> >	('debugging' halt initialize reset)
> >	Nothing more expected ->('event handling' wantsKeyboardFocusFor:)
> >
> >Here's the relevant excerpt
> >!ActivityCellMorph reorganize!
> >('debugging' halt initialize reset)
> >('event handling' wantsKeyboardFocusFor:)
> 
> It seems to the the reorganize with nothing following that gets things out of sync.
> 
> !ActivityLogEntry reorganize! <===== this is the problem
> !ActivityCellMorph reorganize!
> ('debugging' halt initialize reset)
> ('event handling' wantsKeyboardFocusFor:)
> !
So is there a bug in the code that does the fileout?





More information about the Squeak-dev mailing list