Skip to content

Releases: pharo-ide/Ghost

Extra inspector extension to simplify SeamlessProxy support

20 Dec 23:15
Compare
Choose a tag to compare

Fix debugger stepping into ghost messages

04 May 22:31
Compare
Choose a tag to compare
v6.0.1

Fix debugger support for ClassGhosts (simulation hooks was broken by …

Pharo 10 compatibility

03 May 22:21
5fb42ed
Compare
Choose a tag to compare

Tooling support is updated to use NewTools infrastructure

Mark baseline that project is metadataless

17 Mar 17:39
b521c41
Compare
Choose a tag to compare

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

20 Feb 22:37
2997a4a
Compare
Choose a tag to compare
Merge pull request #9 from maenu/v4.0.0-pharo-8-fix

Rename Pharo 8 deprecated methods

StateSpecsSupport packages are removed

23 Sep 22:58
f9a9ee0
Compare
Choose a tag to compare

StateSpecsSupport packages are moved to StateSpecs project as StateSpecs-GhostSupport packages

Tonel migration

05 Jul 13:11
ef15973
Compare
Choose a tag to compare
  • the repository sources were migrated to the Tonel format

StateSpecs update for Pharo 8

05 May 10:50
a7e311c
Compare
Choose a tag to compare
v3.1.4

StateSpecs is updated

Update dependencies

26 Mar 22:37
4c832d1
Compare
Choose a tag to compare

It reverts dionisiydk as a main repo for StateSpecs dependency

Fix GHMutation for Pharo 7

27 Jan 22:17
2578809
Compare
Choose a tag to compare

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.