[squeak-dev] Compiler complains in the Transcript for Undeclared variables in blocks

Nicolas Cellier nicolas.cellier.aka.nice at gmail.com
Wed Dec 29 14:09:37 UTC 2010


This happens when running DecompilerTests.
In some cases, when a block accesses an outer temp variable, there is
a complaint in the Transcript.

ChangeSorter>>messageList (thisClass is Undeclared)
ClassChangeRecord>>forgetChangesIn: (cls is Undeclared)
EtoysPresenter>>nascentPartsViewerFor: (aVocab is Undeclared)
EtoysPresenter>>nascentPartsViewerFor: (aVocab is Undeclared)
NewParagraph>>clickAt:for:controller: (target is Undeclared)
NewParagraph>>clickAt:for:controller: (target is Undeclared)
ParagraphEditor>>browseItHere (aSymbol is Undeclared)
ParagraphEditor>>browseChangeSetsWithSelector (aSelector is Undeclared)
ParagraphEditor>>implementorsOfIt (aSelector is Undeclared)
ParagraphEditor>>sendersOfIt (aSelector is Undeclared)
PianoRollScoreMorph>>insertTransposed (delta is Undeclared)
Player>>updateAllViewers (aPresenter is Undeclared)
Player>>updateAllViewersAndForceToShow: (aPresenter is Undeclared)
Player>>createSlotForPatch: (aPresenter is Undeclared)
PostscriptCanvas>>drawPostscriptContext: (contents is Undeclared)
StackMorph>>templateMatches (keys is Undeclared)

Nicolas



More information about the Squeak-dev mailing list