[Issue 12458] No out of bounds assert errors in not-release mode for std.bitmanip.BitArray

2019-12-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12458 berni44 changed: What|Removed |Added CC||bugzi...@d-ecke.de --- Comment #4 from berni44

[Issue 20364] [REG2.069] changing length for typeof(null)[] array seg faults in _d_arraysetlengthiT()

2019-12-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20364 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #3 from Dlang Bot ---

[Issue 20364] [REG2.069] changing length for typeof(null)[] array seg faults in _d_arraysetlengthiT()

2019-12-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20364 Walter Bright changed: What|Removed |Added Severity|regression |normal --

[Issue 20364] [REG2.069] changing length for typeof(null)[] array seg faults in _d_arraysetlengthiT()

2019-12-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20364 Walter Bright changed: What|Removed |Added Summary|[REG2.069] changing length |[REG2.069] changing length

[Issue 20364] [REG2.069] changing length for array of typeof(null) elements kills program

2019-12-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20364 --- Comment #2 from Walter Bright --- It's seg faulting in __memcpy()_sse2_unaligned called from _d_arraysetlengthiT(). --

[Issue 20364] [REG2.069] changing length for array of typeof(null) elements kills program

2019-12-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20364 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #1

[Issue 20438] [Reg 2.086] GC: memory not reusable when calling GC.collect after GC.free

2019-12-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20438 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #2 from Dlang Bot ---

[Issue 20437] Transitive immutable/shared does not apply to variables captured by delegates

2019-12-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20437 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #2 from Dlang Bot ---

[Issue 20391] [REG 2.089] DMD compile times increased by 40% because ENABLE_DEBUG=1 in build

2019-12-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20391 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com

[Issue 20438] [Reg 2.086] GC: memory not reusable when calling GC.collect after GC.free

2019-12-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20438 --- Comment #1 from Rainer Schuetze --- Reduced: import core.stdc.stdio; import core.memory; void main() { printf("1: %lld\n", cast(ulong)GC.stats.usedSize); void* z = GC.malloc(100); printf("2: %lld\n", cast(ulong)GC.stats.usedSize);

[Issue 20438] New: [Reg 2.086] GC: memory not reusable when calling GC.collect after GC.free

2019-12-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20438 Issue ID: 20438 Summary: [Reg 2.086] GC: memory not reusable when calling GC.collect after GC.free Product: D Version: D2 Hardware: All OS: All

[Issue 20430] [Regression 2.089.0] DLL Runtime.terminate() hangs

2019-12-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20430 Rainer Schuetze changed: What|Removed |Added CC||r.sagita...@gmx.de --- Comment #3 from

[Issue 20437] Transitive immutable/shared does not apply to variables captured by delegates

2019-12-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20437 --- Comment #1 from Chloé --- To clarify, the proposed solution is to disallow the conversion of: T delegate() into: immutable(T delegate()) shared(T delegate()) Just like it is disallowed to convert T[] to immutable(T[]), or T* to

[Issue 20437] New: Transitive immutable/shared does not apply to variables captured by delegates

2019-12-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20437 Issue ID: 20437 Summary: Transitive immutable/shared does not apply to variables captured by delegates Product: D Version: D2 Hardware: x86_64 OS: Linux

[Issue 20434] Drastic GC slowdown with repeated large allocations

2019-12-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20434 Gregor Mückl changed: What|Removed |Added Severity|enhancement |normal --

[Issue 19978] D sometimes just crashes on exit with daemon threads

2019-12-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19978 Gregor Mückl changed: What|Removed |Added CC||gregormue...@gmx.de

[Issue 20350] JSONType deprecations should be undeprecated

2019-12-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20350 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 9889] Incorrect rounding on floating value formatting

2019-12-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9889 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #8 from Dlang Bot --- @berni44

[Issue 16336] Inconsistent flag handling of std.format.FormatSpec

2019-12-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16336 berni44 changed: What|Removed |Added CC||bugzi...@d-ecke.de OS|Windows

[Issue 19105] Bogus recursive template expansion via getSymbolsByUDA

2019-12-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19105 --- Comment #7 from Dlang Bot --- @PetarKirov created dlang/phobos pull request #7309 "Merge stable" fixing this issue: - Revert "Fix Issue 19105 - Bogus recursive template expansion via getSymbolsByUDA" This reverts commit

[Issue 17753] IN6_IS_ADDR_UNSPECIFIED and friends should accept const(in6_addr)*

2019-12-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17753 berni44 changed: What|Removed |Added CC||bugzi...@d-ecke.de Component|phobos

[Issue 7438] Functions from std.conv should be pure

2019-12-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7438 berni44 changed: What|Removed |Added CC||qs.il.paperi...@gmail.com --- Comment #9 from

[Issue 17628] formattedWrite is impure on double

2019-12-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17628 berni44 changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 19435] AssertError when trying to print an array of Nullables containing nullified ones

2019-12-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19435 berni44 changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 17269] formattedWrite of struct with Nullable value fails

2019-12-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17269 berni44 changed: What|Removed |Added CC||the.mail.of@gmail.com --- Comment #6 from

[Issue 20436] New: [Oh No! Page Not Found] https://dlang.org/phobos/core_stdcpp_xutility.html

2019-12-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20436 Issue ID: 20436 Summary: [Oh No! Page Not Found] https://dlang.org/phobos/core_stdcpp_xutility.html Product: D Version: D2 Hardware: All URL: http://dlang.org/

[Issue 15924] formattedWrite doesn't write to empty appender

2019-12-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15924 berni44 changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 19229] formattedWrite destructively iterates over forward ranges

2019-12-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19229 berni44 changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 11432] formattedRead and slurp %s format code miss tab as whitespace

2019-12-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11432 berni44 changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 9588] format prints context pointer for struct

2019-12-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9588 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 20383] [REG 2.084.z] illegal conversion from int[] to ubyte[] is accepted

2019-12-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20383 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #2 from Dlang Bot ---