Thread overview | ||||||||
---|---|---|---|---|---|---|---|---|
|
August 14, 2014 [Issue 13293] `typeof(<function returning T>)` gets printed as `T()` | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=13293 hsteoh@quickfur.ath.cx changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hsteoh@quickfur.ath.cx -- |
June 06, 2015 [Issue 13293] `typeof(<function returning T>)` gets printed as `T()` | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=13293 --- Comment #1 from Marc Schütz <schuetzm@gmx.net> --- With latest DMD from Git, this now prints "pure nothrow @nogc @safe Result()", which is still wrong. -- |
December 08, 2021 [Issue 13293] `typeof(<function returning T>)` gets printed as `T()` | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=13293 Stanislav Blinov <stanislav.blinov@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |stanislav.blinov@gmail.com --- Comment #2 from Stanislav Blinov <stanislav.blinov@gmail.com> --- What would be the expected output? -- |
December 08, 2021 [Issue 13293] `typeof(<function returning T>)` gets printed as `T()` | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=13293 --- Comment #3 from hsteoh@quickfur.ath.cx --- I'd expect something like `Result function()` or something along those lines, rather than `Result()` which looks like a ctor invocation. -- |
December 17, 2022 [Issue 13293] `typeof(<function returning T>)` gets printed as `T()` | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=13293 Iain Buclaw <ibuclaw@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P1 |P3 -- |
December 13 [Issue 13293] `typeof(<function returning T>)` gets printed as `T()` | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=13293 --- Comment #4 from dlangBugzillaToGithub <robert.schadek@posteo.de> --- THIS ISSUE HAS BEEN MOVED TO GITHUB https://github.com/dlang/dmd/issues/18867 DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB -- |
Copyright © 1999-2021 by the D Language Foundation