Thread overview | |||||
---|---|---|---|---|---|
|
May 28, 2014 [Issue 12817] pure nothrow text(BigInt) too | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=12817 safety0ff.bugz <safety0ff.bugz@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |safety0ff.bugz@gmail.com --- Comment #1 from safety0ff.bugz <safety0ff.bugz@gmail.com> --- 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. -- |
December 17, 2022 [Issue 12817] pure nothrow text(BigInt) too | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=12817 Iain Buclaw <ibuclaw@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P1 |P4 -- |
December 01 [Issue 12817] pure nothrow text(BigInt) too | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=12817 --- Comment #2 from dlangBugzillaToGithub <robert.schadek@posteo.de> --- THIS ISSUE HAS BEEN MOVED TO GITHUB https://github.com/dlang/phobos/issues/10058 DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB -- |
Copyright © 1999-2021 by the D Language Foundation