[Issue 16049] core.sys.windows structs have wrong sizes and aligns

2016-05-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16049 --- Comment #2 from j...@red.email.ne.jp --- (In reply to jiki from comment #1) > done > https://github.com/dlang/druntime/pull/1576 Note that I deferred to commit a module MMSYSTEM because it gets many conflicts with/without my previous commit

[Issue 16050] New: Template type parameter "action at at a distance"

2016-05-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16050 Issue ID: 16050 Summary: Template type parameter "action at at a distance" Product: D Version: D2 Hardware: All OS: Linux Status: NEW Severity: normal

[Issue 14084] cartesianProduct length is not defined

2016-05-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14084 --- Comment #1 from hst...@quickfur.ath.cx --- One issue with defining .length in cartesianProduct is that the length grows exponentially with the number of arguments, and it's unclear what .length should return if it overflows size_t. --

[Issue 15939] GC.collect causes deadlock in multi-threaded environment

2016-05-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15939 Artem Tarasov changed: What|Removed |Added CC||lomerei...@gmail.com

[Issue 14519] Get rid of unicode validation in string processing

2016-05-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14519 --- Comment #38 from Martin Nowak --- (In reply to Vladimir Panteleev from comment #36) > Question, is there any overhead in actually verifying the validity of UTF-8 > streams, or is all overhead related to error handling (i.e.

[Issue 15831] IFTI voldemort type exploding bloat

2016-05-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15831 Rainer Schuetze changed: What|Removed |Added CC||r.sagita...@gmx.de

[Issue 16049] core.sys.windows structs have wrong sizes and aligns

2016-05-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16049 j...@red.email.ne.jp changed: What|Removed |Added Keywords||pull --- Comment #1 from

[Issue 15607] [ICE] CTFE internal error: bad compare on accessing default-initialized static immutable array of array

2016-05-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15607 --- Comment #8 from Walter Bright --- https://github.com/dlang/dmd/pull/5796 --