https://issues.dlang.org/show_bug.cgi?id=13084
Martin Nowak <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #30 from Martin Nowak <[email protected]> --- (In reply to Dicebot from comment #26) > On actual topic: is there any reason why ModuleInfo itself needs to be > immutable and marking all its data members is not enough? That should still > make all the the options from PR #790 valid or am I missing something? Well, without breaking the type system, the runtime only has access to an array of immutable pointers to ModuleInfos. --
