Le 24 mars 2016 �� 17:48, Denis Kudriashov <dionisiydk@gmail.com> a ��crit :Hello.I finished new version of Ghost:
- Abstract proxy classes uses Ghost name instead of Proxy: there are GHObjectGhost and GHClassGhost.
- GHProxyHandler renamed to GHGhostBehaviour. Concrete ghosts should implement #ghostBehaviour instead of #proxyHandler.
- New kind of proxies:
- GHObjectVirus. It is special kind of GHClassProxy. It infects real object to intercept it messages. From meta level infected object looks like healthy object which means that meta messages are executed by infected object itself. As class virus looks like real victim