On Wed, May 27, 2015 at 1:49 PM, Marcus Denker <marcus.denker@inria.fr> wrote:
On 26 May 2015, at 17:30, Ben Coman <btc@openInWorld.com> wrote:
Thanks Leo. Indeed I see the commands you tried are suggested in those references.
On Tue, May 26, 2015 at 3:26 AM, Leo <lpaniceres@gmail.com> wrote:
Ben, the documentation for "Gofer upgrade" is http://file-pharo.inria.fr/doc/4.0/class/Gofer.html
Doing this is 50064 I gives... 'MNU receiver of "default" is nil' in... GoferUnload>>unregisterPackageInfo: aWorkingCopy PackageOrganizer default unregisterPackage: aWorkingCopy packageInfo
The problem is that it loads a very old version of Gofer⦠one that e.g. uses the old filesystem, Packageinfo instead of RPackage and things like that.
We should just remove the update method and solve update systemwide better.
Marcus
"Gofer upgrade" currently loads latest packages from repository 'http://source.lukas-renggli.ch/gofer' being... Name: Gofer-lr.113 Time: 11 January 2010 Name: Gofer-Core-lr.128 Time: 4 June 2010 Name: Gofer-Tests-lr.121 Time: 29 May 2010 Since our Gofer has been updated to use FileSystem & RPackage, we have effectively forked. I can't find another repository and can't see Gofer in Squeak 4.5, so what path do we want going forward. Maybe... 1. Create a ConfigurationOfGofer 2a. Change "Gofer upgrade" to load the Configuration - which would minimise issues with existing documentation. or... 2b. Remove "Gofer upgrade" - maybe leaving a notice to use the Configuration. I've opened case https://pharo.fogbugz.com/default.asp?15651 cheers -ben