[Issue 18221] DMD64 2.078.0 compile time explodes with -inline (>4X)

2021-04-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18221 Walter Bright changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 7157] Optimiser is O(n^2) w.r.t. function length

2021-04-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7157 Walter Bright changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 21111] One pragma(inline, true) introduction increases phobos build time by 10x

2021-04-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2 Walter Bright changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 17135] Optimization of big functions takes a lot of time

2021-04-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17135 Walter Bright changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 21121] Optimizer slowdowns

2021-04-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21121 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com See

[Issue 20855] stack overflow when compiling large file

2021-04-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20855 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 13815] Inconsistent goto jump behavior between compile-time and runtime

2021-04-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13815 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 17844] std.process.execute should allow not capturing stderr

2021-04-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17844 --- Comment #4 from Dlang Bot --- dlang/phobos pull request #7984 "[dmd-cxx] Fix Issue 17844 - std.process.execute should allow not capturing stderr " was merged into dmd-cxx: - 9f6b86f7aea0e3ac34bb78718905fa79c469de5f by Vladimir Panteleev: Fix

[Issue 21575] Child processes spawned by std.process.spawnProcess accidentally inherit signal masks in parent process

2021-04-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21575 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 21843] std.format could support %{x,X} for ubyte[]

2021-04-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21843 Berni44 changed: What|Removed |Added CC||bugzi...@bernis-buecher.de --- Comment #1 from

[Issue 21829] `private` is ignored when a public overload exists

2021-04-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21829 LucienPe changed: What|Removed |Added Hardware|x86 |All OS|Windows

[Issue 21722] toString(sink, string format) does not work with non-"%s" strings

2021-04-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21722 --- Comment #4 from Dlang Bot --- dlang/phobos pull request #7966 "Fix second part of Issue 21722 - toString(sink, string format) does not work with non-"%s" strings" was merged into master: - 360b0e51c04cf9e7a9756422974cc301e9dca61f by berni44: