Thread overview | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
October 13, 2014 [Issue 13607] BigInt math not usable in @safe code | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=13607 Brad Roberts <braddr@puremagic.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |safe -- |
October 14, 2014 [Issue 13607] BigInt math not usable in @safe code | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=13607 Robert Schadek <rburners@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rburners@gmail.com --- Comment #1 from Robert Schadek <rburners@gmail.com> --- I had a PR open for this a while back. https://github.com/D-Programming-Language/phobos/pull/2357 It came down to the same argument you're having on the newsgroup right now. -- |
October 14, 2014 [Issue 13607] BigInt math not usable in @safe code | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=13607 --- Comment #2 from Brad Roberts <braddr@puremagic.com> --- It also suffered from being too big. It would have been nice to get the non-controversial parts of the change in. There was very little use of the @trusted sledge hammer. -- |
October 14, 2014 [Issue 13607] BigInt math not usable in @safe code | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=13607 --- Comment #3 from Robert Schadek <rburners@gmail.com> --- https://github.com/D-Programming-Language/phobos/pull/2612 another try -- |
June 12, 2016 [Issue 13607] BigInt math not usable in @safe code | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=13607 Walter Bright <bugzilla@digitalmars.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bugzilla@digitalmars.com --- Comment #4 from Walter Bright <bugzilla@digitalmars.com> --- (In reply to Robert Schadek from comment #3) > https://github.com/D-Programming-Language/phobos/pull/2612 > > another try That was merged, but the error remains. -- |
April 26, 2017 [Issue 13607] BigInt math not usable in @safe code | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=13607 hsteoh@quickfur.ath.cx changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull CC| |hsteoh@quickfur.ath.cx --- Comment #5 from hsteoh@quickfur.ath.cx --- A further step in this direction: https://github.com/dlang/phobos/pull/5354 It's still not complete; BigInt is a pretty deep rabbit warren that will need some time to completely sort out. One step at a time! -- |
April 26, 2017 [Issue 13607] BigInt math not usable in @safe code | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=13607 --- Comment #6 from hsteoh@quickfur.ath.cx --- What should be done about the inline asm heavily used by the BigInt implementation? We could use the sledgehammer approach and slap @trusted on all the inline asm code, but I'm a bit hesitant to do that. -- |
January 03, 2018 [Issue 13607] BigInt math not usable in @safe code | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=13607 Seb <greensunny12@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |18110 Referenced Issues: https://issues.dlang.org/show_bug.cgi?id=18110 [Issue 18110] most of phobos should be @safe-ly useable -- |
December 24, 2019 [Issue 13607] BigInt math not usable in @safe code | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=13607 berni44 <bugzilla@d-ecke.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bugzilla@d-ecke.de Severity|normal |enhancement --- Comment #7 from berni44 <bugzilla@d-ecke.de> --- This is more an enhancement, than a bug. Isn't it? -- |
December 17, 2022 [Issue 13607] BigInt math not usable in @safe code | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=13607 Iain Buclaw <ibuclaw@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P1 |P4 -- |
Copyright © 1999-2021 by the D Language Foundation