Skip to content

[Pharo 13] Metacello>>#load kills the image #19865

Description

@Julesboul

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:

  1. Open a Pharo 13 image
  2. Open a Playground (CMD+O+P)
  3. Write a Metacello command as above
  4. Do it

Expected behavior

The package should be load and add to Iceberg.

Metadata

Metadata

Assignees

Labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions