[Issue 21609] LinearCongruentialEngine fails for m = 0

2021-02-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21609 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #1 from Dlang Bot --- @Herring

[Issue 21609] New: LinearCongruentialEngine fails for m = 0

2021-02-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21609 Issue ID: 21609 Summary: LinearCongruentialEngine fails for m = 0 Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: normal Priority:

[Issue 1983] Delegates violate const

2021-02-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1983 --- Comment #26 from Bolpat --- (In reply to timon.gehr from comment #25) > > It's even hard to pin-point which exact part of the code should be an error. > > The problem is that you shouldn't be able to call "dg" in "kaboom", as its > type is `const

[Issue 21599] std.digest.crc : crc32Of fails with SefFault on array of 4MB or larger

2021-02-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21599 apham changed: What|Removed |Added CC||ap...@hotmail.com --- Comment #1 from apham --- Thi

[Issue 21608] [betterC] static slices are allowed and have the wrong size

2021-02-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21608 moonlightsenti...@disroot.org changed: What|Removed |Added CC||moonlightsentinel@disroot.o

[Issue 21608] [betterC] static slices are allowed and have the wrong size

2021-02-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21608 kinke changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 21608] New: [betterC] static slices are allowed and have the wrong size

2021-02-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21608 Issue ID: 21608 Summary: [betterC] static slices are allowed and have the wrong size Product: D Version: D2 Hardware: All OS: Linux Status: NEW

[Issue 21593] Only update file time if file to be written already exists

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

[Issue 21607] New: dmd segfaults for forward reference in base class

2021-02-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21607 Issue ID: 21607 Summary: dmd segfaults for forward reference in base class Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: normal P

[Issue 21606] pow(NaN,0) gives 1 not NaN

2021-02-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21606 --- Comment #1 from Berni44 --- I've created a fix already, but have to wait for PR #7783 to be merged. --

[Issue 21606] New: pow(NaN,0) gives 1 not NaN

2021-02-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21606 Issue ID: 21606 Summary: pow(NaN,0) gives 1 not NaN Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: normal Priority: P1

[Issue 21422] Test Suite: 502 Bad Gateway Heisenbug

2021-02-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21422 Mathias LANG changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 21508] private class p in file p.d visible outside the file (module)

2021-02-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21508 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #1 from Dlang Bot --- @Geod24

[Issue 16200] Faster pow implementation for integral exponents

2021-02-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16200 --- Comment #3 from Berni44 --- Created attachment 1815 --> https://issues.dlang.org/attachment.cgi?id=1815&action=edit Some analysis on speed differences between the three algorithms in charge I added now an attachment with a speed analysis of th

[Issue 21605] Instead of giving error on printf format mismatch, correct it

2021-02-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21605 Dennis changed: What|Removed |Added CC||dkor...@live.nl --- Comment #2 from Dennis --- I w

[Issue 21536] Dmd 2.095.0 fails to compile basic hunt framework example

2021-02-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21536 Mathias LANG changed: What|Removed |Added CC||pro.mathias.l...@gmail.com --- Comment #1 fro

[Issue 21605] Instead of giving error on printf format mismatch, correct it

2021-02-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21605 Mathias LANG changed: What|Removed |Added CC||pro.mathias.l...@gmail.com --- Comment #1 fro

[Issue 21513] [Reg 2.094.1] Slice assignment segmentation fault

2021-02-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21513 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #5 from Dlang Bot --- @WalterB

[Issue 21513] [Reg 2.094.1] Slice assignment segmentation fault

2021-02-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21513 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #4 from

[Issue 21605] New: Instead of giving error on printf format mismatch, correct it

2021-02-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21605 Issue ID: 21605 Summary: Instead of giving error on printf format mismatch, correct it Product: D Version: D2 Hardware: All OS: All Status: NEW