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

RazvanN <[email protected]> changed:

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

--- Comment #1 from RazvanN <[email protected]> ---
I fixed this bug in the past, but I remember that a fair amount of projects
were broken by this change because they were relying on the existing behavior,
that's why the preview was introduced (which had the effect that people
continued using the broken version and relying on it more). Also, in this case
it's really hard to issue deprecations since it's essentially silent change of
code behavior. So we would either have to make the preview the default and deal
with the breakage or continue as is. Of course, there's the dreaded alternative
of making the preview the default in a new edition which would be the worse
alternative since we will be stuck maintaining both behaviors.

--

Reply via email to