Thread overview
[Issue 21457] std.functional.partial ignores function overloads
May 02, 2021
Berni44
Dec 30, 2021
wolframw
Dec 30, 2021
Dlang Bot
Jan 03, 2022
Dlang Bot
May 02, 2021
https://issues.dlang.org/show_bug.cgi?id=21457

Berni44 <bugzilla@bernis-buecher.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@bernis-buecher.de

--- Comment #1 from Berni44 <bugzilla@bernis-buecher.de> ---
>From source code: "// Assume fun is callable and uniquely defined."

So either this should be documented or the template be improved...

--
December 30, 2021
https://issues.dlang.org/show_bug.cgi?id=21457

wolframw <wolframw@protonmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Hardware|x86_64                      |All
                 OS|Linux                       |All

--
December 30, 2021
https://issues.dlang.org/show_bug.cgi?id=21457

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@wolframw created dlang/phobos pull request #8347 "Fix Issue 21457 - std.functional.partial ignores function overloads" fixing this issue:

- Fix Issue 21457 - std.functional.partial ignores function overloads

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

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

Dlang Bot <dlang-bot@dlang.rocks> changed:

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #8347 "Fix Issue 21457 - std.functional.partial ignores function overloads" was merged into master:

- 437b07980e55fa9945f7eabc3c4991ece6cc9cc8 by wolframw:
  Fix Issue 21457 - std.functional.partial ignores function overloads

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

--