[Issue 15857] incorrect checkimports mismatch for overload sets

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Aug 12 02:19:07 PDT 2016


https://issues.dlang.org/show_bug.cgi?id=15857

--- Comment #11 from Jacob Carlborg <doob at me.com> ---
(In reply to Martin Nowak from comment #9)
> (In reply to Jacob Carlborg from comment #8)
> > This is not fixed in v2.071.1-b2.
> 
> Are you sure? The merge is in v2.071.1-b1.

The issue persists with both 2.071.1 and 2.071.2-b2. The code base has gone
through some major changes but I still get this error:

clang/TranslationUnit.d(112,16): Deprecation: local import search method found
overloadset clang.TranslationUnit.toD instead of overloadset
clang.TranslationUnit.toD
clang/TranslationUnit.d(266,42): Deprecation: local import search method found
overloadset clang.TranslationUnit.toD instead of overloadset
clang.TranslationUnit.toD
clang/TranslationUnit.d(267,50): Deprecation: local import search method found
overloadset clang.TranslationUnit.toD instead of overloadset
clang.TranslationUnit.toD

--


More information about the Digitalmars-d-bugs mailing list