[Issue 12315] std.array.array at compile-time too

2017-07-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12315 Vladimir Panteleev changed: What|Removed |Added Status|REOPENED

[Issue 12315] std.array.array at compile-time too

2014-03-10 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12315 monarchdo...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED CC|

[Issue 12315] std.array.array at compile-time too

2014-03-09 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12315 Peter Alexander peter.alexander...@gmail.com changed: What|Removed |Added Keywords||CTFE

[Issue 12315] std.array.array at compile-time too

2014-03-09 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12315 --- Comment #2 from bearophile_h...@eml.cc 2014-03-09 05:26:20 PDT --- (In reply to comment #1) Changing this to dmd CTFE bug. I can't think of any way to solve it in Phobos without more compiler support. This seems to work: import

[Issue 12315] std.array.array at compile-time too

2014-03-09 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12315 Peter Alexander peter.alexander...@gmail.com changed: What|Removed |Added Component|DMD |Phobos

[Issue 12315] std.array.array at compile-time too

2014-03-09 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12315 --- Comment #4 from bearophile_h...@eml.cc 2014-03-09 06:59:29 PDT --- (In reply to comment #3) I'll make the pull. There are also assumeSafeAppend, reserve/capacity, and so on. I don't know if they speedup the code at compile-time too.

[Issue 12315] std.array.array at compile-time too

2014-03-09 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12315 --- Comment #5 from Peter Alexander peter.alexander...@gmail.com 2014-03-09 07:01:52 PDT --- https://github.com/D-Programming-Language/phobos/pull/1986 -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ---

[Issue 12315] std.array.array at compile-time too

2014-03-09 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12315 --- Comment #6 from bearophile_h...@eml.cc 2014-03-09 07:11:11 PDT --- (In reply to comment #5) There are also assumeSafeAppend, reserve/capacity, and so on. I don't know if they speedup the code at compile-time too. It seems code like

[Issue 12315] std.array.array at compile-time too

2014-03-09 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12315 Peter Alexander peter.alexander...@gmail.com changed: What|Removed |Added Status|NEW

[Issue 12315] std.array.array at compile-time too

2014-03-09 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12315 --- Comment #7 from github-bugzi...@puremagic.com 2014-03-09 12:06:52 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/phobos