https://issues.dlang.org/show_bug.cgi?id=16291
Martin Nowak <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Summary|phobosinit fails to |phobosinit never gets |register encodings on |called |individual tests | --- Comment #28 from Martin Nowak <[email protected]> --- The phobosinit module is never referenced and subsequently never gets called. If you do import std.internal.phobosinit in your own program, the ctor crashes because it can't find all the unreferenced EncodingScheme classes. --
