On 9/25/2014 9:04 PM, H. S. Teoh via Digitalmars-d wrote:
On Thu, Sep 25, 2014 at 08:11:02PM -0700, Walter Bright via Digitalmars-d wrote:
Consider this PR:
https://github.com/D-Programming-Language/phobos/pull/2423
which is blocked because several people do not agree with using
byCodeunit.
Actually, several committers have already agreed that this particular PR
shouldn't be blocked pending the decision whether to autodecode or not.
What's actually blocking it right now, is that it calls stripExtension,
which only works with arrays, not general ranges. (Speaking of which,
thanks for reminding me that I need to work on that. :-P)
It's blocked because of the autodecode issue. Don't want to need a THIRD
setExtension algorithm because this one isn't done correctly.