[Issue 18575] making delegate from member function can lead to unsafe code

2018-03-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18575 --- Comment #1 from Walter Bright --- https://github.com/dlang/dmd/pull/7989 --

[Issue 18582] New: C++ namespace mangling from multiple modules doesn't use sequence ids

2018-03-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18582 Issue ID: 18582 Summary: C++ namespace mangling from multiple modules doesn't use sequence ids Product: D Version: D2 Hardware: All OS: All Status: NE

[Issue 18581] New: Segmentation fault with dmd -X if static foreach inside template

2018-03-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18581 Issue ID: 18581 Summary: Segmentation fault with dmd -X if static foreach inside template Product: D Version: D2 Hardware: x86 OS: Mac OS X Status: NE

[Issue 18581] Segmentation fault with dmd -X if static foreach inside template

2018-03-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18581 Ali Ak changed: What|Removed |Added Severity|enhancement |normal --

[Issue 18580] std.conv.to!(ubyte[])(void[]) should work

2018-03-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18580 ag0ae...@gmail.com changed: What|Removed |Added CC||ag0ae...@gmail.com --- Comment #4 from a

[Issue 18580] std.conv.to!(ubyte[])(void[]) should work

2018-03-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18580 --- Comment #3 from Jack Stouffer --- (In reply to Jonathan M Davis from comment #2) > Ah, the title gave what you were trying to do. I missed that. I'm not sure > that I agree that it should work though, since it's unsafe and arguably > should look

[Issue 18580] std.conv.to!(ubyte[])(void[]) should work

2018-03-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18580 --- Comment #2 from Jonathan M Davis --- Ah, the title gave what you were trying to do. I missed that. I'm not sure that I agree that it should work though, since it's unsafe and arguably should look that way, which is part of why casts are the way t

[Issue 18580] std.conv.to!(ubyte[])(void[]) should work

2018-03-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18580 Jonathan M Davis changed: What|Removed |Added CC||issues.dl...@jmdavisprog.co

[Issue 18580] New: std.conv.to!(ubyte[])(void[]) should work

2018-03-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18580 Issue ID: 18580 Summary: std.conv.to!(ubyte[])(void[]) should work Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement Prio

[Issue 18579] No group separators for floating point number formatted with zero decimal digits

2018-03-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18579 --- Comment #1 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/de376769790ddd5cd7c2bc38dcfa4a765685ef67 Fix Issue 18579 - Fix digits grouping in formatValue() fo

[Issue 16037] assigning delegate to a scope variable shouldn't allocate closure

2018-03-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16037 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Issue 16037] assigning delegate to a scope variable shouldn't allocate closure

2018-03-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16037 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/4b93ddef41508453c6e83b11e62f97ae870c8c98 fix Issue 16037 - assigning delegate to a scope variable shoul

[Issue 18571] Missing functions in std.complex

2018-03-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18571 Seb changed: What|Removed |Added CC||greensunn...@gmail.com --- Comment #2 from Seb --- Ho

[Issue 18571] Missing functions in std.complex

2018-03-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18571 Simen Kjaeraas changed: What|Removed |Added CC||simen.kja...@gmail.com Summary|l

[Issue 18577] Loose isForwardRange

2018-03-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18577 Simen Kjaeraas changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 18572] AliasSeq default arguments are broken

2018-03-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18572 Shachar Shemesh changed: What|Removed |Added CC||shac...@weka.io --