<div dir="ltr">* -transition=safe/-dip1000<div>=> not mentioned in <a href="http://dlang.org/changelog/2.073.0.html">http://dlang.org/changelog/2.073.0.html</a></div><div><br></div><div>* std.experimental.ndslice has been deprecated. The synchronization between Phobos and Mir turned out to be a lot of work with litte gain</div><div><br></div><div>=> That's a good move. Will make development faster indeed by not being tied to dmd releases. The downside of `batteries included` is is hampers development speed, deprecation speed, etc. Another example: std.json sucks compared to <a href="http://vibed.org/api/vibe.data.json/">http://vibed.org/api/vibe.data.json/</a></div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Jan 7, 2017 at 8:49 AM, biozic via Digitalmars-d-announce <span dir="ltr"><<a href="mailto:digitalmars-d-announce@puremagic.com" target="_blank">digitalmars-d-announce@puremagic.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Saturday, 7 January 2017 at 15:59:47 UTC, Martin Nowak wrote:<br>
</span><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">
On 01/07/2017 03:44 PM, biozic wrote:<br>
</span><span class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Are phobos unittests not passing when compiling with -dip1000 considered bugs or is it this experimental?<br>
</blockquote>
<br>
Most of phobos is currently not usable with DIP1000, partly because<br>
safety checks are hard errors (instead of deprecations) and partly<br>
because of implementation bugs.<br>
You can try it experimentally with isolated code snippets.<br>
Don't expect much documentation or help at this stage, the feature will<br>
properly released when it's finished.<br>
<br>
Any way to escape pointers in @safe code with -dip1000 enabled are considered bugs and should be reported under <a href="http://issues.dlang.org" rel="noreferrer" target="_blank">issues.dlang.org</a> using the `safe` keyword and `[scope]` in the title.<br>
<br>
<a href="https://issues.dlang.org/buglist.cgi?keywords=safe&keywords_type=allwords&query_format=advanced&resolution=---&short_desc=%5Bscope%5D&short_desc_type=substring" rel="noreferrer" target="_blank">https://issues.dlang.org/bugli<wbr>st.cgi?keywords=safe&keywords_<wbr>type=allwords&query_format=<wbr>advanced&resolution=---&short_<wbr>desc=%5Bscope%5D&short_desc_<wbr>type=substring</a><br>
<br>
-Martin<br>
</span></blockquote>
<br>
Thanks for the precisions!<br>
</blockquote></div><br></div>