Thread overview
[Issue 21850] Template inference of pure not working
Apr 22, 2021
RazvanN
Apr 22, 2021
RazvanN
[Issue 21850] [REG2.093] Template inference of pure not working
Jun 14, 2021
Johan Engelen
Aug 17, 2021
RazvanN
Oct 07, 2021
Dlang Bot
Oct 07, 2021
Dlang Bot
Oct 10, 2021
Dlang Bot
April 22, 2021
https://issues.dlang.org/show_bug.cgi?id=21850

--- Comment #1 from RazvanN <razvan.nitu1305@gmail.com> ---
If the wrapper is annotated with `pure`, code works fine.

--
April 22, 2021
https://issues.dlang.org/show_bug.cgi?id=21850

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |industry

--
June 14, 2021
https://issues.dlang.org/show_bug.cgi?id=21850

Johan Engelen <jbc.engelen@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jbc.engelen@gmail.com
             Blocks|                            |21202
            Summary|Template inference of pure  |[REG2.093] Template
                   |not working                 |inference of pure not
                   |                            |working
           Severity|blocker                     |regression


Referenced Issues:

https://issues.dlang.org/show_bug.cgi?id=21202
[Issue 21202] [REG2.093] std.algorithm.mutation.moveEmplace cannot deduce
purity and errors
--
August 17, 2021
https://issues.dlang.org/show_bug.cgi?id=21850

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |johanengelen@weka.io

--- Comment #2 from RazvanN <razvan.nitu1305@gmail.com> ---
*** Issue 21202 has been marked as a duplicate of this issue. ***

--
October 07, 2021
https://issues.dlang.org/show_bug.cgi?id=21850

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

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
@BorisCarvajal created dlang/dmd pull request #13137 "Fix Issue 21850 - [REG2.093] Template inference of pure not working" fixing this issue:

- Fix Issue 21850 - [REG2.093] Template inference of pure not working

https://github.com/dlang/dmd/pull/13137

--
October 07, 2021
https://issues.dlang.org/show_bug.cgi?id=21850

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

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

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #13137 "Fix Issue 21850 - [REG2.093] Template inference of pure not working" was merged into stable:

- 9c45f71a0e15b60bae9389b3b3bd3611ddc61519 by Boris Carvajal:
  Fix Issue 21850 - [REG2.093] Template inference of pure not working

https://github.com/dlang/dmd/pull/13137

--
October 10, 2021
https://issues.dlang.org/show_bug.cgi?id=21850

--- Comment #5 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #13149 "merge stable" was merged into master:

- 276dd52c51338bde2f0d1b4898c4211971d2f818 by Boris Carvajal:
  Fix Issue 21850 - [REG2.093] Template inference of pure not working

https://github.com/dlang/dmd/pull/13149

--