Chris
You wrote in message news:3e59ec52$0$9694$
[hidden email]...
> I just posted an example of using binary packages, and while I was putting
it
> together I noticed what I think is a bug.
>
> The first version of the test class had a method:
>
> ============
> tryMe
> Transcript nextPutAll: 'It worked!'; cr.
> ============
>
> but that apparently caused the class STBer to include the Transcript
itself in
> the deployed .pak file. Then attempting to load the test class from the
.pak
> file tried to reconstitute the Transcript and failed with walkbacks.
By default globals are not proxied (it has to be done explicitly by the
class of the object, or the client), so probably TranscriptShell needs an
#stbSaveOn: method. We haven't bothered with that because the Transcript is
really a development time only window in Dolphin.
Regards
Blair