As a complete new-comer to this ecosystem, I experienced a moment of stuckness when I tried to load a package by following instructions in its README, e.g
Metacello new
repository: 'github://PolyMathOrg/PolyMath:v1.0.2';
baseline: 'PolyMath';
load
and received an error and debug interface:
I don't know how to copy the message "MetacelloConflictingProjectError ...". The clipboard icon copies other stuff, but I don't know what that stuff is.
One solution ends up being to do
Metacello new
repository: 'github://PolyMathOrg/PolyMath:v1.0.2';
baseline: 'PolyMath';
onConflictUseLoaded;
load
Perhaps it should be Metacello to suggest this in this error message, but is there a way for GToolkit to display a hint on this specific error?
The debugger is moldable, too, and can change depending on what is on the stack. So, we could indeed offer a dedicated debugger that offers suggestions for this specific error.
As a complete new-comer to this ecosystem, I experienced a moment of stuckness when I tried to load a package by following instructions in its README, e.g
https://github.com/PolyMathOrg/PolyMath
and received an error and debug interface:
I don't know how to copy the message "MetacelloConflictingProjectError ...". The clipboard icon copies other stuff, but I don't know what that stuff is.
One solution ends up being to do
Perhaps it should be
Metacello
to suggest this in this error message, but is there a way for GToolkit to display a hint on this specific error?