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

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

<channel>
<title><![CDATA[Perl 6: Development Dashboard]]></title>
<link>http://www.perlfoundation.org/perl6/index.cgi?development_dashboard</link>
<description></description>
<pubDate>Tue, 30 Oct 2012 19:16:49 -0000</pubDate>
<webMaster>synedra@gmail.com</webMaster>
<generator>Socialtext Workspace v2.14.7.2</generator>

<item>
<title><![CDATA[Development Dashboard]]></title>
<link>http://www.perlfoundation.org/perl6/index.cgi?development_dashboard</link>
<description><![CDATA[<div class="wiki">
<div class="nlw_phrase"><table class='toc'><tr><td><div class="wiki">
<h3 id="contents">Contents: []</h3>
<ul>
<li><span class="nlw_phrase"><a title="section link" href="#introduction">Introduction</a><!-- wiki: {link: [] Introduction} --></span></li>
<li><span class="nlw_phrase"><a title="section link" href="#what_s_left_to_do_including_in_progress_work">What's left to do (including in-progress work)?</a><!-- wiki: {link: [] What's left to do (including in-=progress work)?} --></span></li>

<ul>
<li><span class="nlw_phrase"><a title="section link" href="#create_a_perl6_repository">Create a perl6 repository</a><!-- wiki: {link: [] Create a perl6 repository} --></span></li>
<li><span class="nlw_phrase"><a title="section link" href="#language_definition">Language definition</a><!-- wiki: {link: [] Language definition} --></span></li>
<li><span class="nlw_phrase"><a title="section link" href="#perl6">perl6</a><!-- wiki: {link: [] perl6} --></span></li>
<li><span class="nlw_phrase"><a title="section link" href="#perl6doc">perl6doc</a><!-- wiki: {link: [] perl6doc} --></span></li>
<li><span class="nlw_phrase"><a title="section link" href="#perl6bug">perl6bug</a><!-- wiki: {link: [] perl6bug} --></span></li>
<li><span class="nlw_phrase"><a title="section link" href="#other_utilities">Other utilities</a><!-- wiki: {link: [] Other utilities} --></span></li>
</ul>
<li><span class="nlw_phrase"><a title="section link" href="#authors">AUTHORS</a><!-- wiki: {link: [] AUTHORS} --></span></li>
<li><span class="nlw_phrase"><a title="section link" href="#manifest">Manifest</a><!-- wiki: {link: [] Manifest} --></span></li>
<li><span class="nlw_phrase"><a title="section link" href="#installer">Installer</a><!-- wiki: {link: [] Installer} --></span></li>
<li><span class="nlw_phrase"><a title="section link" href="#test_suite">Test suite</a><!-- wiki: {link: [] Test suite} --></span></li>

<ul>
<li><span class="nlw_phrase"><a title="section link" href="#embedding_tools">Embedding tools</a><!-- wiki: {link: [] Embedding tools} --></span></li>
<li><span class="nlw_phrase"><a title="section link" href="#release_perl6">Release perl6</a><!-- wiki: {link: [] Release perl6} --></span></li>
</ul>
<li><span class="nlw_phrase"><a title="section link" href="#what_s_been_done_so_far">What's been done so far?</a><!-- wiki: {link: [] What's been done so far?} --></span></li>
<li><span class="nlw_phrase"><a title="section link" href="#non_requirements">Non-requirements</a><!-- wiki: {link: [] Non-=requirements} --></span></li>
<li><span class="nlw_phrase"><a title="section link" href="#specifically_not_part_of_perl6_0_0">Specifically not part of perl6.0.0</a><!-- wiki: {link: [] Specifically not part of perl6.0.0} --></span></li>
<li><span class="nlw_phrase"><a title="section link" href="#resources_and_other_documents">Resources and other documents</a><!-- wiki: {link: [] Resources and other documents} --></span></li>
</ul>
</div>
</td></tr></table><!-- wiki: {toc: } --></div><br /><br /><h2 id="introduction">Introduction</h2>
<p>
The Development Dashboard is designed to answer two questions:</p>
<ul>
<li>What's left to do to release perl6 to CPAN, as in perl-6.0.0.tar.gz?</li>
<li>What's been done so far?</li>
</ul>
<p>
We can't answer the question of &quot;When will Perl 6 be done&quot; without knowing what's left to do. This is a start.</p>
<p>
In the mean time, here is the current roadmap:</p>
<ul>
<li><a target="_blank" title="(external link)" href="https://github.com/rakudo/rakudo/blob/nom/docs/ROADMAP">https://github.com/rakudo/rakudo/blob/nom/docs/ROADMAP</a></li>
</ul>
<h2 id="what_s_left_to_do_including_in_progress_work">What's left to do (including in-progress work)?</h2>
<h3 id="create_a_perl6_repository">Create a perl6 repository</h3>
<p>
perl6 is currently in the Parrot repository in <tt>languages/perl6/</tt>, but needs to become its own repository.</p>
<p>
<a href="http://www.perlfoundation.org/perl6/index.cgi?distributionformat" title="(40 months)  Target Systems for a Module Perl 6 poses a new challenge on the distribution format for Modules. At...">DistributionFormat</a></p>
<h3 id="language_definition">Language definition</h3>
<p>
Note: This is outside the control of perl6</p>
<h3 id="perl6"><tt>perl6</tt></h3>
<ul>
<li>package so that &quot;perl6 foo.pl&quot; (or some close facsimile) works</li>
<li>What command-line arguments are there?</li>
</ul>
<h3 id="perl6doc"><tt>perl6doc</tt></h3>
<ul>
<li>What is the list of pages that will exist? Will it be the same as for perl5?</li>
<li>The Perl 5 Module <a target="_blank" title="(external link)" href="http://search.cpan.org/~lichtkind/Perl6-Doc/">Perl6::Doc<!-- wiki-renamed-hyperlink "Perl6::Doc"<http://search.cpan.org/~lichtkind/Perl6=-Doc/> --></a> is an atempt to collect and sort user docs.</li>
</ul>
<h3 id="perl6bug"><tt>perl6bug</tt></h3>
<ul>
<li>Where do the bugs go? Is the queue set up for it?</li>
<li>Do we have just one perl6bug for all of the various implementations, or is each implementation simply need to provide its own?</li>
</ul>
<h3 id="other_utilities">Other utilities</h3>
<ul>
<li>Define what other utilities will be shipped.</li>

<ul>
<li>cpan? cpanp?</li>
<li>dprofpp?</li>

<ul>
<li>Will there even be a profiler?</li>
</ul>
<li>corelist?</li>
<li>prove? This assumes there's a Test::Harness, no?</li>
</ul></ul>
<h2 id="authors"><tt>AUTHORS</tt></h2>
<ul>
<li>Update with current names &amp; addresses of people who worked on Perl 6</li>
</ul>
<h2 id="manifest">Manifest</h2>
<ul>
<li>What gets shipped with perl-6.0.0.tar.gz? What modules? What docs? What other programs?</li>

<ul>
<li>May be a converger (gets defined right at the end)</li>
</ul></ul>
<h2 id="installer">Installer</h2>
<p>
Here are make targets that have to exist:</p>
<ul>
<li><tt>make</tt></li>
<li><tt>make test</tt></li>
<li><tt>make install</tt></li>
</ul>
<h2 id="test_suite">Test suite</h2>
<ul>
<li>Refactor suite to match synopsis organization</li>
<li>Review all tests for conformance with language specification</li>
<li>Verify spec coverage</li>
</ul>
<h3 id="embedding_tools">Embedding tools</h3>
<ul>
<li><tt>perl.h</tt></li>
</ul>
<h3 id="release_perl6">Release perl6</h3>
<ul>
<li>Release RC1</li>
<li>Release perl6 as perl-6.0.0.tar.gz to CPAN</li>
</ul>
<hr />
<h2 id="what_s_been_done_so_far">What's been done so far?</h2>
<ul>
<li>Language definition</li>

<ul>
<li><a target="_blank" title="(external link)" href="http://dev.perl.org/perl6/doc/synopsis.html">Synopses<!-- wiki-renamed-hyperlink "Synopses"<http://dev.perl.org/perl6/doc/synopsis.html> --></a></li>
</ul>
<li>perl6</li>

<ul>
<li>Compiler converted to use Parrot compiler tools</li>
</ul>
<li>Test suite</li>

<ul>
<li>Initial tests in pugs repository</li>
</ul></ul>
<hr />
<h2 id="non_requirements">Non-requirements</h2>
<p>
These features/milestones are explicitly not part of the ramp up to p6.0.0. They may happen on their own, but we will not delay the release of p6.0.0 if they have not been reached.</p>
<ul>
<li>CP6AN exists</li>
<li>Most perl5 helper programs</li>

<ul>
<li><tt>h2xs</tt></li>
<li><tt>x2p/</tt></li>
</ul>
<li>Dev helper tools</li>

<ul>
<li><tt>emacs/</tt> syntax highlighting</li>
<li>vim syntax highlighting</li>

<ul>
<li><a target="_blank" title="(external link)" href="http://svn.pugscode.org/pugs/util/perl6.vim">http://svn.pugscode.org/pugs/util/perl6.vim</a> (helpful but far from complete)</li>
</ul></ul></ul>
<h2 id="specifically_not_part_of_perl6_0_0">Specifically not part of perl6.0.0</h2>
<ul>
<li>Old perl5-specific files &amp; directories</li>

<ul>
<li><tt>Porting/</tt></li>
<li><tt>h2pl/</tt></li>
<li><tt>Changes5*</tt></li>
</ul>
<li>Anything platform specific</li>

<ul>
<li><tt>README.*</tt> specific to platforms</li>
<li><tt>epoc/</tt></li>
<li><tt>beos/</tt></li>
<li><tt>Cross/</tt></li>
<li><tt>apollo/</tt></li>
<li><tt>cygwin/</tt></li>
<li><tt>mint/</tt></li>
<li><tt>mpeix/</tt></li>
<li><tt>os2/</tt></li>
<li><tt>plan9/</tt></li>
<li><tt>qnx/</tt></li>
<li><tt>symbian</tt></li>
<li><tt>uts/</tt></li>
<li><tt>vmesa/</tt></li>
<li><tt>vms/</tt></li>
<li><tt>vos/</tt></li>
<li><tt>win32/</tt></li>
<li><tt>utils/</tt></li>

<ul>
<li>Except as specified above.</li>
</ul></ul></ul>
<hr />
<h2 id="resources_and_other_documents">Resources and other documents</h2>
<ul>
<li>Perl 6 Users FAQ from May 2006</li>

<ul>
<li><a target="_blank" title="(external link)" href="http://www.nntp.perl.org/group/perl.perl6.users/2006/05/msg6.html">http://www.nntp.perl.org/group/perl.perl6.users/2006/05/msg6.html</a></li>
</ul>
<li>pmichaud's scratchpad for tasks</li>

<ul>
<li><a href="http://www.perlfoundation.org/perl6/index.cgi?perl6_tasks" title="(41 months) This page used to contain Rakudo-specific items. That content is now here. http wiki.github.com raku...">perl6 tasks</a></li>
</ul></ul>
</div>
]]></description>
<author>tommystanton@hidden</author>
<guid isPermaLink="true">http://www.perlfoundation.org/perl6/index.cgi?development_dashboard</guid>
<pubDate>Tue, 30 Oct 2012 19:16:49 -0000</pubDate>
</item>

</channel>
</rss>