Thread overview
[Issue 21646] Speculative recursive reference to struct with semantic error prints "error: unknown"
Feb 19, 2021
Dlang Bot
Dec 17, 2022
Iain Buclaw
February 19, 2021
https://issues.dlang.org/show_bug.cgi?id=21646

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@FeepingCreature created dlang/dmd pull request #12210 "Fix issue 21646: speculative recursive reference to struct with semantic error prints "error: unknown"" fixing this issue:

- When preprocessing function arguments, only replace args with ErrorExps if we
managed to report an error.
  Otherwise, if errors are gagged, we'll have ErrorExps with no corresponding
error message.
  Fixes issue 21646.

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

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=21646

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

--
December 13
https://issues.dlang.org/show_bug.cgi?id=21646

--- Comment #2 from dlangBugzillaToGithub <robert.schadek@posteo.de> ---
THIS ISSUE HAS BEEN MOVED TO GITHUB

https://github.com/dlang/dmd/issues/19874

DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB

--