You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The baseline conflicts with the ZincHTTPComponent baseline that is loaded in the Pharo 11 base image. The dependency for this project is pointing to an incorrect repo path. According to the Zinc project it should say:
Metacello new
repository: 'github://svenvc/zinc/repository';
baseline: 'ZincHTTPComponents';
load.
this line in the baseline: 'ZincHTTPComponents' with: [ spec repository: 'github://svenvc/zinc' ];
should probably be replaced with: 'ZincHTTPComponents' with: [ spec repository: 'github://svenvc/zinc/repository' ];
The text was updated successfully, but these errors were encountered:
The baseline conflicts with the ZincHTTPComponent baseline that is loaded in the Pharo 11 base image. The dependency for this project is pointing to an incorrect repo path. According to the Zinc project it should say:
Metacello new
repository: 'github://svenvc/zinc/repository';
baseline: 'ZincHTTPComponents';
load.
this line in the baseline: 'ZincHTTPComponents' with: [ spec repository: 'github://svenvc/zinc' ];
should probably be replaced with: 'ZincHTTPComponents' with: [ spec repository: 'github://svenvc/zinc/repository' ];
The text was updated successfully, but these errors were encountered: