Thread overview
[Issue 17894] Generalizing std.range.primitives.empty to use .length causes the style_lint target to fail due to std.regex.internal.ir.Bytecode.length being defined as uint
Oct 11, 2017
ZombineDev
Oct 11, 2017
ZombineDev
October 11, 2017
https://issues.dlang.org/show_bug.cgi?id=17894

ZombineDev <petar.p.kirov@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |6409

--
October 11, 2017
https://issues.dlang.org/show_bug.cgi?id=17894

--- Comment #1 from ZombineDev <petar.p.kirov@gmail.com> ---
We decided to workaround the problem locally in std.range.primitives.empty by not instantiating `hasLength` at all.

--
December 01
https://issues.dlang.org/show_bug.cgi?id=17894

--- Comment #2 from dlangBugzillaToGithub <robert.schadek@posteo.de> ---
THIS ISSUE HAS BEEN MOVED TO GITHUB

https://github.com/dlang/phobos/issues/9721

DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB

--