Jump to page: 1 2
Thread overview
[Issue 13607] BigInt math not usable in @safe code
Oct 13, 2014
Brad Roberts
Oct 14, 2014
Robert Schadek
Oct 14, 2014
Brad Roberts
Oct 14, 2014
Robert Schadek
Jun 12, 2016
Walter Bright
Jan 03, 2018
Seb
Dec 24, 2019
berni44
Dec 17, 2022
Iain Buclaw
October 13, 2014
https://issues.dlang.org/show_bug.cgi?id=13607

Brad Roberts <braddr@puremagic.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |safe

--
October 14, 2014
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
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
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
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
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
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
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
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
https://issues.dlang.org/show_bug.cgi?id=13607

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P4

--
« First   ‹ Prev
1 2