Open doste opened 8 months ago
Thanks for opening your first issue! Please check the CONTRIBUTING documents for some tips about which information should be provided. You can find information of how to do a Pull Request here: https://github.com/pharo-project/pharo/wiki/Contribute-a-fix-to-Pharo
GitHubPharo is a dynamic reflective pure object-oriented language supporting live programming inspired by Smalltalk. - pharo-project/pharo
I'm not an expert in Metacello, but from what I've seen, in P13, Metacello loads statements, each one of which is a "script" loaded in a session using dynamic variables (IceMetacelloLoadSessionContext
).
To notify successful loading, one could add MCLoadSuccess
or MCSuccessLoad
.
But there are multiple points where this could be implemented: MetacelloScriptApiExecutor,
MetacelloScriptEngine,
etc., and someone more knowledgeable could drop some lines here. Maybe @guillep ?
When loading a baseline through a Playground, Metacello doesn't show that it succeded in the installation. In the tab bar of the Playground it shows 'running' just as while the installation was happening.
Steps to reproduce the behavior:
Expected behavior: Some kind of feedback that the baseline was successfully loaded.
Version information: