Thread overview
[Issue 21178] It is not explained what is "unknown"
Aug 19, 2020
kinke
Dec 17, 2022
Iain Buclaw
Feb 01, 2023
Dlang Bot
August 19, 2020
https://issues.dlang.org/show_bug.cgi?id=21178

kinke <kinke@gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kinke@gmx.net

--- Comment #1 from kinke <kinke@gmx.net> ---
That's very subjective - I find it crystal-clear, especially with the 'opaque' hint - it's just like an opaque `struct S;` declaration. Sometimes, a full declaration isn't needed, e.g.:

extern(C++):
enum E : int;
void foo(E);

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

Iain Buclaw <ibuclaw@gdcproject.org> changed:

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

--
February 01, 2023
https://issues.dlang.org/show_bug.cgi?id=21178

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@Mateiuss created dlang/dlang.org pull request #3512 "Fix Issue 21178" fixing this issue:

- Fix Issue 21178

https://github.com/dlang/dlang.org/pull/3512

--