Help with changesets

Bob Arning arning at charm.net
Tue Aug 7 18:05:03 UTC 2001


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:)
!

Cheers,
Bob




More information about the Squeak-dev mailing list