[Issue 14742] Changing function signatures breaks code

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Jun 29 15:01:02 PDT 2015


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

Walter Bright <bugzilla at digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla at digitalmars.com

--- Comment #2 from Walter Bright <bugzilla at digitalmars.com> ---
How were you looking for the "target path" string?

In any case, a rule that functions cannot become template functions would be
extremely limiting.

One way to avoid adding optional parameter breakage is to add an overload
instead. But I suspect that would then break introspection code that is not
expecting an overload.

--


More information about the Digitalmars-d-bugs mailing list