Thread overview
[Issue 16139] Attributes of functions inside templates should be inferred
Jun 08, 2016
Walter Bright
Sep 14, 2016
Walter Bright
Sep 14, 2016
Walter Bright
Aug 01, 2022
Adam D. Ruppe
Dec 17, 2022
Iain Buclaw
June 08, 2016
https://issues.dlang.org/show_bug.cgi?id=16139

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |13615

--
September 14, 2016
https://issues.dlang.org/show_bug.cgi?id=16139

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=13615

--
September 14, 2016
https://issues.dlang.org/show_bug.cgi?id=16139

Walter Bright <bugzilla@digitalmars.com> changed:

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

--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> ---
https://github.com/dlang/dmd/pull/6130

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

Adam D. Ruppe <destructionator@gmail.com> changed:

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

--- Comment #2 from Adam D. Ruppe <destructionator@gmail.com> ---
I just encountered this while confirming a report on the chat room:

```
template A() {
        void foo() { }
        auto bar() { }
}

static assert(is(typeof(A!().foo) == typeof(A!().bar)));
```

Fails today due to this issue. Bizarre.

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

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P4

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

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

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

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

--