<div dir="ltr">I&#39;d be interested in working on this, if nobody else minds.<div><br></div><div>Austin</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Dec 6, 2015 at 2:20 AM, Dmitri Gribenko via swift-dev <span dir="ltr">&lt;<a href="mailto:swift-dev@swift.org" target="_blank">swift-dev@swift.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
If someone is interested in working on a simple and useful starter<br>
project, here is one.<br>
<br>
We need to remove old mirrors from the standard library and the runtime.<br>
<br>
The first step is very simple: all old mirrors in the standard library<br>
and SDK overlays should be migrated to the new CustomReflectable APIs.<br>
All mirrors that didn&#39;t have tests and are affected by this conversion<br>
should get tests.<br>
<br>
The dump() function needs to be rewritten to use new mirrors.<br>
<br>
We need new runtime entry points that make sense for the new mirror<br>
implementation.  The current entry points (the _reflect() function and<br>
all its implementation details) directly depend on the old mirrors.<br>
This step is slightly harder, but not doesn&#39;t require extraordinary<br>
skills.  This part requires writing a proposal, because the runtime<br>
API is going to be stable.<br>
<br>
This project is tracked by <a href="https://bugs.swift.org/browse/SR-88" rel="noreferrer" target="_blank">https://bugs.swift.org/browse/SR-88</a><br>
<span class="HOEnZb"><font color="#888888"><br>
Dmitri<br>
<br>
--<br>
main(i,j){for(i=2;;i++){for(j=2;j&lt;i;j++){if(!(i%j)){j=0;break;}}if<br>
(j){printf(&quot;%d\n&quot;,i);}}} /*Dmitri Gribenko &lt;<a href="mailto:gribozavr@gmail.com">gribozavr@gmail.com</a>&gt;*/<br>
_______________________________________________<br>
swift-dev mailing list<br>
<a href="mailto:swift-dev@swift.org">swift-dev@swift.org</a><br>
<a href="https://lists.swift.org/mailman/listinfo/swift-dev" rel="noreferrer" target="_blank">https://lists.swift.org/mailman/listinfo/swift-dev</a><br>
</font></span></blockquote></div><br></div>