Thread overview
[Issue 14858] spurious "Error: overload alias 'foo' is not a variable" when overloading template and non-template via aliases
Aug 02, 2015
Kenji Hara
Sep 27, 2015
Kenji Hara
Nov 10, 2015
Kenji Hara
August 02, 2015
https://issues.dlang.org/show_bug.cgi?id=14858

Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
           Hardware|x86_64                      |All
                 OS|Linux                       |All

--- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> ---
https://github.com/D-Programming-Language/dmd/pull/4857

--
September 15, 2015
https://issues.dlang.org/show_bug.cgi?id=14858

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/803da8f10c0c5d09da5b19274ba1a1b9763d5e03
fix Issue 14858 - spurious "Error: overload alias 'foo' is not a variable" when
overloading template and non-template via aliases

https://github.com/D-Programming-Language/dmd/commit/e91a6ac45b6adc2d8080df14caca0b62cad19a9b Merge pull request #4857 from 9rnsr/fix14858

Issue 14858 - spurious "Error: overload alias 'foo' is not a variable" when overloading template and non-template via aliases

--
September 15, 2015
https://issues.dlang.org/show_bug.cgi?id=14858

github-bugzilla@puremagic.com changed:

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

--
September 27, 2015
https://issues.dlang.org/show_bug.cgi?id=14858

Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |john.loughran.colvin@gmail.
                   |                            |com

--- Comment #3 from Kenji Hara <k.hara.pg@gmail.com> ---
*** Issue 15120 has been marked as a duplicate of this issue. ***

--
November 10, 2015
https://issues.dlang.org/show_bug.cgi?id=14858

Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |15311

--
August 02, 2017
https://issues.dlang.org/show_bug.cgi?id=14858

--- Comment #4 from github-bugzilla@puremagic.com ---
Commit pushed to dmd-cxx at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/56edd1af4bddce6752105dafacac9653d9fe2cdb Issue 14858 - spurious "Error: overload alias foo is not a variable" when overloading template and non-template via aliases

--