Bug description
When launching by 'Do it' a Metacello command such as:
Metacello new
baseline: 'MyPackage';
repository: 'github://RepositoryPath';
load
It crashes and close the image. The same thing happens when doing it from the Iceberg UI.
To Reproduce
Steps to reproduce the behavior:
- Open a Pharo 13 image
- Open a Playground (CMD+O+P)
- Write a Metacello command as above
- Do it
Expected behavior
The package should be load and add to Iceberg.
Bug description
When launching by 'Do it' a Metacello command such as:
It crashes and close the image. The same thing happens when doing it from the Iceberg UI.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The package should be load and add to Iceberg.