Releases: pharo-ide/Ghost
Extra inspector extension to simplify SeamlessProxy support
v6.0.2 Extra extension fo NewToolsSupport
Fix debugger stepping into ghost messages
v6.0.1 Fix debugger support for ClassGhosts (simulation hooks was broken by …
Pharo 10 compatibility
Tooling support is updated to use NewTools infrastructure
Mark baseline that project is metadataless
From @jecisc :
This allows Metacello to better know the current version of the github project and not reload it when the right version is already in the image.
On a project with a lot of dependencies, it tries to load Mocketry around 40 times because this support is not there I think. Because I have multiple projects depending on Mocketry and for each project transitively depending on it, it tries to load it...
Pharo 8/9 fix to allow ghost objects in sets
Merge pull request #9 from maenu/v4.0.0-pharo-8-fix Rename Pharo 8 deprecated methods
StateSpecsSupport packages are removed
StateSpecsSupport packages are moved to StateSpecs project as StateSpecs-GhostSupport packages
Tonel migration
- the repository sources were migrated to the Tonel format
StateSpecs update for Pharo 8
v3.1.4 StateSpecs is updated
Update dependencies
It reverts dionisiydk as a main repo for StateSpecs dependency
Fix GHMutation for Pharo 7
Stable VM (in Pharo 7) adds more restrictions on what can replace the class of objects. And it breaks the GHMutation injection into classes.
The fix is simple method removal: there is no need anymore for special logic how to inject mutation into classes. General ProtoObject implementation covers all cases.