<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule">

<channel>
<title><![CDATA[Perl 6: Old SMOP Changelog]]></title>
<link>http://www.perlfoundation.org/perl6/index.cgi?old_smop_changelog</link>
<description></description>
<pubDate>Wed, 18 Mar 2009 17:24:30 -0000</pubDate>
<webMaster>synedra@gmail.com</webMaster>
<generator>Socialtext Workspace v2.14.7.2</generator>

<item>
<title><![CDATA[Old SMOP Changelog]]></title>
<link>http://www.perlfoundation.org/perl6/index.cgi?old_smop_changelog</link>
<description><![CDATA[<div class="wiki">
<h1 id="smop_changelog">SMOP Changelog</h1>
<p>
Usually, things from ROADMAP should come to here when its done.</p>
<p>
It should be noted that the current progress is visible in the mildew test suite, the changelog should be seen in the svn repository...</p>
<h4 id="2008_10_28_daniel_ruoso">2008-10-28 - Daniel Ruoso</h4>
<ul>
<li>x.x.x - SMOP p5 binding in place. It allows creating native ints and const identifiers, but it also lets you build and run a mold.</li>
</ul>
<h4 id="2008_10_27_daniel_ruoso">2008-10-27 - Daniel Ruoso</h4>
<ul>
<li>x.x.x - Proposed implementation of Object.pm and ClassHOW.pm in place, now moving to other built-in types.</li>
</ul>
<h4 id="2008_10_08_daniel_ruoso">2008-10-08 - Daniel Ruoso</h4>
<ul>
<li>x.x.x - SMOP__S1P__ritest provides a way to check for objects of a specific repr.</li>
<li>x.x.x - signature for postcircumfix:&lt;( )&gt; is now :($capture) instead of :(|$capture)</li>
</ul>
<h4 id="2008_10_07_daniel_ruoso">2008-10-07 - Daniel Ruoso</h4>
<ul>
<li>x.x.x - SMOP__S1P__AdhocSignature should help the built-in types.</li>
</ul>
<h4 id="2008_09_20_daniel_ruoso">2008-09-20 - Daniel Ruoso</h4>
<ul>
<li>x.x.x - grep operator</li>
</ul>
<h4 id="2008_09_19_daniel_ruoso">2008-09-19 - Daniel Ruoso</h4>
<ul>
<li>x.x.x - <a href="http://www.perlfoundation.org/perl6/index.cgi?smop_map_operator" title="(57 months) The map operator in Perl 6 is heavily functional, and is designed to ensure that it forces no eager ...">SMOP map operator</a> ('for' is simply a synonym for 'map')</li>
<li>x.x.x - map($code, $iterator).Void() # map in void context consumes all the input iterator</li>
<li>x.x.x - Array.unshift</li>
</ul>
<h4 id="2008_09_17_daniel_ruoso">2008-09-17 - Daniel Ruoso</h4>
<ul>
<li>x.x.x - Array.Iterator().FETCH().prefix:&lt;=&gt;() working... test passing, some leaks still...</li>
</ul>
<h4 id="2008_09_07_daniel_ruoso">2008-09-07 - Daniel Ruoso</h4>
<ul>
<li>x.x.x - Array.Iterator().FETCH() # array iterator in item context -- almost working, test with a false pass...</li>
</ul>
<h4 id="2008_09_01_daniel_ruoso">2008-09-01 - Daniel Ruoso</h4>
<ul>
<li>x.x.x - native int postfix:&lt;++&gt;</li>
</ul>
<h4 id="2008_08_27_daniel_ruoso">2008-08-27 - Daniel Ruoso</h4>
<ul>
<li>x.x.x - BindCaptureSignature implemented. This special signature should be used in s1p to simplify signature usage. The signature is :(|$_) and allows the actual signature to be generated as a prefixed code on the mold block....</li>
</ul>
<h4 id="2008_08_22_daniel_ruoso">2008-08-22 - Daniel Ruoso</h4>
<ul>
<li>x.x.x - pure prototype metaclass instance</li>
</ul>
<h4 id="2008_08_20_daniel_ruoso">2008-08-20 - Daniel Ruoso</h4>
<ul>
<li>x.x.x - Port code to Mold and use the defaultblocksignature.</li>
</ul>
<h4 id="2008_08_16_daniel_ruoso">2008-08-16 - Daniel Ruoso</h4>
<ul>
<li>x.x.x - Signature object.</li>
<li>x.x.x - Default block signature binds the capture to the inner scope.</li>
</ul>
<h4 id="2008_08_11_daniel_ruoso">2008-08-11 - Daniel Ruoso</h4>
<ul>
<li>x.x.x - LexicalScope is finished! Lookup works as expected, the tests pass. This is the first use of a singleton mold code that is reused several times in the same execution...</li>
</ul>
<h4 id="2008_08_07_daniel_ruoso">2008-08-07 - Daniel Ruoso</h4>
<ul>
<li>x.x.x - LexicalScope implementation, almost all features working only lookup is missing.</li>
</ul>
<h4 id="2008_08_04_daniel_ruoso">2008-08-04 - Daniel Ruoso</h4>
<ul>
<li>x.x.x - Make lowlevel method use a code object instead of a c callback function</li>
</ul>
<h4 id="2008_08_02_daniel_ruoso">2008-08-02 - Daniel Ruoso</h4>
<ul>
<li>0.2.3 - Low-level Attribute implementation (test passing)</li>
</ul>
<h4 id="2008_07_31_daniel_ruoso">2008-07-31 - Daniel Ruoso</h4>
<ul>
<li>x.x.x - Low-level attribute implemented (tests still failing)</li>
<li>x.x.x - Scalar no longer delegates the calls (that causes unexpected results with containers that supports other methods), the language operators should do the implicit FETCH calls when the value is used. This means that every object should support FETCH, even if it returns the object itself. STORE however is not mandatory, as you have read-only containers, and therefore read-only values.</li>
</ul>
<h4 id="2008_07_26_daniel_ruoso">2008-07-26 - Daniel Ruoso</h4>
<ul>
<li>x.x.x - Low-level Code implementation</li>
</ul>
<h4 id="2008_07_25_pawe_C5_82_murias">2008-07-25 - Paweł Murias</h4>
<ul>
<li>x.x.x - Low-level Array implementation</li>
<li>x.x.x - Low-level Hash implementation</li>
</ul>
<h4 id="2008_07_25_daniel_ruoso">2008-07-25 - Daniel Ruoso</h4>
<ul>
<li>0.2.2 - p6opaque Responder Interface (This is the default Perl 6 OO Responder Interface)</li>
</ul>
<h4 id="2008_07_24_daniel_ruoso">2008-07-24 - Daniel Ruoso</h4>
<ul>
<li>x.x.x - p6opaque refactoring almost finished. After much debate the final p6opaque format is documented in <a href="http://www.perlfoundation.org/perl6/index.cgi?smop_p6opaque_implementation" title="(58 months) The p6opaque Responder Interface is the default responder for all Perl 6 objects, according to the [...">SMOP p6opaque Implementation</a>. Metaclass delegation is already working again. Now p6opaque uses directly Scalars, Hashes and Arrays instead of a lowlevel implementation of that. This is indeed much simpler (pmurias++ for pushing in that direction)</li>
<li>x.x.x - ___NATIVE_CAPTURE_ONLY___, ___CONST_IDENTIFIER_ONLY___ and ___INVOCANT_RI_SHOULD_MATCH___ are C macros that do some sanity checking on the lowlevel invocation.</li>
<li>x.x.x - p6opaque_proto_storage completed!</li>
<li>x.x.x - accessor for every member of p6opaque implemented.</li>
</ul>
<h4 id="2008_07_18_daniel_ruoso">2008-07-18 - Daniel Ruoso</h4>
<ul>
<li>x.x.x - Define yet another phase into the boot sequence for things that need a interpreter instance</li>
<li>x.x.x - interpreter.goto(bool) means &quot;release the current continuation&quot;</li>
</ul>
<h4 id="2008_07_16_daniel_ruoso">2008-07-16 - Daniel Ruoso</h4>
<ul>
<li>x.x.x - $p6opaque.^!methods.push($method) calls $p6opaque.^!methods.register($identifier, $signature, $method), fetching the information from the method object.</li>
</ul>
<h4 id="2008_07_15_daniel_ruoso">2008-07-15 - Daniel Ruoso</h4>
<ul>
<li>x.x.x - all tests valgrind-clean again. test/14 still missing the two functions.</li>
</ul>
<h4 id="2008_07_11_daniel_ruoso">2008-07-11 - Daniel Ruoso</h4>
<ul>
<li>x.x.x - $p6opaque.^!methods() working, it returns a proxy object that will introspect inside the p6opaque. test/14 still with memory leaks.</li>
</ul>
<h4 id="2008_07_10_daniel_ruoso">2008-07-10 - Daniel Ruoso</h4>
<ul>
<li>x.x.x - tests revised after some sm0p changes. test/14 is written and compiles, but it still fails the tests.</li>
</ul>
<h4 id="2008_07_09_daniel_ruoso">2008-07-09 - Daniel Ruoso</h4>
<ul>
<li>x.x.x - lowlevel method uses the new signature for &quot;call&quot;. This is important for the test/14 still in development.</li>
</ul>
<h4 id="2008_07_08_daniel_ruoso">2008-07-08 - Daniel Ruoso</h4>
<ul>
<li>x.x.x - smop_lowlevel only uses capture-less DESTROYALL call for a few selected types.</li>
</ul>
<h4 id="2008_07_04_daniel_ruoso">2008-07-04 - Daniel Ruoso</h4>
<ul>
<li>x.x.x - p6opaque successfully delegates the calls to the metaclass (valgrind-clean)</li>
</ul>
<h4 id="2008_03_11_daniel_ruoso">2008-03-11 - Daniel Ruoso</h4>
<ul>
<li>x.x.x - Low-level Scalar implementation</li>
</ul>
<h4 id="2008_02_22_daniel_ruoso">2008-02-22 - Daniel Ruoso</h4>
<ul>
<li>0.2.1 - Low-level Method implementation (this is not the standard Method type, just something that complies to the API)</li>
</ul>
<h4 id="2008_02_14_daniel_ruoso">2008-02-14 - Daniel Ruoso</h4>
<ul>
<li>x.x.x - Runtime creation of constant identifiers</li>
</ul>
<h4 id="2008_02_05_daniel_ruoso">2008-02-05 - Daniel Ruoso</h4>
<ul>
<li><strong>FIRST MAJOR MILESTONE ACHIEVED:</strong> sm0p - Lame Default SMOP Interpreter Implementation</li>
<li>0.2.0 - Final review on <a href="http://www.perlfoundation.org/perl6/index.cgi?smop_reference_and_release_policy" title="(60 months)  Review Process All files were reviewed, SMOP is valgrind-clean at the moment. Documentation Even if...">SMOP REFERENCE and RELEASE Policy</a> and code revision for memory leaks.</li>
</ul>
<h4 id="2008_02_01_daniel_ruoso">2008-02-01 - Daniel Ruoso</h4>
<ul>
<li>0.1.4 - Final review on Continuation Passing Style implementation</li>
</ul>
<h4 id="2008_01_31_daniel_ruoso">2008-01-31 - Daniel Ruoso</h4>
<ul>
<li>0.1.3 - sm0p preprocessor</li>
<li>x.x.x - Several bug fixes in the capture and in slime.</li>
<li>x.x.x - 02_stack.t does ok 1..4 for the first time, this means that sm0p is interpreted correctly</li>
</ul>
<h4 id="2008_01_24_daniel_ruoso">2008-01-24 - Daniel Ruoso</h4>
<ul>
<li>x.x.x - Automake prepared to run the sm0p preprocessor.</li>
<li>0.1.2 - SMOP SLIME prototypes and lowlevel operators</li>
<li>x.x.x - SMOP__SLIME__Capturize</li>
<li>x.x.x - SMOP__SLIME__Node</li>
<li>x.x.x - native int type</li>
<li>x.x.x - SMOP__SLIME__CurrentFrame</li>
</ul>
<h4 id="2008_01_23_daniel_ruoso">2008-01-23 - Daniel Ruoso</h4>
<ul>
<li>x.x.x - SMOP__SLIME__Frame first code</li>
<li>x.x.x - native bool type</li>
</ul>
<h4 id="2008_01_21_daniel_ruoso">2008-01-21 - Daniel Ruoso</h4>
<ul>
<li>0.1.1 - Capture type (lowlevel implementation)</li>
</ul>
<h4 id="2008_01_18_daniel_ruoso">2008-01-18 - Daniel Ruoso</h4>
<ul>
<li>0.1.0 - Port YAP6__CORE__Value code to SMOP__Object code.</li>
<li>0.x.x.x - &quot;Identifier Name Constant&quot; type and the definition of the pool of constants.</li>
</ul>
<p>
See also the <a href="http://www.perlfoundation.org/perl6/index.cgi?old_yap6_changelog" title="(65 months) 0.0.1 - The initial revision, definining the basic data structures to be used. 0.0.1.2 - Basic memor...">Old YAP6 Changelog</a>.</p>
</div>
]]></description>
<author>Daniel Ruoso</author>
<guid isPermaLink="true">http://www.perlfoundation.org/perl6/index.cgi?old_smop_changelog</guid>
<pubDate>Wed, 18 Mar 2009 17:24:30 -0000</pubDate>
</item>

</channel>
</rss>