Speaking of Gofer, I've had some issues with loading headless from a script. It complained about MC stuff with an interactive prompt. This error haw to do with the package cache location even if I disabled that on load. I'll make a better report but we need to get these things ironed out to have Pharo as a really good citizen in the command line ecosystem. Phil Le 9 nov. 2014 16:16, "Max Leske" <maxleske@gmail.com> a écrit :
On 07.11.2014, at 20:02, Sean P. DeNigris <sean@clipperadams.com> wrote:
The following, although seemingly equivalent, produce different results...
#1: Gofer it smalltalkhubUser: 'SeanDeNigris' project: 'SeansPlayground'; configurationOf: 'LivingCode'; load. #ConfigurationOfLivingCode asClass project development load.
VS.
#2: Gofer it smalltalkhubUser: 'SeanDeNigris' project: 'SeansPlayground'; configurationOf: 'LivingCode'; loadDevelopment
#1 correctly loads package dependencies which #2 fails to load.
I tried to reproduce you problem. That package breaks GT stuff in Pharo 4, so Iâm not quite sure about the result, but I can say that #2 took noticeably less time to run than #1.
----- Cheers, Sean -- View this message in context:
http://forum.world.st/Gofer-loadDevelopment-Bug-tp4788987.html
Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.