https://issues.dlang.org/show_bug.cgi?id=12609

Andrej Mitrovic <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Andrej Mitrovic <[email protected]> ---
This used to be:

-----
static if(direction == OneShot.Fwd)
    startPc = startPc;
else
    startPc = cast(uint)re.ir.length-IRL!(IR.LookbehindEnd);
-----

And changed to the current code in commit d9eaf22.

My guess is Dmitry probably used some Vim/regex(heh)-style search&replace, and
the dead assignment was left in place.

--

Reply via email to