[Issue 21169] make checkedint as a drop-in replacement of native int/long

2020-09-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21169 --- Comment #6 from Dlang Bot --- dlang/phobos pull request #7599 "std.experimental.checkedint should support chain assignment." was merged into master: - 25493144f517b5afed630f4907fc23fe9dfc7e1e by H. S. Teoh: std.experimental.checkedint should

[Issue 21232] std.parallelism.parallel reuses thread, leading to stale static data

2020-09-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21232 --- Comment #2 from Mathias LANG --- > Pardon me, but isn't this to be expected? Creating a thread per iteration > would be an absolutely inacceptable overhead in many cases. It might be unacceptable performance-wise, but I think violating the

[Issue 14708] destructor for temporary not called during stack unwinding

2020-09-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14708 Dlang Bot changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Issue 15909] Duplicate case error reports characters as numbers

2020-09-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15909 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #1 from Dlang Bot --- @Luhrel

[Issue 21233] New: std.conv.parse doesn't report the number of characters consumed

2020-09-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21233 Issue ID: 21233 Summary: std.conv.parse doesn't report the number of characters consumed Product: D Version: D2 Hardware: x86 OS: All Status: NEW

[Issue 7386] Can't use a 'version' that was set inside 'static if'

2020-09-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7386 Iain Buclaw changed: What|Removed |Added Priority|P2 |P1 CC|

[Issue 21232] std.parallelism.parallel reuses thread, leading to stale static data

2020-09-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21232 kinke changed: What|Removed |Added CC||ki...@gmx.net --- Comment #1 from kinke --- Pardon

[Issue 21232] New: std.parallelism.parallel reuses thread, leading to stale static data

2020-09-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21232 Issue ID: 21232 Summary: std.parallelism.parallel reuses thread, leading to stale static data Product: D Version: D2 Hardware: All OS: All Status:

[Issue 314] [module] Static, renamed, and selective imports are always public

2020-09-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=314 --- Comment #59 from Dlang Bot --- dlang/dmd pull request #11704 "Improve error message for 'already defined error'" was merged into master: - ee023891d1b0a33b128087d2849b18543bc34aa8 by Geod24: Improve error message for 'already defined error'

[Issue 10442] RTInfo generation can fail for structs defined in imported modules

2020-09-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10442 --- Comment #7 from Dlang Bot --- @rainers updated dlang/dmd pull request #2480 "fix issues #10442: no or incomplete RTInfo" fixing this issue: - fix issue 10442: predict type info references in glue layer - add test case for issue 10442