Thread overview
[Issue 17192] ParameterDefaults fails when parameter is called "i"
Aug 02, 2017
ag0aep6g@gmail.com
August 02, 2017
https://issues.dlang.org/show_bug.cgi?id=17192

ag0aep6g@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
                 CC|                            |ag0aep6g@gmail.com
           Assignee|nobody@puremagic.com        |ag0aep6g@gmail.com
            Summary|ParameterDefaults fails for |ParameterDefaults fails
                   |member function             |when parameter is called
                   |                            |"i"

--- Comment #1 from ag0aep6g@gmail.com ---
It fails because ParameterDefaults uses the name "i" internally, but it gets hijacked by the parameter.

https://github.com/dlang/phobos/pull/5671

--
August 07, 2017
https://issues.dlang.org/show_bug.cgi?id=17192

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/2e063e92469bcbda9171ba6dea45a3c158810ae6 fix issue 17192 - ParameterDefaults fails when parameter is called "i"

https://github.com/dlang/phobos/commit/5d3c842dfe84a9bfb8bd617b11f8d23175570094 Merge pull request #5671 from aG0aep6G/ParameterDefaults

fix issue 17192 - ParameterDefaults fails when parameter is called "i" merged-on-behalf-of: Martin Nowak <code@dawg.eu>

--
August 07, 2017
https://issues.dlang.org/show_bug.cgi?id=17192

github-bugzilla@puremagic.com changed:

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

--
August 16, 2017
https://issues.dlang.org/show_bug.cgi?id=17192

--- Comment #3 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/2e063e92469bcbda9171ba6dea45a3c158810ae6 fix issue 17192 - ParameterDefaults fails when parameter is called "i"

https://github.com/dlang/phobos/commit/5d3c842dfe84a9bfb8bd617b11f8d23175570094 Merge pull request #5671 from aG0aep6G/ParameterDefaults

--
January 05, 2018
https://issues.dlang.org/show_bug.cgi?id=17192

--- Comment #4 from github-bugzilla@puremagic.com ---
Commits pushed to dmd-cxx at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/2e063e92469bcbda9171ba6dea45a3c158810ae6 fix issue 17192 - ParameterDefaults fails when parameter is called "i"

https://github.com/dlang/phobos/commit/5d3c842dfe84a9bfb8bd617b11f8d23175570094 Merge pull request #5671 from aG0aep6G/ParameterDefaults

--