Thread overview
[Issue 5464] Attribute to not ignore function result
Aug 24, 2020
Paul Backus
Sep 19, 2020
Dlang Bot
Aug 15, 2022
RazvanN
October 14, 2016
https://issues.dlang.org/show_bug.cgi?id=5464

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |bootcamp
                 CC|                            |andrei@erdani.com

--
August 24, 2020
https://issues.dlang.org/show_bug.cgi?id=5464

Paul Backus <snarwin+bugzilla@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |turkeyman@gmail.com

--- Comment #2 from Paul Backus <snarwin+bugzilla@gmail.com> ---
*** Issue 20165 has been marked as a duplicate of this issue. ***

--
September 19, 2020
https://issues.dlang.org/show_bug.cgi?id=5464

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

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
@pbackus created dlang/dmd pull request #11765 "[PoC] Add @nodiscard attribute" fixing this issue:

- Add @nodiscard attribute

  Fixes issue 5464 - Attribute to not ignore function result

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

--
August 15, 2022
https://issues.dlang.org/show_bug.cgi?id=5464

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |razvan.nitu1305@gmail.com
         Resolution|---                         |FIXED

--- Comment #4 from RazvanN <razvan.nitu1305@gmail.com> ---
This has been addressed by the addition of @mustuse: https://github.com/dlang/dmd/pull/13589

--