Rand Stats

Object::Trampoline

zef:lizmat
Revision history for Object-Trampoline

0.0.11  2021-10-01T10:39:03+02:00
    - Fix source URL in met, JRaspass++

0.0.10  2021-09-09T20:15:37+02:00
    - Change file extension to .rakumod
    - Migrate to zef ecosystem
    - Update email address
    - Update copyright year
    - Updated dependency

0.0.9  2020-11-12T20:28:46+01:00
    - Change name of distribution
    - Force to highest possible Raku version
    - Update copyright year
    - Tighten up dependency on InterceptAllMethods

0.0.8  2020-02-16T14:17:23+01:00
    - Made sure that we don't decont the trampolined value

0.0.7  2019-11-10T13:40:15+01:00
    - Changed Perl 6 to Raku, and Perl 5 to Perl

0.0.6  2018-12-09T19:55:45+01:00
    - Mention that we can't smartmatch or use .WHAT.

0.0.5  2018-09-22T22:30:31+02:00
    - Finally got trampoline to work with class attributes

0.0.4  2018-09-22T17:55:03+02:00
    - Fixed various infinilooping issues, with .sink and .STORE
    - Fixed issue with code not being reset

0.0.3  2018-07-04T14:20:35+02:00
    - .defined/.Bool can be called without realizing the object

0.0.2  2018-06-29T10:51:33+02:00
    - Added "trampoline" sub for more Perl 6 idiomatic setup
    - Made sure multiple threads can realize the object without racing

0.0.1  2018-06-28T14:24:51+02:00
    - Initial version