Thread overview
[Issue 14503] BigInt to binary/octal and lower case "%x" (hexadecimal format)
Apr 26, 2015
Ivan Kazmenko
Apr 28, 2015
e10s
April 26, 2015
https://issues.dlang.org/show_bug.cgi?id=14503

Ivan Kazmenko <gassa@mail.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gassa@mail.ru

--
April 28, 2015
https://issues.dlang.org/show_bug.cgi?id=14503

e10s <electrolysis.jp+d@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |electrolysis.jp+d@gmail.com

--- Comment #1 from e10s <electrolysis.jp+d@gmail.com> ---
Fix BigInt.toString with "%x" https://github.com/D-Programming-Language/phobos/pull/3240


> I believe that we need to add new format specifiers for the data type BigInt

+1.

--
June 09, 2015
https://issues.dlang.org/show_bug.cgi?id=14503

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|future                      |D2

--
June 30, 2015
https://issues.dlang.org/show_bug.cgi?id=14503

--- Comment #2 from github-bugzilla@puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/47dfc369b07d62988682404edf7b4a95dec93480 Merge pull request #3240 from e10s/issue14503

Fix BigInt.toString with "%x"

--
June 30, 2015
https://issues.dlang.org/show_bug.cgi?id=14503

hsteoh@quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hsteoh@quickfur.ath.cx

--
October 04, 2015
https://issues.dlang.org/show_bug.cgi?id=14503

--- Comment #3 from github-bugzilla@puremagic.com ---
Commit pushed to stable at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/47dfc369b07d62988682404edf7b4a95dec93480 Merge pull request #3240 from e10s/issue14503

--
February 12, 2016
https://issues.dlang.org/show_bug.cgi?id=14503

hsteoh@quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #4 from hsteoh@quickfur.ath.cx ---
https://github.com/D-Programming-Language/phobos/pull/3992

--
March 31, 2016
https://issues.dlang.org/show_bug.cgi?id=14503

--- Comment #5 from github-bugzilla@puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/630e227c5a50985cbd5d96144e3dcb95ec9aef21 Merge pull request #3992 from quickfur/bigint_octal

Issue 14503: Implement formatting BigInt in octal

--
December 23, 2016
https://issues.dlang.org/show_bug.cgi?id=14503

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |andrei@erdani.com
         Resolution|---                         |FIXED

--- Comment #6 from Andrei Alexandrescu <andrei@erdani.com> ---
https://dlang.org/phobos/std_array.html#replicate

--
December 23, 2016
https://issues.dlang.org/show_bug.cgi?id=14503

--- Comment #7 from Andrei Alexandrescu <andrei@erdani.com> ---
(In reply to Andrei Alexandrescu from comment #6)
> https://dlang.org/phobos/std_array.html#replicate

sorry, wrong issue!

--