yes because the current way to load projects is:

Metacello new
  configuration: 'PetitParser';
  smalltalkhubUser: 'Moose' project: 'PetitParser';
  load.

if you want to load a specific group, you should use the #load: message (current groups are Core, Tests, Parser and  ParserIDE). Default will load all.

Le 28 mars 2017 �� 10:02, Stephane Ducasse <stepharo.self@gmail.com> a ��crit :

Hi 

in the deep into pharo book it is written

Gofer new

smalltalkhubUser: 'Moose' project: 'PetitParser'; package: 'ConfigurationOfPetitParser';

load.

(Smalltalk at: #ConfigurationOfPetitParser) perform: #loadDefault


But this is not correct. There is no loadDefault. 

Should I change it? 


Stef