[Issue 13639] New: std.internal.math.biguintcore.fromDecimalString from @trusted to @safe fails unittests

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Oct 19 11:48:12 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=13639

          Issue ID: 13639
           Summary: std.internal.math.biguintcore.fromDecimalString from
                    @trusted to @safe fails unittests
           Product: D
           Version: D2
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: minor
          Priority: P1
         Component: Phobos
          Assignee: nobody at puremagic.com
          Reporter: rburners at gmail.com

I created this PR https://github.com/D-Programming-Language/phobos/pull/2612
that makes some of std.bigint safe.

but wenn I mark std.internal.math.biguintcore.fromDecimalString as @safe
instead of @trusted some unittests fail.

--


More information about the Digitalmars-d-bugs mailing list