Comment #0 by default_357-line — 2019-01-14T08:02:47Z
Repro:
module test;
import std.string : format;
pragma(msg, __traits(allMembers, test).stringof);
Output: tuple("object")
Expected: tuple("object", "format").
Alternately, *some* way to detect imported modules and their symbols is necessary. Of course, right now there's no reliable compiletime way to determine imports at all.
Comment #1 by robert.schadek — 2024-12-13T19:01:57Z