Hello!
WIndows 10 here with Pharo 7 32 bits. Here is my baseline:
baseline: spec
������
������ <baseline>
��������������
������ spec for: #'common' do: [
������ ������ spec blessing: #'baseline';
������ ������ �������� repository: 'gitlab://vitormcruz/employees:master/pharo/';
������ ������ ������ ������ ������ ������ ������ ������ ������ ������ ������ ������ ������ ������ ������
������ ������ �������� project: 'Magritte3' with: [ spec repository: 'github://magritte-metamodel/magritte:v3.5.3/source';
������ ������ ������������������������������������������������������������������ className: 'ConfigurationOfMagritte3';
������ ������ ������ ������ ������ ������ ������ ������ ������ ������ ������ ������ ������ loads: #(Seaside Core) ];
������ ������ ������ ������ ������ ������ ������ ������ ������ ������ ������ ������ ������
������ ������ ������ �� package: 'Employees' with: [ spec requires: #('Magritte3'). ];
������ ������ ������ ������ ������ ������ ������ ������ ������ ������ ������ ������ ������
�������� ������ ������ �� group: 'default' with: #('core');
������ ������ ������ �� group: 'core' with: #('Employees')
When I execute:
Metacello new baseline: #Employees;
������ ������ ������ ������ �� repository: 'gitlab://vitormcruz/employees:master/pharo/'; load: #(core)
I got:
"project group, or package named: 'Seaside-Pharo-Development' not found when used in requires: or includes: field of package: 'Seaside-Tests-Pharo-Development' for version: baseline of BaselineOfSeaside3."
It seems there is a problem with Magrite ConfigurationOf, am I correct?
Some general information:
2- You must provide className otherwise it does no work, even if docs says itis not needed;
3- Metacello fail in ways it is hard to understand what happened;
4- On Pharo 64bits, Iceberg commit fails.