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.