https://issues.dlang.org/show_bug.cgi?id=17643
Vladimir Panteleev <dlang-bugzi...@thecybershadow.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |regression --- Comment #4 from Vladimir Panteleev <dlang-bugzi...@thecybershadow.net> --- - Started working with https://github.com/dlang/phobos/pull/3827, which allowed getSymbolsByUDA to work on private members - https://github.com/dlang/dmd/pull/5530 caused accessing the field result in a deprecation, but it still worked (and returned both members) - https://github.com/dlang/phobos/pull/5344 has broken this completely. This certainly seems like a regression, but I'm not sure I can put the blame entirely on either of those PRs. --