On 01/22/2011 03:55 PM, Stefan Schmiedl wrote:
> Greetings,
> How do I get the updated MyWidget code into the running iliad.im
> so that the next invocation actually uses the new code?
In general i think this is something where GNU Smalltalk could be a lot
better. When you try to use FileStream fileIn: 'Source' you will need to
manually set the right namespace.
What I tend to do is to either:
a)
$ Smalltalk removeFeature: #MyMod. PackageLoader fileInPackage: #MyMod
b)
When developing the module just load everything from the module in
the current namespace with 'FileStream fileIn' and then load new code
again.
_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk