Alexandre Bergel <alexandre@...> writes:
Gofer it disablePackageCache; squeaksource: 'akuhn'; package: 'SUnit'; package: 'SUnitGUI'; load
Where is the update of Gofer that understand your expression?
See Lukas's mail. Alternatively use Gofer new "beware, might load wrong version from local cache with latest gofer!" squeaksource: 'akuhn'; addPackage: 'SUnit'; addPackage: 'SUnitGUI'; load the #disablePackageCache is only used to work around a glitch in the latest Gofer. (It attempts to load packages from the local cache that do *not* originate from akuhn. As it seems gofer always loads the package with the highest number independent of its origin. And keith's SUnit does have a higher version number than mine. You see the mess.) --AA