December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=10594

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P4

--
January 03, 2023
https://issues.dlang.org/show_bug.cgi?id=10594

Nick Treleaven <nick@geany.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nick@geany.org

--- Comment #1 from Nick Treleaven <nick@geany.org> ---
Note that `args.length % 5` does compile now. The other two do not as VRP is not tracked across statements.

--