Thread overview
[Issue 23931] Improve unhelpful error message
May 20, 2023
ZombineDev
[Issue 23931] Error: reference to local variable `this` calling non-scope member function `this.this()`
Jun 29, 2023
Nick Treleaven
Jun 29, 2023
Dlang Bot
Jun 30, 2023
Dlang Bot
May 20, 2023
https://issues.dlang.org/show_bug.cgi?id=23931

ZombineDev <petar.p.kirov@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |diagnostic

--
June 29, 2023
https://issues.dlang.org/show_bug.cgi?id=23931

Nick Treleaven <nick@geany.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nick@geany.org
            Summary|Improve unhelpful error     |Error: reference to local
                   |message                     |variable `this` calling
                   |                            |non-scope member function
                   |                            |`this.this()`

--
June 29, 2023
https://issues.dlang.org/show_bug.cgi?id=23931

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ntrel created dlang/dmd pull request #15368 "Fix Issue 23931 - Error: reference to local variable `this` calling n…" fixing this issue:

- Fix Issue 23931 - Error: reference to local variable `this` calling non-scope member function `this.this()`

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

--
June 30, 2023
https://issues.dlang.org/show_bug.cgi?id=23931

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #15368 "Fix Issue 23931 - Error: reference to local variable `this` calling n…" was merged into master:

- 47154c4d59bab15cd5beec94d505a6391955640f by Nick Treleaven:
  Fix Issue 23931 - Error: reference to local variable `this` calling non-scope
member function `this.this()`

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

--