Thread overview
[Issue 18138] non-shared method overload not accessible through interface
Dec 28, 2017
greenify
Dec 28, 2017
Remi Thebault
Dec 28, 2017
ZombineDev
Dec 17, 2022
Iain Buclaw
December 28, 2017
https://issues.dlang.org/show_bug.cgi?id=18138

greenify <greeenify@gmail.com> changed:

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

--- Comment #1 from greenify <greeenify@gmail.com> ---
`i` isn't shared, but the method of the interface requires sharedness. Thus,
the error is legit, imho.
Am I missing something?

--
December 28, 2017
https://issues.dlang.org/show_bug.cgi?id=18138

--- Comment #2 from Remi Thebault <remi.thebault@gmail.com> ---
yes, but the ITest interface has a non-shared method, which is overloaded in IAtomicTest (IAtomicTest extends ITest), so the non-shared method should be visible too.

--
December 28, 2017
https://issues.dlang.org/show_bug.cgi?id=18138

ZombineDev <petar.p.kirov@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |petar.p.kirov@gmail.com
           Hardware|x86_64                      |All
                 OS|Linux                       |All

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

Iain Buclaw <ibuclaw@gdcproject.org> changed:

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

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

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

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

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

--