[Issue 6447] iota(BigInt) too

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6447 Iain Buclaw changed: What|Removed |Added Priority|P2 |P4 --

[Issue 6447] iota(BigInt) too

2018-06-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6447 Russel Winder changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|WORKSFORME

[Issue 6447] iota(BigInt) too

2018-05-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6447 Dmitry Olshansky changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 6447] iota(BigInt) too

2015-02-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6447 --- Comment #15 from github-bugzi...@puremagic.com --- Commit pushed to 2.067 at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/b159a5bdc980abb90833b32fa04044a002dfc794 Merge pull request

[Issue 6447] iota(BigInt) too

2015-01-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6447 --- Comment #13 from bearophile_h...@eml.cc --- I keep this issue open because this still doesn't work: void main() { import std.bigint: BigInt; import std.range: iota; iota(BigInt(1), BigInt(100), BigInt(5)); iota(BigInt(1),

[Issue 6447] iota(BigInt) too

2015-01-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6447 --- Comment #14 from hst...@quickfur.ath.cx --- One thing at a time! The last PR implemented the iota(start,end) case. The next step is to extend it to handle the iota(start,end,step) case when += is supported. --

[Issue 6447] iota(BigInt) too

2015-01-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6447 --- Comment #12 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/b159a5bdc980abb90833b32fa04044a002dfc794 Merge pull request

[Issue 6447] iota(BigInt) too

2015-01-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6447 hst...@quickfur.ath.cx changed: What|Removed |Added Keywords||pull --- Comment #11 from

[Issue 6447] iota(BigInt) too

2015-01-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6447 --- Comment #10 from hst...@quickfur.ath.cx --- This seems to be a subset of https://issues.dlang.org/show_bug.cgi?id=10762 --

[Issue 6447] iota(BigInt) too

2014-12-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6447 --- Comment #5 from bearophile_h...@eml.cc --- A workaround: 10.iota.map!BigInt --

[Issue 6447] iota(BigInt) too

2014-12-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6447 --- Comment #6 from hst...@quickfur.ath.cx --- That doesn't help when you actually *need* a BigInt, e.g., iota(BigInt(2)^^65536). Of course, you'd run into other problems with that (e.g., you'll be waiting a looong time for your program to finish),

[Issue 6447] iota(BigInt) too

2014-12-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6447 --- Comment #7 from bearophile_h...@eml.cc --- (In reply to hsteoh from comment #6) That doesn't help when you actually *need* a BigInt, e.g., iota(BigInt(2)^^65536). Of course, you'd run into other problems with that (e.g., you'll be waiting a

[Issue 6447] iota(BigInt) too

2014-12-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6447 --- Comment #9 from bearophile_h...@eml.cc --- (In reply to hsteoh from comment #8) Yes, but if BigInt(10) should work, then BigInt(2)^^65536 should work too. I don't think you'd like it if the library imposed some arbitrary subrange on your

[Issue 6447] iota(BigInt) too

2013-08-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6447 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx ---

[Issue 6447] iota(BigInt) too

2013-05-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6447 Russel Winder rus...@winder.org.uk changed: What|Removed |Added CC|

[Issue 6447] iota(BigInt) too

2013-05-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6447 --- Comment #3 from bearophile_h...@eml.cc 2013-05-28 04:15:16 PDT --- (In reply to comment #2) Is this a symptom of the fact that Phobos is really predicated on use of hardware types more generally? I think it's mostly a symptom of

[Issue 6447] iota(BigInt) too

2011-08-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6447 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added CC|