help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] Help for SUnit, Packages and Seaside


From: Paolo Bonzini
Subject: Re: [Help-smalltalk] Help for SUnit, Packages and Seaside
Date: Sat, 20 Mar 2010 08:10:06 +0100

On Fri, Mar 19, 2010 at 06:31, Holger Hans Peter Freyther
<address@hidden> wrote:
> On Friday 19 March 2010 06:18:51 Holger Hans Peter Freyther wrote:
>
>>       - FileStream fileIn: and namespaces. In an attempt to load the test 
>> cases
>> I was using FileStream fileIn: to load the Seaside-*-Test.st files but it
>> mostly fails because most symbols are in the Seaside namespace. Is there a
>> selector that I can specifiy a target namespace?
>>
>>       So something like: FileStream fileIn: 'Seaside-Tests.st' withNamespace:
>> 'Seaside'?
>
>        Okay, I was trying to read PkgLoader.st. So I can do Namespace current:
> Seaside, then load and then switch back to smalltalk.. Is there something
> better?

(PackageLoader packageAt: 'Seaside') test fileIn

(or something like that, everybody -- feel free to correct me).




reply via email to

[Prev in Thread] Current Thread [Next in Thread]