https://issues.dlang.org/show_bug.cgi?id=12817
safety0ff.bugz <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from safety0ff.bugz <[email protected]> --- Fixing #6007 may involve a solution which isn't strictly pure (global cache of powers of the base we're converting to.) This is the solution OpenJDK's biginteger class uses, whether or not we use a global cache or recompute the powers each time is a design issue for the person who decides to fix #6007. Anyways, I think we should not be so eager in adding pure to the conversion to string unless we have a "trusted pure" available. --
