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

Walter Bright <bugzi...@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #5 from Walter Bright <bugzi...@digitalmars.com> ---
I'm going to resolve this as wontfix. I know I come down hard on breaking
changes, but in my mind I thought it was good enough if calling the function
with the same arguments continues to work. For example, adding a parameter with
a default value will enable the calls to work, but of course anything using
ParameterTypeTupe or relying on the particular mangled name is going to break.
I'm going to say that the latter two cases are a little too restrictive to say
we won't break them.

--

Reply via email to