On Saturday, 7 January 2017 at 21:39:18 UTC, Timothee Cour wrote:
* -transition=safe/-dip1000
=> not mentioned in http://dlang.org/changelog/2.073.0.html

That's deliberate, as you can't even use it with writeln yet.

* std.experimental.ndslice has been deprecated. The synchronization between Phobos and Mir turned out to be a lot of work with litte gain

=> 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 http://vibed.org/api/vibe.data.json/

Which has a much more powerful successor http://code.dlang.org/packages/std_data_json. IMO, packages are great in std, once they're done and won't change much.

Reply via email to