[BUG] condenseSources also broken in 3.2final

Eric Scharff Eric.Scharff at Colorado.EDU
Thu Aug 8 17:27:51 UTC 2002


But wait, there's more...

I agree with Andreas.  If the temps can't be saved, then it would be nice
for them to be forgotten about.  I don't care that much.

In fact, I commented out the entire temp code saving, and then
abandonSources and condenseChanges worked.  They just (of course) remove
all information about temp files.

But, I realize that I should have done a consenseSources before doing an
abandonSources, because on the iPaq, I want as small a thing as possible
(not the 5MB changes file that exists now for 3.2)

But, Smalltalk condenseSources

pops up a dialog box with a syntax error:

 In red:  "Object: as yet unclassified Message"

and the error appears at the top of the dialog.

Message pattern expected ->: aName) not] ifNone:
		[Utilities keyLike: 'var1'  satisfying: [:aKey |
(usedNames includes: aKey) not]].

	originalString _ FillInTheBlank request: 'name for new inst var: '
initialAnswer: initialAnswer.
 ...rest of the method omitted...

(Note I did this before condensing or abandoning sources, right out of a
3.2final #4917 system)

-Eric





More information about the Squeak-dev mailing list